mat-threads
List all threads with stack traces from HPROF heap dump.
mat-threads
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| tid | Long | Thread ID | Thread ID |
| name | String | Name | Thread name |
| state | String | State | Thread state (NEW, RUNNABLE, BLOCKED, WAITING, TIMED_WAITING, TERMINATED) |
| stacktrace | String | Stack Trace | Thread stack trace in jstack format |