changes to jcmd.md

This commit is contained in:
Ivan Bereziuk 2026-01-19 15:18:18 +01:00
parent 30655120fc
commit 03c037a71d

View File

@ -33,7 +33,7 @@ jcmd - send diagnostic command requests to a running Java Virtual Machine
## Synopsis
`jcmd` \[*pid* \| *main-class*\] *command*... \| `PerfCounter.print` \| `-f`
`jcmd` \[*pid* \| *main-class*\] [`-T`] *command*... \| `PerfCounter.print` \| `-f`
*filename*
`jcmd` \[`-l`\]
@ -48,6 +48,9 @@ jcmd - send diagnostic command requests to a running Java Virtual Machine
: When used, the `jcmd` utility sends the diagnostic command request to all
Java processes with the specified name of the main class.
`-T`
: When used, the diagnostic commands output starts with a timestamp.
*command*
: The `command` must be a valid `jcmd` command for the selected JVM. The list
of available commands for `jcmd` is obtained by running the `help` command