arthas_thread
Get thread stack traces, CPU usage, and states. Identify blocking threads and top CPU consumers to diagnose performance issues.
Instructions
Get thread information. Shows thread stack traces, CPU usage, and thread states.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | Show top N CPU consuming threads | |
| state | No | Filter by thread state | |
| blocked | No | Find blocking threads | |
| timeout | No | Timeout in ms | |
| threadId | No | Thread ID for detailed info |