We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ac06b commit 671e98eCopy full SHA for 671e98e
cf_cli_java_plugin.go
@@ -278,7 +278,7 @@ fi`,
278
Description: "Check the running Java Flight Recorder recording on a running Java application",
279
RequiredTools: []string{"jcmd"},
280
GenerateFiles: false,
281
- SshCommand: FilterJCMDRemoteMessage + `$JCMD_COMMAND $(pidof java) JFR.check | filter_jcmd_remote_message`,
+ SshCommand: FilterJCMDRemoteMessage + `$JCMD_COMMAND $(pidof java) JFR.check | filter_jcmd_remote_message`,
282
},
283
{
284
Name: "vm-version",
0 commit comments