diff --git a/site/docs/en/doc/mbean.md b/site/docs/en/doc/mbean.md index 630ac2a75..7f4ed58dc 100644 --- a/site/docs/en/doc/mbean.md +++ b/site/docs/en/doc/mbean.md @@ -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 +```