mirror of https://github.com/alibaba/arthas.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
396 B
Markdown
16 lines
396 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) |
|
|
|[--all]|Show all matching threads|
|