view outputtexts/head/thermostat_help_find-objects.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 find-objects --heapId <heap> [--dbUrl <dbUrl>] [--limit
                  <limit>] [--logLevel <logLevel>] pattern
                  Find objects in a heapdump.

thermostat find-objects
  -d,--dbUrl <dbUrl>          connect to the given URL
  -h,--heapId <heap>          the ID of the heapdump to analyze
     --help                   show usage of command
  -L,--limit <limit>          limit search to top N results, defaults to 10
  -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