vote up 4 vote down star

Want to know what the stackoverflow community feels about the various free and non-free Java Profilers and profiling tools available.

flag

75% accept rate

5 Answers

vote up 3 vote down check

JProfiler works very well for us.

http://www.ej-technologies.com/products/jprofiler/overview.html

link|flag
JProfiler is fantastic! – Aidos Oct 8 '08 at 10:56
vote up 2 vote down

Yourkit is pretty good for CPU analysis.

For memory usage analsis using heap dumps use http://www.eclipse.org/mat/

link|flag
+1 for YourKit which I've also used, mainly for CPU profiling – Jonik Feb 10 at 17:23
vote up 0 vote down

See also: "Please recommend a Java profiler"

link|flag
Not totally a duplicate, because in that question primarily a text-based, free or low-cost profiler is sought for, while this question is more open. – Jonik Feb 10 at 17:17
vote up 0 vote down

You ask what do we use.

Tools are fine, but for finding time-tumors, frankly I've seen nothing that works better than this.

link|flag
that is equivalent to cpu sampling – Seun Osewa Nov 21 at 23:49
@Seun: They do not all sample the stack. For those that sample the stack, they do not all do it on wall-clock time. For those that do sample the stack on wall-clock time, they do not all present the results in the most useful way. Rather they only summarize over functions and the call graph. Here is a case study and more detailed explanation of the method: stackoverflow.com/questions/926266/… – Mike Dunlavey Nov 22 at 1:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.