문제

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