mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
15 lines
360 B
Markdown
15 lines
360 B
Markdown
|
|
|
|
## 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 <value>] | specify the interval to collect data to compute CPU ratios (ms) |
|