- Notifications
You must be signed in to change notification settings - Fork0
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.
NotificationsYou must be signed in to change notification settings
dgerenrot/hProfi
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 onesprovided by jvisualvm.
See alsohttps://java.net/downloads/heap-snapshot/hprof-binary-format.html