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 f6a2c9b commit d7011ccCopy full SHA for d7011cc
cf_cli_java_plugin.go
@@ -322,17 +322,6 @@ fi`,
322
FileNamePart: "asprof",
323
SshCommand: `$ASPROF_COMMAND stop $(pidof java)`,
324
},
325
- {
326
- Name: "asprof-dump",
327
- Description: "Dump an async-profiler profile recording without stopping it",
328
- RequiredTools: []string{"asprof"},
329
- OnlyOnRecentSapMachine: true,
330
- GenerateFiles: true,
331
- FileExtension: ".jfr",
332
- FileLabel: "JFR recording",
333
- FileNamePart: "asprof",
334
- SshCommand: `$ASPROF_COMMAND dump $(pidof java)`,
335
- },
336
{
337
Name: "asprof-status",
338
Description: "Get the status of async-profiler on a running Java application",
0 commit comments