view outputtexts/head/thermostat_help_save-heap-dump-to-file.txt @ 175:34de0ddba44a

updated help messages texts
author Zdenek Zambersky <zzambers@redhat.com>
date Fri, 20 Mar 2015 17:36:50 +0100
parents 9266f046203d
children
line wrap: on
line source

usage: thermostat save-heap-dump-to-file --file <filename> --heapId <heap>
                  [--dbUrl <dbUrl>] [--logLevel <logLevel>]
                  Save a heap dump to a local file.

thermostat save-heap-dump-to-file
  -d,--dbUrl <dbUrl>          connect to the given URL
  -f,--file <filename>        the file name to save to
  -h,--heapId <heap>          the ID of the heapdump to analyze
     --help                   show usage of command
  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
                              values for <logLevel> in decreasing severity are:
                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
                              and OFF