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
jstack
command- the format with
-m
option is not supported now
- the format with
- Basic Information
- Thread Overview
- Thread Group Overview
- Java Monitor
- Stack Trace
- Raw content