Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 841 Bytes

File metadata and controls

32 lines (22 loc) · 841 Bytes

Thread Dump Analysis

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.

Supported Format

  • Output of jstack command
    • the format with -m option is not supported now

Feature List

  • Basic Information
  • Thread Overview
  • Thread Group Overview
  • Java Monitor
  • Stack Trace
  • Raw content