|
|
Thread stack dump analysis tool
Henrik Stahl's Blog |
May 8, 2006 3:48 AM
|
Comments (1)
I recently came across this tool for analyzing thread stack dumps. You kick it off using Java Web Start and then drag-n-drop any log file containing a thread stack dump on the main window. The feature set includes a color coded summary table over all running threads and their current status. Seems to work with pretty much any JRockit version out there, in addition to JVMs from other vendors. Cute!

Comments
Comments are listed in date ascending order (oldest first) | Post Comment
-
Its always good to hear about these tools, I will give this one a try. I would still recommend everyone to learn to interpret the output of kill -3 . Knowing how to match the data in a thread dump to os lwps and the tools used to analyse those (proc familiy for solaris) takes you to a new level of understanding.
Posted by: hoos on May 8, 2006 at 5:04 AM
|
|