# HG changeset patch # User Zdenek Zambersky # Date 1414594354 -3600 # Node ID 9266f046203d0ebd9921308ce87eb7c76c4aae8c # Parent 419257a68b27aa317875c774819d3db2fb30418b fixed output messages texts diff -r 419257a68b27 -r 9266f046203d ChangeLog --- a/ChangeLog Wed Oct 29 15:38:02 2014 +0100 +++ b/ChangeLog Wed Oct 29 15:52:34 2014 +0100 @@ -1,3 +1,47 @@ +2014-10-29 Zdenek Zambersky + + Adding changes to outputtexts + * outputtexts/1.1.0/thermostat.txt: added changes to outputtext + * outputtexts/head/thermostat.txt: same as previous + * outputtexts/1.1.0/thermostat_help.txt: same as previous + * outputtexts/head/thermostat_help.txt: same as previous + * outputtexts/1.1.0/thermostat_help_agent.txt: same as previous + * outputtexts/head/thermostat_help_agent.txt: same as previous + * outputtexts/1.1.0/thermostat_help_connect.txt: same as previous + * outputtexts/head/thermostat_help_connect.txt: same as previous + * outputtexts/1.1.0/thermostat_help_disconnect.txt: same as previous + * outputtexts/head/thermostat_help_disconnect.txt: same as previous + * outputtexts/1.1.0/thermostat_help_dump-heap.txt: same as previous + * outputtexts/head/thermostat_help_dump-heap.txt: same as previous + * outputtexts/1.1.0/thermostat_help_find-objects.txt: same as previous + * outputtexts/head/thermostat_help_find-objects.txt: same as previous + * outputtexts/1.1.0/thermostat_help_find-root.txt: same as previous + * outputtexts/head/thermostat_help_find-root.txt: same as previous + * outputtexts/1.1.0/thermostat_help_gui.txt: same as previous + * outputtexts/head/thermostat_help_gui.txt: same as previous + * outputtexts/1.1.0/thermostat_help_list-heap-dumps.txt: same as previous + * outputtexts/head/thermostat_help_list-heap-dumps.txt: same as previous + * outputtexts/1.1.0/thermostat_help_list-vms.txt: same as previous + * outputtexts/head/thermostat_help_list-vms.txt: same as previous + * outputtexts/1.1.0/thermostat_help_object-info.txt: same as previous + * outputtexts/head/thermostat_help_object-info.txt: same as previous + * outputtexts/1.1.0/thermostat_help_ping.txt: same as previous + * outputtexts/head/thermostat_help_ping.txt: same as previous + * outputtexts/1.1.0/thermostat_help_save-heap-dump-to-file.txt: same as previous + * outputtexts/head/thermostat_help_save-heap-dump-to-file.txt: same as previous + * outputtexts/1.1.0/thermostat_help_show-heap-histogram.txt: same as previous + * outputtexts/head/thermostat_help_show-heap-histogram.txt: same as previous + * outputtexts/1.1.0/thermostat_help_service.txt: same as previous + * outputtexts/head/thermostat_help_service.txt: same as previous + * outputtexts/1.1.0/thermostat_help_shell.txt: same as previous + * outputtexts/head/thermostat_help_shell.txt: same as previous + * outputtexts/1.1.0/thermostat_help_storage.txt: same as previous + * outputtexts/head/thermostat_help_storage.txt: same as previous + * outputtexts/1.1.0/thermostat_help_vm-info.txt: same as previous + * outputtexts/head/thermostat_help_vm-info.txt: same as previous + * outputtexts/1.1.0/thermostat_help_vm-stat.txt: same as previous + * outputtexts/head/thermostat_help_vm-stat.txt: same as previous + 2014-10-29 Zdenek Zambersky * scripts/add_agent_db_commands.txt: added authentication, because local diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat.txt --- a/outputtexts/1.1.0/thermostat.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat.txt Wed Oct 29 15:52:34 2014 +0100 @@ -8,6 +8,8 @@ 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 + kill-vm Attempts to kill the vm specified. + list-agents lists all agents for the current host list-categories lists all registered categories in Storage list-heap-dumps list all heap dumps list-vms lists all currently monitored VMs diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help.txt --- a/outputtexts/1.1.0/thermostat_help.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help.txt Wed Oct 29 15:52:34 2014 +0100 @@ -8,6 +8,8 @@ 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 + kill-vm Attempts to kill the vm specified. + list-agents lists all agents for the current host list-categories lists all registered categories in Storage list-heap-dumps list all heap dumps list-vms lists all currently monitored VMs diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_agent.txt --- a/outputtexts/1.1.0/thermostat_help_agent.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_agent.txt Wed Oct 29 15:52:34 2014 +0100 @@ -3,6 +3,7 @@ thermostat agent -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_connect.txt --- a/outputtexts/1.1.0/thermostat_help_connect.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_connect.txt Wed Oct 29 15:52:34 2014 +0100 @@ -3,6 +3,7 @@ Note: this command is only supported inside the shell thermostat connect -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_disconnect.txt --- a/outputtexts/1.1.0/thermostat_help_disconnect.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_disconnect.txt Wed Oct 29 15:52:34 2014 +0100 @@ -2,6 +2,7 @@ disconnect from the currently used storage Note: this command is only supported inside the shell thermostat disconnect + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_dump-heap.txt --- a/outputtexts/1.1.0/thermostat_help_dump-heap.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_dump-heap.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat dump-heap -a,--hostId the ID of the host to monitor -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_find-objects.txt --- a/outputtexts/1.1.0/thermostat_help_find-objects.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_find-objects.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat find-objects -d,--dbUrl connect to the given URL -h,--heapId the ID of the heapdump to analyze + --help show usage of command -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: diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_find-root.txt --- a/outputtexts/1.1.0/thermostat_help_find-root.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_find-root.txt Wed Oct 29 15:52:34 2014 +0100 @@ -6,6 +6,7 @@ -a,--all finds all paths to GC roots -d,--dbUrl connect to the given URL -h,--heapId the ID of the heapdump to analyze + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_gui.txt --- a/outputtexts/1.1.0/thermostat_help_gui.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_gui.txt Wed Oct 29 15:52:34 2014 +0100 @@ -2,6 +2,7 @@ launches the GUI client thermostat gui + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_list-heap-dumps.txt --- a/outputtexts/1.1.0/thermostat_help_list-heap-dumps.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_list-heap-dumps.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat list-heap-dumps -a,--hostId the ID of the host to monitor -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_list-vms.txt --- a/outputtexts/1.1.0/thermostat_help_list-vms.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_list-vms.txt Wed Oct 29 15:52:34 2014 +0100 @@ -3,6 +3,7 @@ thermostat list-vms -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_object-info.txt --- a/outputtexts/1.1.0/thermostat_help_object-info.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_object-info.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat object-info -d,--dbUrl connect to the given URL -h,--heapId the ID of the heapdump to analyze + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_ping.txt --- a/outputtexts/1.1.0/thermostat_help_ping.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_ping.txt Wed Oct 29 15:52:34 2014 +0100 @@ -3,6 +3,7 @@ thermostat ping -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d 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 Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_save-heap-dump-to-file.txt Wed Oct 29 15:52:34 2014 +0100 @@ -6,6 +6,7 @@ -d,--dbUrl connect to the given URL -f,--file the file name to save to -h,--heapId the ID of the heapdump to analyze + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_service.txt --- a/outputtexts/1.1.0/thermostat_help_service.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_service.txt Wed Oct 29 15:52:34 2014 +0100 @@ -2,6 +2,7 @@ starts and stops the thermostat storage and agent thermostat service + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_shell.txt --- a/outputtexts/1.1.0/thermostat_help_shell.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_shell.txt Wed Oct 29 15:52:34 2014 +0100 @@ -2,4 +2,4 @@ launches the Thermostat interactive shell thermostat shell - + --help show usage of command diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_show-heap-histogram.txt --- a/outputtexts/1.1.0/thermostat_help_show-heap-histogram.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_show-heap-histogram.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat show-heap-histogram -d,--dbUrl connect to the given URL -h,--heapId the ID of the heapdump to analyze + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_storage.txt --- a/outputtexts/1.1.0/thermostat_help_storage.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_storage.txt Wed Oct 29 15:52:34 2014 +0100 @@ -4,6 +4,7 @@ thermostat storage -d,--dryRun run the service in dry run mode + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_vm-info.txt --- a/outputtexts/1.1.0/thermostat_help_vm-info.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_vm-info.txt Wed Oct 29 15:52:34 2014 +0100 @@ -4,6 +4,7 @@ thermostat vm-info -a,--hostId the ID of the host to monitor -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/1.1.0/thermostat_help_vm-stat.txt --- a/outputtexts/1.1.0/thermostat_help_vm-stat.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/1.1.0/thermostat_help_vm-stat.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ -a,--hostId the ID of the host to monitor -c,--continuous print data continuously -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat.txt --- a/outputtexts/head/thermostat.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat.txt Wed Oct 29 15:52:34 2014 +0100 @@ -8,6 +8,8 @@ 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 + kill-vm Attempts to kill the vm specified. + list-agents lists all agents for the current host list-categories lists all registered categories in Storage list-heap-dumps list all heap dumps list-vms lists all currently monitored VMs diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help.txt --- a/outputtexts/head/thermostat_help.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help.txt Wed Oct 29 15:52:34 2014 +0100 @@ -8,6 +8,8 @@ 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 + kill-vm Attempts to kill the vm specified. + list-agents lists all agents for the current host list-categories lists all registered categories in Storage list-heap-dumps list all heap dumps list-vms lists all currently monitored VMs diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_agent.txt --- a/outputtexts/head/thermostat_help_agent.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_agent.txt Wed Oct 29 15:52:34 2014 +0100 @@ -3,6 +3,7 @@ thermostat agent -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_connect.txt --- a/outputtexts/head/thermostat_help_connect.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_connect.txt Wed Oct 29 15:52:34 2014 +0100 @@ -3,6 +3,7 @@ Note: this command is only supported inside the shell thermostat connect -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_disconnect.txt --- a/outputtexts/head/thermostat_help_disconnect.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_disconnect.txt Wed Oct 29 15:52:34 2014 +0100 @@ -2,6 +2,7 @@ disconnect from the currently used storage Note: this command is only supported inside the shell thermostat disconnect + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_dump-heap.txt --- a/outputtexts/head/thermostat_help_dump-heap.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_dump-heap.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat dump-heap -a,--hostId the ID of the host to monitor -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_find-objects.txt --- a/outputtexts/head/thermostat_help_find-objects.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_find-objects.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat find-objects -d,--dbUrl connect to the given URL -h,--heapId the ID of the heapdump to analyze + --help show usage of command -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: diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_find-root.txt --- a/outputtexts/head/thermostat_help_find-root.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_find-root.txt Wed Oct 29 15:52:34 2014 +0100 @@ -6,6 +6,7 @@ -a,--all finds all paths to GC roots -d,--dbUrl connect to the given URL -h,--heapId the ID of the heapdump to analyze + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_gui.txt --- a/outputtexts/head/thermostat_help_gui.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_gui.txt Wed Oct 29 15:52:34 2014 +0100 @@ -2,6 +2,7 @@ launches the GUI client thermostat gui + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_list-heap-dumps.txt --- a/outputtexts/head/thermostat_help_list-heap-dumps.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_list-heap-dumps.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat list-heap-dumps -a,--hostId the ID of the host to monitor -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_list-vms.txt --- a/outputtexts/head/thermostat_help_list-vms.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_list-vms.txt Wed Oct 29 15:52:34 2014 +0100 @@ -3,6 +3,7 @@ thermostat list-vms -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_object-info.txt --- a/outputtexts/head/thermostat_help_object-info.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_object-info.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat object-info -d,--dbUrl connect to the given URL -h,--heapId the ID of the heapdump to analyze + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_ping.txt --- a/outputtexts/head/thermostat_help_ping.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_ping.txt Wed Oct 29 15:52:34 2014 +0100 @@ -3,6 +3,7 @@ thermostat ping -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_save-heap-dump-to-file.txt --- a/outputtexts/head/thermostat_help_save-heap-dump-to-file.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_save-heap-dump-to-file.txt Wed Oct 29 15:52:34 2014 +0100 @@ -6,6 +6,7 @@ -d,--dbUrl connect to the given URL -f,--file the file name to save to -h,--heapId the ID of the heapdump to analyze + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_service.txt --- a/outputtexts/head/thermostat_help_service.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_service.txt Wed Oct 29 15:52:34 2014 +0100 @@ -2,6 +2,7 @@ starts and stops the thermostat storage and agent thermostat service + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_shell.txt --- a/outputtexts/head/thermostat_help_shell.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_shell.txt Wed Oct 29 15:52:34 2014 +0100 @@ -2,4 +2,4 @@ launches the Thermostat interactive shell thermostat shell - + --help show usage of command diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_show-heap-histogram.txt --- a/outputtexts/head/thermostat_help_show-heap-histogram.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_show-heap-histogram.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ thermostat show-heap-histogram -d,--dbUrl connect to the given URL -h,--heapId the ID of the heapdump to analyze + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_storage.txt --- a/outputtexts/head/thermostat_help_storage.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_storage.txt Wed Oct 29 15:52:34 2014 +0100 @@ -4,6 +4,7 @@ thermostat storage -d,--dryRun run the service in dry run mode + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_vm-info.txt --- a/outputtexts/head/thermostat_help_vm-info.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_vm-info.txt Wed Oct 29 15:52:34 2014 +0100 @@ -4,6 +4,7 @@ thermostat vm-info -a,--hostId the ID of the host to monitor -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST diff -r 419257a68b27 -r 9266f046203d outputtexts/head/thermostat_help_vm-stat.txt --- a/outputtexts/head/thermostat_help_vm-stat.txt Wed Oct 29 15:38:02 2014 +0100 +++ b/outputtexts/head/thermostat_help_vm-stat.txt Wed Oct 29 15:52:34 2014 +0100 @@ -5,6 +5,7 @@ -a,--hostId the ID of the host to monitor -c,--continuous print data continuously -d,--dbUrl connect to the given URL + --help show usage of command -l,--logLevel sets the log level for this invocation. Possible values for in decreasing severity are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST