Skip to content

Commit d7011cc

Browse files
committed
Remove asprof-dump as it doesn't work
1 parent f6a2c9b commit d7011cc

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

cf_cli_java_plugin.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -322,17 +322,6 @@ fi`,
322322
FileNamePart: "asprof",
323323
SshCommand: `$ASPROF_COMMAND stop $(pidof java)`,
324324
},
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-
},
336325
{
337326
Name: "asprof-status",
338327
Description: "Get the status of async-profiler on a running Java application",

0 commit comments

Comments
 (0)