8303249: JFR: Incorrect description of dumponexit
Reviewed-by: mgronlun
This commit is contained in:
parent
f7f10367b2
commit
bca60f4767
@ -479,10 +479,10 @@ final class DCmdStart extends AbstractDCmd {
|
|||||||
"Maximum amount of bytes to keep (on disk) in (k)B, (M)B or (G)B, e.g. 500M, or 0 for no limit",
|
"Maximum amount of bytes to keep (on disk) in (k)B, (M)B or (G)B, e.g. 500M, or 0 for no limit",
|
||||||
"MEMORY SIZE", false, "250M", false),
|
"MEMORY SIZE", false, "250M", false),
|
||||||
new Argument("flush-interval",
|
new Argument("flush-interval",
|
||||||
"Dump running recording when JVM shuts down",
|
"Minimum time before flushing buffers, measured in (s)econds, e.g. 4 s, or 0 for flushing when a recording ends",
|
||||||
"NANOTIME", false, "1s", false),
|
"NANOTIME", false, "1s", false),
|
||||||
new Argument("dumponexit",
|
new Argument("dumponexit",
|
||||||
"Minimum time before flushing buffers, measured in (s)econds, e.g. 4 s, or 0 for flushing when a recording ends",
|
"Dump running recording when JVM shuts down",
|
||||||
"BOOLEAN", false, "false", false),
|
"BOOLEAN", false, "false", false),
|
||||||
new Argument("path-to-gc-roots",
|
new Argument("path-to-gc-roots",
|
||||||
"Collect path to GC roots",
|
"Collect path to GC roots",
|
||||||
|
@ -103,7 +103,7 @@ final class DCmdStop extends AbstractDCmd {
|
|||||||
public Argument[] getArgumentInfos() {
|
public Argument[] getArgumentInfos() {
|
||||||
return new Argument[] {
|
return new Argument[] {
|
||||||
new Argument("name",
|
new Argument("name",
|
||||||
"Recording text,.e.g \\\"My Recording\\\"",
|
"Recording name, e.g. \\\"My Recording\\\"",
|
||||||
"STRING", true, null, false),
|
"STRING", true, null, false),
|
||||||
new Argument("filename",
|
new Argument("filename",
|
||||||
"Copy recording data to file, e.g. \\\"" + exampleFilename() + "\\\"",
|
"Copy recording data to file, e.g. \\\"" + exampleFilename() + "\\\"",
|
||||||
|
Loading…
Reference in New Issue
Block a user