mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
changes to jcmd.md
This commit is contained in:
parent
30655120fc
commit
03c037a71d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user