mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
polish #2468
This commit is contained in:
@@ -66,3 +66,9 @@ mbean -E java.lang:type=Threading PeakThreadCount|ThreadCount|DaemonThreadCount
|
||||
```bash
|
||||
mbean -i 1000 java.lang:type=Threading *Count
|
||||
```
|
||||
|
||||
实时监控使用`-i`,使用`-n`命令执行命令的次数(默认为100次):
|
||||
|
||||
```bash
|
||||
mbean -i 1000 -n 50 java.lang:type=Threading *Count
|
||||
```
|
||||
Reference in New Issue
Block a user