A thread dump is a snapshot of all the threads of the Java application at a certain moment.
Analyzing thread dump can help troubleshoot problems like thread leaks, deadlocks.
- Output of
jstackcommand- the format with
-moption is not supported now
- the format with
- Basic Information
- Thread Overview
- Thread Group Overview
- Java Monitor
- Stack Trace
- Raw content