I often use Java Thread Dumps for post-mortems and server slowdown analysis. The problem is that the thread dumps are often long, and understanding the concurrency relationship between the threads might be tedious.

Is there a (preferably online) tool that can parse a Java Thread Dump and show a humen-readable summary?

有帮助吗?

解决方案

Here's an online tool, no installation required:
http://spotify.github.io/threaddump-analyzer/

I wrote it since I was also missing this.

其他提示

IntelliJ (either Community Edition or Ultimate Edition) has a nice Stacktrace/Thread Dump analyzer.

It is not an online tool but you said preferably online so this is an adequate answer IMO.

enter image description here

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top