@@ -288,6 +288,12 @@ USAGE:
288288 Get the status of async-profiler on a running Java application
289289
290290OPTIONS :
291+ -local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
292+ defaults to the current directory
293+ -no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
294+ container, implies '--keep'
295+ -verbose -v, enable verbose output for the plugin
296+ -app-instance-index -i [index], select to which instance of the app to connect
291297 -args -a, Miscellaneous arguments to pass to the command (if supported) in the
292298 container, be aware to end it with a space if it is a simple option. For
293299 commands that create arbitrary files (jcmd, asprof), the environment
@@ -299,12 +305,6 @@ OPTIONS:
299305 -dry-run -n, just output to command line what would be executed
300306 -keep -k, keep the heap dump in the container; by default the heap dump/JFR/... will
301307 be deleted from the container's filesystem after being downloaded
302- -local-dir -ld, the local directory path that the dump/JFR/... file will be saved to,
303- defaults to the current directory
304- -no-download -nd, don't download the heap dump/JFR/... file to local, only keep it in the
305- container, implies '--keep'
306- -verbose -v, enable verbose output for the plugin
307- -app-instance-index -i [index], select to which instance of the app to connect
308308
309309</pre>
310310
0 commit comments