view outputtexts/head/thermostat_help.txt @ 168:af42c142855f

fixes of outputtexts, scripts and tests: - outputtexts (help texts) are updated - lot of sleeps added (or increased sleep time) in tests to make them more reliable (preventing random failitures) - added missing credential to CommandChannelSmokeTest and scripts (where local storage exception was needed before) - patterns/1.1.0/noAA/ClientPreferencesDialog/web_storage_connection_info2.png: added missing file - src/org/thermostat/qa/framework/Patterns.java: removed web_storage_connection_info3 from list because this pattern is not present for any version of thermostat - src/org/thermostat/qa/testsuites/GuiClientSmokeTest.java(testStartGUIWithStorageMenuHelpAboutTest): "clicking on close button" is used to close about dialog instead of "pressing enter" which had not worked
author Zdenek Zambersky <zzambers@redhat.com>
date Mon, 01 Dec 2014 16:23:03 +0100
parents 9266f046203d
children 34de0ddba44a
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, reading credentials from standard input
 agent                  starts and stops the thermostat agent
 agent-info             shows info for specified 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
 gc                     perform Garbage Collection on the given vm
 gui                    launches the GUI client
 kill-vm                kill the specified vm
 list-agents            lists all agents for the current host
 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
 profile-vm             profile a target vm
 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