Skip to content Skip to sidebar Skip to footer

Analyse A Hprof Memory Dump File From Command Line Programmatically

I was investigation with analyzing a HPROF file using Eclipse's Memory Analyser (MAT). The dominator tree, reports and the OQL interface look really useful. But all this has to be

Solution 1:

ParseHeapDump.sh does what you're looking for. As for the follow up question I'm not sure what format the index files are stored in.

Solution 2:

See bitbucket.org/joebowbeer/andromat, which is adapted from bitbucket.org/ekabanov/mat, which is a stripped-down command line version of Eclipse Memory Analyzer.

Post a Comment for "Analyse A Hprof Memory Dump File From Command Line Programmatically"