# HG changeset patch # User Jana Fabrikova # Date 1400767719 -7200 # Node ID c7e926dbadcd709c7044f1da596121a615ca326a # Parent dc54b1abb87fcc960d95109e517108c6f4f39bd3 fixing the OutputMessagesTest so it runs with thermostat 1.0.3 diff -r dc54b1abb87f -r c7e926dbadcd ChangeLog --- a/ChangeLog Thu May 22 15:09:48 2014 +0200 +++ b/ChangeLog Thu May 22 16:08:39 2014 +0200 @@ -1,3 +1,14 @@ +2014-05-22 Jana Drazanova + * outputtexts: + adding directory with output texts version 1.0.3 (current thermostat-1.0) + deleting all other versions (older and newer) than 1.0.3 (are in the main + branch, no need for them to be also here, where they are not applicable) + * src/org/thermostat/qa/testsuites/OutputMessagesTest.java: + modifying the testsuite so it corresponds to the 1.0.3 version + of thermostat-1.0 + * test.properties: + fixing the current version from 1.1.0 to 1.0.3 + 2014-05-22 Jana Drazanova * Makefile: small fix in Makefile, so the build succeeds diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/output_of_exit_therm_shell.txt --- a/outputtexts/0.14.0/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.14.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/output_of_help_therm_shell.txt --- a/outputtexts/0.14.0/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Thermostat version 0.14.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-data Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat.txt --- a/outputtexts/0.14.0/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help.txt --- a/outputtexts/0.14.0/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_agent.txt --- a/outputtexts/0.14.0/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_connect.txt --- a/outputtexts/0.14.0/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_disconnect.txt --- a/outputtexts/0.14.0/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_dump-heap.txt --- a/outputtexts/0.14.0/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_find-objects.txt --- a/outputtexts/0.14.0/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_find-root.txt --- a/outputtexts/0.14.0/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_gui.txt --- a/outputtexts/0.14.0/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_list-heap-dumps.txt --- a/outputtexts/0.14.0/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_list-vms.txt --- a/outputtexts/0.14.0/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_object-info.txt --- a/outputtexts/0.14.0/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_ping.txt --- a/outputtexts/0.14.0/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/0.14.0/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_service.txt --- a/outputtexts/0.14.0/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_shell.txt --- a/outputtexts/0.14.0/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_show-heap-histogram.txt --- a/outputtexts/0.14.0/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_storage.txt --- a/outputtexts/0.14.0/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <-start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_vm-info.txt --- a/outputtexts/0.14.0/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat vm-info [-vmId ] [--hostId ] [-d ] [-l ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_vm-stat.txt --- a/outputtexts/0.14.0/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat -hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.14.0/thermostat_help_webservice.txt --- a/outputtexts/0.14.0/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service - -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/output_of_exit_therm_shell.txt --- a/outputtexts/0.16.0/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.16.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/output_of_help_therm_shell.txt --- a/outputtexts/0.16.0/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Thermostat version 0.16.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-data Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat.txt --- a/outputtexts/0.16.0/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help.txt --- a/outputtexts/0.16.0/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_agent.txt --- a/outputtexts/0.16.0/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_connect.txt --- a/outputtexts/0.16.0/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_disconnect.txt --- a/outputtexts/0.16.0/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_dump-heap.txt --- a/outputtexts/0.16.0/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_find-objects.txt --- a/outputtexts/0.16.0/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_find-root.txt --- a/outputtexts/0.16.0/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_gui.txt --- a/outputtexts/0.16.0/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_list-heap-dumps.txt --- a/outputtexts/0.16.0/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_list-vms.txt --- a/outputtexts/0.16.0/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_object-info.txt --- a/outputtexts/0.16.0/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_ping.txt --- a/outputtexts/0.16.0/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/0.16.0/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_service.txt --- a/outputtexts/0.16.0/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_shell.txt --- a/outputtexts/0.16.0/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_show-heap-histogram.txt --- a/outputtexts/0.16.0/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_storage.txt --- a/outputtexts/0.16.0/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <-start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_vm-info.txt --- a/outputtexts/0.16.0/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat vm-info [-vmId ] [--hostId ] [-d ] [-l ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_vm-stat.txt --- a/outputtexts/0.16.0/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat -hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.16.0/thermostat_help_webservice.txt --- a/outputtexts/0.16.0/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service - -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/output_of_exit_therm_shell.txt --- a/outputtexts/0.18.1/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.18.1 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/output_of_help_therm_shell.txt --- a/outputtexts/0.18.1/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Thermostat version 0.18.1 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-data Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat.txt --- a/outputtexts/0.18.1/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help.txt --- a/outputtexts/0.18.1/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_agent.txt --- a/outputtexts/0.18.1/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_connect.txt --- a/outputtexts/0.18.1/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_disconnect.txt --- a/outputtexts/0.18.1/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_dump-heap.txt --- a/outputtexts/0.18.1/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_find-objects.txt --- a/outputtexts/0.18.1/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_find-root.txt --- a/outputtexts/0.18.1/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_gui.txt --- a/outputtexts/0.18.1/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_list-heap-dumps.txt --- a/outputtexts/0.18.1/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_list-vms.txt --- a/outputtexts/0.18.1/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_object-info.txt --- a/outputtexts/0.18.1/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_ping.txt --- a/outputtexts/0.18.1/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/0.18.1/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_service.txt --- a/outputtexts/0.18.1/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_shell.txt --- a/outputtexts/0.18.1/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_show-heap-histogram.txt --- a/outputtexts/0.18.1/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_storage.txt --- a/outputtexts/0.18.1/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <-start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_vm-info.txt --- a/outputtexts/0.18.1/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat vm-info [-vmId ] [--hostId ] [-d ] [-l ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_vm-stat.txt --- a/outputtexts/0.18.1/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat -hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/0.18.1/thermostat_help_webservice.txt diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/.thermostat.txt.swp Binary file outputtexts/1.0.3/.thermostat.txt.swp has changed diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/output_of_exit_therm_shell.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/output_of_exit_therm_shell.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,3 @@ +Thermostat version 1.0.3 +Thermostat > exit + diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/output_of_help_therm_shell.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/output_of_help_therm_shell.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,22 @@ +Thermostat version 1.0.3 +Thermostat > help +list of commands: + + help show help for a given command or help overview + clean-data Drop all data related to all of the specified agents + connect persistently connect to storage + disconnect disconnect from the currently used storage + 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 + 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 + show-heap-histogram show the heap histogram + 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 +Thermostat > exit + diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,21 @@ +list of commands: + + help show help for a given command or help overview + 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-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 + 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 diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,21 @@ +list of commands: + + help show help for a given command or help overview + 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-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 + 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 diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_agent.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_agent.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,10 @@ +usage: thermostat agent [-d ] [-s] [-l ] + starts and stops the thermostat agent + +thermostat agent + -d,--dbUrl connect to the given URL + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF + -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_clean-data.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_clean-data.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,10 @@ +usage: thermostat clean-data [--alive] [--all] + Drop all data related to all of the specified agents + +thermostat clean-data + -a,--all clean data for all agents + --alive authorize deletion of live agents + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_connect.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_connect.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,9 @@ +usage: thermostat connect -d [-l ] + persistently connect to storage +Note: this command is only supported inside the shell +thermostat connect + -d,--dbUrl connect to the given URL + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_disconnect.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_disconnect.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,8 @@ +usage: thermostat disconnect [-l ] + disconnect from the currently used storage +Note: this command is only supported inside the shell +thermostat disconnect + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_dump-heap.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_dump-heap.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,12 @@ +usage: thermostat dump-heap --vmId --hostId [--dbUrl ] + [--logLevel ] + trigger a heap dump on the VM + +thermostat dump-heap + -a,--hostId the ID of the host to monitor + -d,--dbUrl connect to the given URL + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF + -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_find-objects.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_find-objects.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,12 @@ +usage: thermostat find-objects --heapId [--dbUrl ] [--limit + ] [--logLevel ] pattern + finds objects in a heapdump + +thermostat find-objects + -d,--dbUrl connect to the given URL + -h,--heapId the ID of the heapdump to analyze + -L,--limit limit search to top N results, defaults to 10 + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_find-root.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_find-root.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,13 @@ +usage: thermostat find-root --objectId --heapId [--dbUrl ] + [--all] [--logLevel ] + finds the shortest path from an object to a GC root + +thermostat find-root + -a,--all finds all paths to GC roots + -d,--dbUrl connect to the given URL + -h,--heapId the ID of the heapdump to analyze + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF + -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_gui.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_gui.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,8 @@ +usage: thermostat gui [-l ] + launches the GUI client + +thermostat gui + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_list-heap-dumps.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_list-heap-dumps.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,12 @@ +usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId + ] [--logLevel ] + list all heap dumps + +thermostat list-heap-dumps + -a,--hostId the ID of the host to monitor + -d,--dbUrl connect to the given URL + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF + -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_list-vms.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_list-vms.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,9 @@ +usage: thermostat list-vms [-d ] [-l ] + lists all currently monitored VMs + +thermostat list-vms + -d,--dbUrl connect to the given URL + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_object-info.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_object-info.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,12 @@ +usage: thermostat object-info --objectId --heapId [--dbUrl + ] [--logLevel ] + prints information about an object in a heap dump + +thermostat object-info + -d,--dbUrl connect to the given URL + -h,--heapId the ID of the heapdump to analyze + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF + -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_ping.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_ping.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,9 @@ +usage: thermostat ping [-d ] [-l ] + using the Command Channel, send a ping to a running agent + +thermostat ping + -d,--dbUrl connect to the given URL + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_save-heap-dump-to-file.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_save-heap-dump-to-file.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,12 @@ +usage: thermostat save-heap-dump-to-file --file --heapId + [--dbUrl ] [--logLevel ] + saves a heap dump to a local file + +thermostat save-heap-dump-to-file + -d,--dbUrl connect to the given URL + -f,--file the file name to save to + -h,--heapId the ID of the heapdump to analyze + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_service.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_service.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,8 @@ +usage: thermostat service [-l ] + starts and stops the thermostat storage and agent + +thermostat service + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_shell.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_shell.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,5 @@ +usage: thermostat shell + launches the Thermostat interactive shell + +thermostat shell + diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_show-heap-histogram.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_show-heap-histogram.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,11 @@ +usage: thermostat show-heap-histogram --heapId [--dbUrl ] + [--logLevel ] + show the heap histogram + +thermostat show-heap-histogram + -d,--dbUrl connect to the given URL + -h,--heapId the ID of the heapdump to analyze + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_storage.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_storage.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,13 @@ +usage: thermostat storage <-start|--stop|--status> [--dryRun] [-q] [-l ] + starts and stops the thermostat storage + +thermostat storage + -d,--dryRun run the service in dry run mode + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF + -q,--quiet don't produce any output + --start start the database + --status check if the database is running + --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_validate.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_validate.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,5 @@ +usage: thermostat validate file + validates a thermostat plug-in XML file against the schema + +thermostat validate + diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_vm-info.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_vm-info.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,11 @@ +usage: thermostat vm-info [-vmId ] [--hostId ] [-d ] [-l ] + shows basic information about a VM + +thermostat vm-info + -a,--hostId the ID of the host to monitor + -d,--dbUrl connect to the given URL + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF + -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_vm-stat.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/outputtexts/1.0.3/thermostat_help_vm-stat.txt Thu May 22 16:08:39 2014 +0200 @@ -0,0 +1,12 @@ +usage: thermostat vm-stat -hostId --vmId [-d ] [-l ] + show various statistics about a VM + +thermostat vm-stat + -a,--hostId the ID of the host to monitor + -c,--continuous print data continuously + -d,--dbUrl connect to the given URL + -l,--logLevel sets the log level for this invocation. Possible + values for in decreasing severity are: + SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST + and OFF + -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.0.3/thermostat_help_webservice.txt diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/output_of_exit_therm_shell.txt --- a/outputtexts/1.1.0/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 1.1.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/output_of_help_therm_shell.txt --- a/outputtexts/1.1.0/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -Thermostat version 1.1.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-data Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat.txt --- a/outputtexts/1.1.0/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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 - 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 diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help.txt --- a/outputtexts/1.1.0/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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 - 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 diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_agent.txt --- a/outputtexts/1.1.0/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_connect.txt --- a/outputtexts/1.1.0/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_disconnect.txt --- a/outputtexts/1.1.0/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_dump-heap.txt --- a/outputtexts/1.1.0/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_find-objects.txt --- a/outputtexts/1.1.0/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_find-root.txt --- a/outputtexts/1.1.0/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_gui.txt --- a/outputtexts/1.1.0/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_list-heap-dumps.txt --- a/outputtexts/1.1.0/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_list-vms.txt --- a/outputtexts/1.1.0/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_object-info.txt --- a/outputtexts/1.1.0/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_ping.txt --- a/outputtexts/1.1.0/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/1.1.0/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_service.txt --- a/outputtexts/1.1.0/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_shell.txt --- a/outputtexts/1.1.0/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_show-heap-histogram.txt --- a/outputtexts/1.1.0/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_storage.txt --- a/outputtexts/1.1.0/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <-start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_vm-info.txt --- a/outputtexts/1.1.0/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat vm-info [-vmId ] [--hostId ] [-d ] [-l ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_vm-stat.txt --- a/outputtexts/1.1.0/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat -hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/1.1.0/thermostat_help_webservice.txt diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/output_of_exit_therm_shell.txt --- a/outputtexts/head/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.16.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/output_of_help_therm_shell.txt --- a/outputtexts/head/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Thermostat version 0.16.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-data Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat.txt --- a/outputtexts/head/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help.txt --- a/outputtexts/head/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_agent.txt --- a/outputtexts/head/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_connect.txt --- a/outputtexts/head/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_disconnect.txt --- a/outputtexts/head/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_dump-heap.txt --- a/outputtexts/head/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_find-objects.txt --- a/outputtexts/head/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_find-root.txt --- a/outputtexts/head/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_gui.txt --- a/outputtexts/head/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_list-heap-dumps.txt --- a/outputtexts/head/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_list-vms.txt --- a/outputtexts/head/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_object-info.txt --- a/outputtexts/head/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_ping.txt --- a/outputtexts/head/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/head/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_service.txt --- a/outputtexts/head/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_shell.txt --- a/outputtexts/head/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_show-heap-histogram.txt --- a/outputtexts/head/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_storage.txt --- a/outputtexts/head/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <-start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_vm-info.txt --- a/outputtexts/head/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat vm-info [-vmId ] [--hostId ] [-d ] [-l ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_vm-stat.txt --- a/outputtexts/head/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat -hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/head/thermostat_help_webservice.txt --- a/outputtexts/head/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service - -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/output_of_exit_therm_shell.txt --- a/outputtexts/version1/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -Thermostat version 0.10.0 -Thermostat > exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/output_of_help_therm_shell.txt --- a/outputtexts/version1/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -Thermostat version 0.10.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - agent starts and stops the thermostat agent - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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-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 - vm-info shows basic information about a VM - vm-stat show various statistics about a VM - webservice starts and stops the thermostat web service -Thermostat > exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat.txt --- a/outputtexts/version1/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - agent starts and stops the thermostat agent - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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-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 - vm-info shows basic information about a VM - vm-stat show various statistics about a VM - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help.txt --- a/outputtexts/version1/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - agent starts and stops the thermostat agent - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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-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 - vm-info shows basic information about a VM - vm-stat show various statistics about a VM - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_agent.txt --- a/outputtexts/version1/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_connect.txt --- a/outputtexts/version1/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_disconnect.txt --- a/outputtexts/version1/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_dump-heap.txt --- a/outputtexts/version1/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_find-objects.txt --- a/outputtexts/version1/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_find-root.txt --- a/outputtexts/version1/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_gui.txt --- a/outputtexts/version1/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_list-heap-dumps.txt --- a/outputtexts/version1/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_list-vms.txt --- a/outputtexts/version1/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_object-info.txt --- a/outputtexts/version1/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_ping.txt --- a/outputtexts/version1/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/version1/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_service.txt --- a/outputtexts/version1/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_shell.txt --- a/outputtexts/version1/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,4 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_show-heap-histogram.txt --- a/outputtexts/version1/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_storage.txt --- a/outputtexts/version1/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat storage <--start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_vm-info.txt --- a/outputtexts/version1/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat vm-info [--vmId ] [--hostId ] [-d ] [-l - ] - shows basic information about a VM -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_vm-stat.txt --- a/outputtexts/version1/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat vm-stat --hostId --vmId [-d ] [-l ] - show various statistics about a VM -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version1/thermostat_help_webservice.txt --- a/outputtexts/version1/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/output_of_exit_therm_shell.txt --- a/outputtexts/version2DesertRose/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.12.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/output_of_help_therm_shell.txt --- a/outputtexts/version2DesertRose/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -Thermostat version 0.12.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat.txt --- a/outputtexts/version2DesertRose/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -list of commands: - - help show help for a given command or help overview - agent starts and stops the thermostat agent - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help.txt --- a/outputtexts/version2DesertRose/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,21 +0,0 @@ -list of commands: - - help show help for a given command or help overview - agent starts and stops the thermostat agent - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_agent.txt --- a/outputtexts/version2DesertRose/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_connect.txt --- a/outputtexts/version2DesertRose/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_disconnect.txt --- a/outputtexts/version2DesertRose/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_dump-heap.txt --- a/outputtexts/version2DesertRose/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_find-objects.txt --- a/outputtexts/version2DesertRose/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_find-root.txt --- a/outputtexts/version2DesertRose/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_gui.txt --- a/outputtexts/version2DesertRose/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_list-heap-dumps.txt --- a/outputtexts/version2DesertRose/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_list-vms.txt --- a/outputtexts/version2DesertRose/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_object-info.txt --- a/outputtexts/version2DesertRose/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_ping.txt --- a/outputtexts/version2DesertRose/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/version2DesertRose/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_service.txt --- a/outputtexts/version2DesertRose/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_shell.txt --- a/outputtexts/version2DesertRose/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_show-heap-histogram.txt --- a/outputtexts/version2DesertRose/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_storage.txt --- a/outputtexts/version2DesertRose/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <--start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_vm-info.txt --- a/outputtexts/version2DesertRose/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-info [--vmId ] [--hostId ] [-d ] [-l - ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_vm-stat.txt --- a/outputtexts/version2DesertRose/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat --hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version2DesertRose/thermostat_help_webservice.txt --- a/outputtexts/version2DesertRose/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service - -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/output_of_exit_therm_shell.txt --- a/outputtexts/version3/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.12.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/output_of_help_therm_shell.txt --- a/outputtexts/version3/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Thermostat version 0.12.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-history Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat.txt --- a/outputtexts/version3/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - agent starts and stops the thermostat agent - clean-history 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help.txt --- a/outputtexts/version3/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - agent starts and stops the thermostat agent - clean-history 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_agent.txt --- a/outputtexts/version3/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_connect.txt --- a/outputtexts/version3/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_disconnect.txt --- a/outputtexts/version3/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_dump-heap.txt --- a/outputtexts/version3/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_find-objects.txt --- a/outputtexts/version3/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_find-root.txt --- a/outputtexts/version3/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_gui.txt --- a/outputtexts/version3/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_list-heap-dumps.txt --- a/outputtexts/version3/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_list-vms.txt --- a/outputtexts/version3/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_object-info.txt --- a/outputtexts/version3/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_ping.txt --- a/outputtexts/version3/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/version3/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_service.txt --- a/outputtexts/version3/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_shell.txt --- a/outputtexts/version3/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_show-heap-histogram.txt --- a/outputtexts/version3/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_storage.txt --- a/outputtexts/version3/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <--start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_vm-info.txt --- a/outputtexts/version3/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-info [--vmId ] [--hostId ] [-d ] [-l - ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_vm-stat.txt --- a/outputtexts/version3/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat --hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version3/thermostat_help_webservice.txt --- a/outputtexts/version3/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service - -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/output_of_exit_therm_shell.txt --- a/outputtexts/version4/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.12.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/output_of_help_therm_shell.txt --- a/outputtexts/version4/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Thermostat version 0.12.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-data Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat.txt --- a/outputtexts/version4/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help.txt --- a/outputtexts/version4/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_agent.txt --- a/outputtexts/version4/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_connect.txt --- a/outputtexts/version4/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_disconnect.txt --- a/outputtexts/version4/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_dump-heap.txt --- a/outputtexts/version4/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_find-objects.txt --- a/outputtexts/version4/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_find-root.txt --- a/outputtexts/version4/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_gui.txt --- a/outputtexts/version4/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_list-heap-dumps.txt --- a/outputtexts/version4/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_list-vms.txt --- a/outputtexts/version4/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_object-info.txt --- a/outputtexts/version4/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_ping.txt --- a/outputtexts/version4/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/version4/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_service.txt --- a/outputtexts/version4/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_shell.txt --- a/outputtexts/version4/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_show-heap-histogram.txt --- a/outputtexts/version4/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_storage.txt --- a/outputtexts/version4/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <--start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_vm-info.txt --- a/outputtexts/version4/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-info [--vmId ] [--hostId ] [-d ] [-l - ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_vm-stat.txt --- a/outputtexts/version4/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat --hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version4/thermostat_help_webservice.txt --- a/outputtexts/version4/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service - -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/output_of_exit_therm_shell.txt --- a/outputtexts/version5-0.14.0/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.14.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/output_of_help_therm_shell.txt --- a/outputtexts/version5-0.14.0/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Thermostat version 0.14.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-data Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat.txt --- a/outputtexts/version5-0.14.0/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help.txt --- a/outputtexts/version5-0.14.0/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_agent.txt --- a/outputtexts/version5-0.14.0/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_connect.txt --- a/outputtexts/version5-0.14.0/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_disconnect.txt --- a/outputtexts/version5-0.14.0/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_dump-heap.txt --- a/outputtexts/version5-0.14.0/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_find-objects.txt --- a/outputtexts/version5-0.14.0/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_find-root.txt --- a/outputtexts/version5-0.14.0/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_gui.txt --- a/outputtexts/version5-0.14.0/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_list-heap-dumps.txt --- a/outputtexts/version5-0.14.0/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_list-vms.txt --- a/outputtexts/version5-0.14.0/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_object-info.txt --- a/outputtexts/version5-0.14.0/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_ping.txt --- a/outputtexts/version5-0.14.0/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/version5-0.14.0/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_service.txt --- a/outputtexts/version5-0.14.0/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_shell.txt --- a/outputtexts/version5-0.14.0/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_show-heap-histogram.txt --- a/outputtexts/version5-0.14.0/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_storage.txt --- a/outputtexts/version5-0.14.0/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <--start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_vm-info.txt --- a/outputtexts/version5-0.14.0/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-info [--vmId ] [--hostId ] [-d ] [-l - ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_vm-stat.txt --- a/outputtexts/version5-0.14.0/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat --hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version5-0.14.0/thermostat_help_webservice.txt --- a/outputtexts/version5-0.14.0/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service - -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/output_of_exit_therm_shell.txt --- a/outputtexts/version6-0.14.0/output_of_exit_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -Thermostat version 0.14.0 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/output_of_help_therm_shell.txt --- a/outputtexts/version6-0.14.0/output_of_help_therm_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -Thermostat version 0.14.0 -Thermostat > help -list of commands: - - help show help for a given command or help overview - clean-data Drop all data related to all of the specified agents - connect persistently connect to storage - disconnect disconnect from the currently used storage - 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 - 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 - show-heap-histogram show the heap histogram - 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 -Thermostat > exit - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat.txt --- a/outputtexts/version6-0.14.0/thermostat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help.txt --- a/outputtexts/version6-0.14.0/thermostat_help.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -list of commands: - - help show help for a given command or help overview - 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-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 - 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 - webservice starts and stops the thermostat web service diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_agent.txt --- a/outputtexts/version6-0.14.0/thermostat_help_agent.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,10 +0,0 @@ -usage: thermostat agent [-d ] [-s] [-l ] - starts and stops the thermostat agent - -thermostat agent - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -s,--saveOnExit save the data on exit diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_connect.txt --- a/outputtexts/version6-0.14.0/thermostat_help_connect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat connect -d [-l ] - persistently connect to storage -Note: this command is only supported inside the shell -thermostat connect - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_disconnect.txt --- a/outputtexts/version6-0.14.0/thermostat_help_disconnect.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat disconnect [-l ] - disconnect from the currently used storage -Note: this command is only supported inside the shell -thermostat disconnect - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_dump-heap.txt --- a/outputtexts/version6-0.14.0/thermostat_help_dump-heap.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat dump-heap --vmId --hostId [--dbUrl ] - [--logLevel ] - trigger a heap dump on the VM - -thermostat dump-heap - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_find-objects.txt --- a/outputtexts/version6-0.14.0/thermostat_help_find-objects.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat find-objects --heapId [--dbUrl ] [--limit - ] [--logLevel ] pattern - finds objects in a heapdump - -thermostat find-objects - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -L,--limit limit search to top N results, defaults to 10 - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_find-root.txt --- a/outputtexts/version6-0.14.0/thermostat_help_find-root.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat find-root --objectId --heapId [--dbUrl ] - [--all] [--logLevel ] - finds the shortest path from an object to a GC root - -thermostat find-root - -a,--all finds all paths to GC roots - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_gui.txt --- a/outputtexts/version6-0.14.0/thermostat_help_gui.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat gui [-l ] - launches the GUI client - -thermostat gui - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_list-heap-dumps.txt --- a/outputtexts/version6-0.14.0/thermostat_help_list-heap-dumps.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat list-heap-dumps [--vmId ] [--dbUrl ] [--hostId - ] [--logLevel ] - list all heap dumps - -thermostat list-heap-dumps - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_list-vms.txt --- a/outputtexts/version6-0.14.0/thermostat_help_list-vms.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat list-vms [-d ] [-l ] - lists all currently monitored VMs - -thermostat list-vms - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_object-info.txt --- a/outputtexts/version6-0.14.0/thermostat_help_object-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat object-info --objectId --heapId [--dbUrl - ] [--logLevel ] - prints information about an object in a heap dump - -thermostat object-info - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -o,--objectId the ID of the object to query diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_ping.txt --- a/outputtexts/version6-0.14.0/thermostat_help_ping.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -usage: thermostat ping [-d ] [-l ] - using the Command Channel, send a ping to a running agent - -thermostat ping - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/version6-0.14.0/thermostat_help_save-heap-dump-to-file.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat save-heap-dump-to-file --file --heapId - [--dbUrl ] [--logLevel ] - saves a heap dump to a local file - -thermostat save-heap-dump-to-file - -d,--dbUrl connect to the given URL - -f,--file the file name to save to - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_service.txt --- a/outputtexts/version6-0.14.0/thermostat_help_service.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -usage: thermostat service [-l ] - starts and stops the thermostat storage and agent - -thermostat service - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_shell.txt --- a/outputtexts/version6-0.14.0/thermostat_help_shell.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -usage: thermostat shell - launches the Thermostat interactive shell - -thermostat shell - diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_show-heap-histogram.txt --- a/outputtexts/version6-0.14.0/thermostat_help_show-heap-histogram.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat show-heap-histogram --heapId [--dbUrl ] - [--logLevel ] - show the heap histogram - -thermostat show-heap-histogram - -d,--dbUrl connect to the given URL - -h,--heapId the ID of the heapdump to analyze - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_storage.txt --- a/outputtexts/version6-0.14.0/thermostat_help_storage.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,13 +0,0 @@ -usage: thermostat storage <-start|--stop|--status> [--dryRun] [-q] [-l ] - starts and stops the thermostat storage - -thermostat storage - -d,--dryRun run the service in dry run mode - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -q,--quiet don't produce any output - --start start the database - --status check if the database is running - --stop stop the database diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_vm-info.txt --- a/outputtexts/version6-0.14.0/thermostat_help_vm-info.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -usage: thermostat vm-info [-vmId ] [--hostId ] [-d ] [-l ] - shows basic information about a VM - -thermostat vm-info - -a,--hostId the ID of the host to monitor - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_vm-stat.txt --- a/outputtexts/version6-0.14.0/thermostat_help_vm-stat.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat vm-stat -hostId --vmId [-d ] [-l ] - show various statistics about a VM - -thermostat vm-stat - -a,--hostId the ID of the host to monitor - -c,--continuous print data continuously - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity are: - SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST - and OFF - -v,--vmId the ID of the VM to monitor diff -r dc54b1abb87f -r c7e926dbadcd outputtexts/version6-0.14.0/thermostat_help_webservice.txt --- a/outputtexts/version6-0.14.0/thermostat_help_webservice.txt Thu May 22 15:09:48 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -usage: thermostat webservice -d -b [-l ] - starts and stops the thermostat web service - -thermostat webservice - -b,--bindAddrs A comma separated list of IP address, port pairs - used for binding (e.g. - 127.0.0.1:8888,127.0.0.1:8889) - -d,--dbUrl connect to the given URL - -l,--logLevel sets the log level for this invocation. Possible - values for in decreasing severity - are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, - FINEST and OFF diff -r dc54b1abb87f -r c7e926dbadcd src/org/thermostat/qa/testsuites/OutputMessagesTest.java --- a/src/org/thermostat/qa/testsuites/OutputMessagesTest.java Thu May 22 15:09:48 2014 +0200 +++ b/src/org/thermostat/qa/testsuites/OutputMessagesTest.java Thu May 22 16:08:39 2014 +0200 @@ -62,8 +62,7 @@ public static final String[][] allflags = new String[][]{ null, {"help"}, {"help","agent"}, - {"help", "connect"}, - {"help", "disconnect"}, + {"help", "clean-data"}, {"help", "dump-heap"}, {"help", "find-objects"}, {"help", "find-root"}, @@ -73,21 +72,20 @@ {"help", "object-info"}, {"help", "ping"}, {"help", "save-heap-dump-to-file"}, - {"help", "show-heap-histogram"}, {"help", "service"}, {"help", "shell"}, + {"help", "show-heap-histogram"}, {"help", "storage"}, + {"help", "validate"}, {"help", "vm-info"}, - {"help", "vm-stat"}, - {"help", "webservice"} }; + {"help", "vm-stat"} }; private String outputsPath; private static String[] THERMOSTAT_STANDARD_MESSAGE, THERMOSTAT_HELP_MESSAGE, THERMOSTAT_HELP_AGENT_MESSAGE, - THERMOSTAT_HELP_CONNECT_MESSAGE, - THERMOSTAT_HELP_DISCONNECT_MESSAGE, + THERMOSTAT_HELP_CLEAN_DATA_MESSAGE, THERMOSTAT_HELP_DUMP_HEAP_MESSAGE, THERMOSTAT_HELP_FIND_OBJECTS_MESSAGE, THERMOSTAT_HELP_FIND_ROOT_MESSAGE, @@ -101,9 +99,9 @@ THERMOSTAT_HELP_SHELL_MESSAGE, THERMOSTAT_HELP_SHOW_HEAP_HISTOGRAM_MESSAGE, THERMOSTAT_HELP_STORAGE_MESSAGE, + THERMOSTAT_HELP_VALIDATE_MESSAGE, THERMOSTAT_HELP_VM_INFO_MESSAGE, - THERMOSTAT_HELP_VM_STAT_MESSAGE, - THERMOSTAT_HELP_WEBSERVICE_MESSAGE; + THERMOSTAT_HELP_VM_STAT_MESSAGE; @Override protected void setUp() @@ -112,8 +110,7 @@ THERMOSTAT_STANDARD_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat.txt"); THERMOSTAT_HELP_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help.txt"); THERMOSTAT_HELP_AGENT_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_agent.txt"); - THERMOSTAT_HELP_CONNECT_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_connect.txt"); - THERMOSTAT_HELP_DISCONNECT_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_disconnect.txt"); + THERMOSTAT_HELP_CLEAN_DATA_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_clean-data.txt"); THERMOSTAT_HELP_DUMP_HEAP_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_dump-heap.txt"); THERMOSTAT_HELP_FIND_OBJECTS_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_find-objects.txt"); THERMOSTAT_HELP_FIND_ROOT_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_find-root.txt"); @@ -127,9 +124,9 @@ THERMOSTAT_HELP_SHELL_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_shell.txt"); THERMOSTAT_HELP_SHOW_HEAP_HISTOGRAM_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_show-heap-histogram.txt"); THERMOSTAT_HELP_STORAGE_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_storage.txt"); + THERMOSTAT_HELP_VALIDATE_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_validate.txt"); THERMOSTAT_HELP_VM_INFO_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_vm-info.txt"); THERMOSTAT_HELP_VM_STAT_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_vm-stat.txt"); - THERMOSTAT_HELP_WEBSERVICE_MESSAGE = FileUtils.getStringArrayFromOutputTextFile(outputsPath+"thermostat_help_webservice.txt"); } @Override @@ -212,20 +209,9 @@ * * @throws IOException */ - public void testCheckHelpConnectMessage() throws IOException + public void testCheckHelpCleanDataMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_CONNECT_MESSAGE, allflags[3]); - } - - /** - * Method testCheckHelpDisconnectMessage - * checks output of command "thermostat help disconnect". - * - * @throws IOException - */ - public void testCheckHelpDisconnectMessage() throws IOException - { - readAndCheckThermostatMessage(THERMOSTAT_HELP_DISCONNECT_MESSAGE, allflags[4]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_CLEAN_DATA_MESSAGE, allflags[3]); } /** @@ -236,7 +222,7 @@ */ public void testCheckHelpDumpHeapMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_DUMP_HEAP_MESSAGE, allflags[5]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_DUMP_HEAP_MESSAGE, allflags[4]); } /** @@ -247,7 +233,7 @@ */ public void testCheckHelpFindObjectsMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_FIND_OBJECTS_MESSAGE, allflags[6]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_FIND_OBJECTS_MESSAGE, allflags[5]); } /** @@ -258,7 +244,7 @@ */ public void testCheckHelpFindRootMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_FIND_ROOT_MESSAGE, allflags[7]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_FIND_ROOT_MESSAGE, allflags[6]); } /** @@ -269,7 +255,7 @@ */ public void testCheckHelpGuiMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_GUI_MESSAGE, allflags[8]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_GUI_MESSAGE, allflags[7]); } /** @@ -280,7 +266,7 @@ */ public void testCheckHelpListHeapDumpsMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_LIST_HEAP_DUMPS_MESSAGE, allflags[9]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_LIST_HEAP_DUMPS_MESSAGE, allflags[8]); } /** @@ -291,7 +277,7 @@ */ public void testCheckHelpListVmsMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_LIST_VMS_MESSAGE, allflags[10]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_LIST_VMS_MESSAGE, allflags[9]); } /** @@ -302,7 +288,7 @@ */ public void testCheckHelpObjectInfoMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_OBJECT_INFO_MESSAGE, allflags[11]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_OBJECT_INFO_MESSAGE, allflags[10]); } /** @@ -313,7 +299,7 @@ */ public void testCheckHelpPingMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_PING_MESSAGE, allflags[12]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_PING_MESSAGE, allflags[11]); } /** @@ -324,18 +310,7 @@ */ public void testCheckHelpSaveHeapDumpToFileMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_SAVE_HEAP_DUMP_TO_FILE_MESSAGE, allflags[13]); - } - - /** - * Method testCheckHelpShowHeapHistogramMessage - * checks output of command "thermostat help show-heap-histogram". - * - * @throws IOException - */ - public void testCheckHelpShowHeapHistogramMessage() throws IOException - { - readAndCheckThermostatMessage(THERMOSTAT_HELP_SHOW_HEAP_HISTOGRAM_MESSAGE, allflags[14]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_SAVE_HEAP_DUMP_TO_FILE_MESSAGE, allflags[12]); } /** @@ -346,9 +321,10 @@ */ public void testCheckHelpServiceMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_SERVICE_MESSAGE, allflags[15]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_SERVICE_MESSAGE, allflags[13]); } + /** * Method testCheckHelpShellMessage * checks output of command "thermostat help shell". @@ -357,10 +333,22 @@ */ public void testCheckHelpShellMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_SHELL_MESSAGE, allflags[16]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_SHELL_MESSAGE, allflags[14]); } /** + * Method testCheckHelpShowHeapHistogramMessage + * checks output of command "thermostat help show-heap-histogram". + * + * @throws IOException + */ + public void testCheckHelpShowHeapHistogramMessage() throws IOException + { + readAndCheckThermostatMessage(THERMOSTAT_HELP_SHOW_HEAP_HISTOGRAM_MESSAGE, allflags[15]); + } + + + /** * Method testCheckHelpStorageMessage * checks output of command "thermostat help storage". * @@ -368,7 +356,18 @@ */ public void testCheckHelpStorageMessage() throws IOException { - readAndCheckThermostatMessage(THERMOSTAT_HELP_STORAGE_MESSAGE, allflags[17]); + readAndCheckThermostatMessage(THERMOSTAT_HELP_STORAGE_MESSAGE, allflags[16]); + } + + /** + * Method testCheckHelpValidateMessage + * checks output of command "thermostat help validate". + * + * @throws IOException + */ + public void testCheckHelpWebserviceMessage() throws IOException + { + readAndCheckThermostatMessage(THERMOSTAT_HELP_VALIDATE_MESSAGE, allflags[17]); } /** @@ -393,16 +392,6 @@ readAndCheckThermostatMessage(THERMOSTAT_HELP_VM_STAT_MESSAGE, allflags[19]); } - /** - * Method testCheckHelpWebserviceMessage - * checks output of command "thermostat help webservice". - * - * @throws IOException - */ - public void testCheckHelpWebserviceMessage() throws IOException - { - readAndCheckThermostatMessage(THERMOSTAT_HELP_WEBSERVICE_MESSAGE, allflags[20]); - } /** * Entry point to this test. diff -r dc54b1abb87f -r c7e926dbadcd test.properties --- a/test.properties Thu May 22 15:09:48 2014 +0200 +++ b/test.properties Thu May 22 16:08:39 2014 +0200 @@ -1,7 +1,7 @@ -thermostat_executable_path=/home/jfabriko/thermostaty/testing_thermostat/thermostat/distribution/target/image/bin/ +thermostat_executable_path=/home/jfabriko/thermostaty/testing_thermostat/thermostat-1.0/distribution/target/image/bin/ thermostat_executable_name=thermostat -thermostat_version=1.1.0 -thermostat_home=/home/jfabriko/thermostaty/testing_thermostat/thermostat/distribution/target/image/ +thermostat_version=1.0.3 +thermostat_home=/home/jfabriko/thermostaty/testing_thermostat/thermostat-1.0/distribution/target/image/ thermostat_user_home=/home/jfabriko/.thermostat/ apache_tomcat_home=/home/jfabriko/thermostaty/apache-tomcat-7.0.42/ clean_after_gui_test=true