Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I compare hprof/jmap dumps with VisualVM?

VisualVM crashes when I try to profile our application with it, but if I could load the jmap memory dumps I've done from our application into VisualVM, I could probably get the answers I need without having to attach VisualVM to our app while it is running.

So, is there a way to do this?

like image 935
skiphoppy Avatar asked Aug 14 '09 18:08

skiphoppy


1 Answers

Open VisualVM, click File -> Load.. and pick your jmap file.

If it is not loaded, I guess there is a problem with your file.

like image 164
John Smithers Avatar answered Sep 19 '22 00:09

John Smithers