Skip to content

Commit 765abae

Browse files
committed
Improve jfr-status again
1 parent bebb068 commit 765abae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cf_cli_java_plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ fi`,
312312
Description: "Check the running Java Flight Recorder recording on a running Java application",
313313
RequiredTools: []string{"jcmd"},
314314
GenerateFiles: false,
315-
SshCommand: FilterJCMDRemoteMessage + `$JCMD_COMMAND $(pidof java) JFR.check | filter_jcmd_remote_message`,
315+
SshCommand: FilterJCMDRemoteMessage + `$JCMD_COMMAND $(pidof java) JFR.check | filter_jcmd_remote_message`,
316316
},
317317
{
318318
Name: "vm-version",

0 commit comments

Comments
 (0)