mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
14 lines
603 B
Markdown
14 lines
603 B
Markdown
查看当前线程信息,查看线程的堆栈
|
|
|
|
### 参数说明
|
|
|
|
| 参数名称 | 参数说明 |
|
|
| ----------- | --------------------------------------- |
|
|
| id | 线程 id |
|
|
| [n:] | 指定最忙的前 N 个线程并打印堆栈 |
|
|
| [b] | 找出当前阻塞其他线程的线程 |
|
|
| [i <value>] | 指定 cpu 占比统计的采样间隔,单位为毫秒 |
|
|
| [--all] | 显示所有匹配的线程 |
|
|
|
|
[thread 命令文档](https://arthas.aliyun.com/doc/thread.html)
|