Skip to content

Parses an .hprof dump generated by a JVM and loads it into an analysing tool, so the in-memory structure could be queried in non-trivial ways. Useful to detect memory leaks.

Notifications You must be signed in to change notification settings

dgerenrot/hProfi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hProfi

An HPROF dump parser/analyzer.

As of today, it can load an hprof heap dump file into Mongo database. All the Instance Dumps, Object Array Dumps, Primitive Array Dumps, Class Dumps and Load Class tags are loaded.

In-memory store, i.e., without any database, has also been implemented.

The long-term goal is to have better querying opportunities than the ones provided by jvisualvm.

See also https://java.net/downloads/heap-snapshot/hprof-binary-format.html

About

Parses an .hprof dump generated by a JVM and loads it into an analysing tool, so the in-memory structure could be queried in non-trivial ways. Useful to detect memory leaks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages