Thread dumps/code dumps provides excellent information about what is happening in the system. Also, JDK provide multiple utilities to generate thread dumps, e.g. jStack, jInfo, Ctrl+\, etc.

But is there any official/standard graphical tool that provides that can help in analyzing/comparing the threads.

The tools I know and probably are not very standard tools are TDA, IBM Thread Analysis tool. But I am looking if there is some other better/industry strandard tool being used for the purpose.

link|improve this question

80% accept rate
Potential duplicate of stackoverflow.com/questions/3156434/… – manku Jun 30 '11 at 13:27
feedback

3 Answers

We just bought dynaTrace and we love it.

link|improve this answer
+1 for dynatrace. Works well. – manku Jun 30 '11 at 13:20
feedback

Personally, I prefer to use VisualVM

link|improve this answer
Hi, VisualVM does not provide visualvm presentation for thread dumps taken using say jstack. I am missing something? – Sandeep Jindal Jul 1 '11 at 10:42
feedback

Have you tried the soa4j.com analyzer?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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