view outputtexts/head/thermostat.txt @ 162:e8ad3e5e4893

Making testing process automatic
author Zdenek Zambersky <zzambers@redhat.com>
date Wed, 22 Oct 2014 16:42:56 +0200
parents a31fddb9db68
children 9266f046203d
line wrap: on
line source

list of commands:

 help                   show help for a given command or help overview
 add-mongodb-user       adds a new mongodb user to the thermostat DB. It reads credentials from standard input.
 agent                  starts and stops the thermostat agent
 clean-data             Drop all data related to all of the specified agents
 dump-heap              trigger a heap dump on the VM
 find-objects           finds objects in a heapdump
 find-root              finds the shortest path from an object to a GC root
 gui                    launches the GUI client
 list-categories        lists all registered categories in Storage
 list-heap-dumps        list all heap dumps
 list-vms               lists all currently monitored VMs
 object-info            prints information about an object in a heap dump
 ping                   using the Command Channel, send a ping to a running agent
 save-heap-dump-to-file saves a heap dump to a local file
 service                starts and stops the thermostat storage and agent
 shell                  launches the Thermostat interactive shell
 show-heap-histogram    show the heap histogram
 storage                starts and stops the thermostat storage
 storage-profile        profile how fast storage operations are
 validate               validates a thermostat plug-in XML file against the schema
 vm-info                shows basic information about a VM
 vm-stat                show various statistics about a VM
 web-storage-service    starts mongodb storage, an embedded servlet container with the web archive deployed and then connects an agent to this web endpoint