Skip to content

Commit 25fba85

Browse files
Update docs/reference-manual/native-image/JCmd.md
Co-authored-by: Olga Gupalo <[email protected]>
1 parent 3b358d0 commit 25fba85

File tree

1 file changed

+1
-1
lines changed
  • docs/reference-manual/native-image

1 file changed

+1
-1
lines changed

docs/reference-manual/native-image/JCmd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Including multiple monitoring features during the Native Image build process unl
2525
native-image --enable-monitoring=jcmd,jfr,heapdump YourApplication
2626
```
2727

28-
You may also want to include the `jvmstat` monitoring feature so your native executable can be discovered and listed with `jcmd -l` or `jcmd` with no arguments provided.
28+
You might find it useful to also enable the `jvmstat` monitoring feature so your native executable can be discovered and listed with `jcmd -l` or `jcmd` with no arguments provided.
2929
```shell
3030
native-image --enable-monitoring=jcmd,jvmstat YourApplication
3131
```

0 commit comments

Comments
 (0)