views:

532

answers:

3

List your favorite heap analysis tools (e.g. jprofiler, jmap, ...). Let's keep it one tool per answer, with a short list of pros and cons for each tool.

+5  A: 

YourKit : http://www.yourkit.com/

Pros:

  • The interface is clean and it's fast
  • It opened a large 5-gig heap dump where jProfiler grined to a halt. And it only needed 1-2 gigs of JVM ram to do so.

Cons: Of course... it's not free :(

nanda
+1 Came here for YourKit.
Kevin
+2  A: 

Java VisualVM, jvisualvm, included with the JDK.

trashgod
+2  A: 

Eclipse Memory analyzer http://www.eclipse.org/mat/

dparnas