Add -n command example to mbean commands (#2468)

pull/2501/head
Almas Abdrazak 2 years ago committed by GitHub
parent 9a95565ae1
commit 68c32e552b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -66,3 +66,9 @@ Real-time monitoring using `-i` command:
```bash
mbean -i 1000 java.lang:type=Threading *Count
```
Real-time monitoring using `-i` with number of times the command will be executed using `-n` command (100 times by default):
```bash
mbean -i 1000 -n 50 java.lang:type=Threading *Count
```

Loading…
Cancel
Save