Frage

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?

War es hilfreich?

Lösung

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

I wrote it since I was also missing this.

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top