mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-05 13:47:41 +08:00
360 B
360 B
thread
Check the basic info and stack trace of the target thread.
Parameters
Name | Specification |
---|---|
id | thread id in JVM |
[n:] | the top n busiest threads with stack traces printed |
[b] | locate the thread blocking the others |
[i ] | specify the interval to collect data to compute CPU ratios (ms) |