changeset 87:5a0dbf602f3a

new version of output texts (version 0.14.0 of thermostat)
author Jana Fabrikova <jfabriko@redhat.com>
date Mon, 26 Aug 2013 16:04:48 +0200
parents f04449ce3331
children e432d6761009
files ChangeLog outputtexts/version5-0.14.0/output_of_exit_therm_shell.txt outputtexts/version5-0.14.0/output_of_help_therm_shell.txt outputtexts/version5-0.14.0/thermostat.txt outputtexts/version5-0.14.0/thermostat_help.txt outputtexts/version5-0.14.0/thermostat_help_agent.txt outputtexts/version5-0.14.0/thermostat_help_connect.txt outputtexts/version5-0.14.0/thermostat_help_disconnect.txt outputtexts/version5-0.14.0/thermostat_help_dump-heap.txt outputtexts/version5-0.14.0/thermostat_help_find-objects.txt outputtexts/version5-0.14.0/thermostat_help_find-root.txt outputtexts/version5-0.14.0/thermostat_help_gui.txt outputtexts/version5-0.14.0/thermostat_help_list-heap-dumps.txt outputtexts/version5-0.14.0/thermostat_help_list-vms.txt outputtexts/version5-0.14.0/thermostat_help_object-info.txt outputtexts/version5-0.14.0/thermostat_help_ping.txt outputtexts/version5-0.14.0/thermostat_help_save-heap-dump-to-file.txt outputtexts/version5-0.14.0/thermostat_help_service.txt outputtexts/version5-0.14.0/thermostat_help_shell.txt outputtexts/version5-0.14.0/thermostat_help_show-heap-histogram.txt outputtexts/version5-0.14.0/thermostat_help_storage.txt outputtexts/version5-0.14.0/thermostat_help_vm-info.txt outputtexts/version5-0.14.0/thermostat_help_vm-stat.txt outputtexts/version5-0.14.0/thermostat_help_webservice.txt test.properties
diffstat 25 files changed, 274 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Aug 22 11:57:00 2013 +0200
+++ b/ChangeLog	Mon Aug 26 16:04:48 2013 +0200
@@ -1,3 +1,8 @@
+2013-08-26  Jana Fabrikova  <jfabriko@redhat.com>
+	* test.properties:
+	* outputtexts/version5-0.14.0:
+	new version of output texts
+
 2013-08-22  Jana Fabrikova  <jfabriko@redhat.com>
 	* test.properties:
 	changing the path to thermostat binaries to
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/output_of_exit_therm_shell.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,3 @@
+Thermostat version 0.14.0
+Thermostat > exit
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/output_of_help_therm_shell.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,22 @@
+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
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,22 @@
+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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,22 @@
+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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_agent.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,10 @@
+usage: thermostat agent [-d <url>] [-s] [-l <level>]
+                  starts and stops the thermostat agent
+
+thermostat agent
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
+  -s,--saveOnExit             save the data on exit
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_connect.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,9 @@
+usage: thermostat connect -d <url> [-l <level>]
+                  persistently connect to storage
+Note: this command is only supported inside the shell
+thermostat connect
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_disconnect.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,8 @@
+usage: thermostat disconnect [-l <level>]
+                  disconnect from the currently used storage
+Note: this command is only supported inside the shell
+thermostat disconnect
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_dump-heap.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,12 @@
+usage: thermostat dump-heap --vmId <vm> --hostId <host> [--dbUrl <dbUrl>]
+                  [--logLevel <logLevel>]
+                  trigger a heap dump on the VM
+
+thermostat dump-heap
+  -a,--hostId <host>          the ID of the host to monitor
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
+  -v,--vmId <vm>              the ID of the VM to monitor
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_find-objects.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,12 @@
+usage: thermostat find-objects --heapId <heap> [--dbUrl <dbUrl>] [--limit
+                  <limit>] [--logLevel <logLevel>] pattern
+                  finds objects in a heapdump
+
+thermostat find-objects
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -h,--heapId <heap>          the ID of the heapdump to analyze
+  -L,--limit <limit>          limit search to top N results, defaults to 10
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_find-root.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,13 @@
+usage: thermostat find-root --objectId <heap> --heapId <heap> [--dbUrl <dbUrl>]
+                  [--all] [--logLevel <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 <dbUrl>          connect to the given URL
+  -h,--heapId <heap>          the ID of the heapdump to analyze
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
+  -o,--objectId <heap>        the ID of the object to query
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_gui.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,8 @@
+usage: thermostat gui [-l <level>]
+                  launches the GUI client
+
+thermostat gui
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_list-heap-dumps.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,12 @@
+usage: thermostat list-heap-dumps [--vmId <vm>] [--dbUrl <dbUrl>] [--hostId
+                  <host>] [--logLevel <logLevel>]
+                  list all heap dumps
+
+thermostat list-heap-dumps
+  -a,--hostId <host>          the ID of the host to monitor
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
+  -v,--vmId <vm>              the ID of the VM to monitor
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_list-vms.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,9 @@
+usage: thermostat list-vms [-d <url>] [-l <level>]
+                  lists all currently monitored VMs
+
+thermostat list-vms
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_object-info.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,12 @@
+usage: thermostat object-info --objectId <object> --heapId <heap> [--dbUrl
+                  <dbUrl>] [--logLevel <logLevel>]
+                  prints information about an object in a heap dump
+
+thermostat object-info
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -h,--heapId <heap>          the ID of the heapdump to analyze
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
+  -o,--objectId <object>      the ID of the object to query
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_ping.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,9 @@
+usage: thermostat ping <agentId> [-d <url>] [-l <level>]
+                  using the Command Channel, send a ping to a running agent
+
+thermostat ping
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_save-heap-dump-to-file.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,12 @@
+usage: thermostat save-heap-dump-to-file --file <filename> --heapId <heap>
+                  [--dbUrl <dbUrl>] [--logLevel <logLevel>]
+                  saves a heap dump to a local file
+
+thermostat save-heap-dump-to-file
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -f,--file <filename>        the file name to save to
+  -h,--heapId <heap>          the ID of the heapdump to analyze
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_service.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,8 @@
+usage: thermostat service [-l <level>]
+                  starts and stops the thermostat storage and agent
+
+thermostat service
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_shell.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,5 @@
+usage: thermostat shell
+                  launches the Thermostat interactive shell
+
+thermostat shell
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_show-heap-histogram.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,11 @@
+usage: thermostat show-heap-histogram --heapId <heap> [--dbUrl <dbUrl>]
+                  [--logLevel <logLevel>]
+                  show the heap histogram
+
+thermostat show-heap-histogram
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -h,--heapId <heap>          the ID of the heapdump to analyze
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_storage.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,13 @@
+usage: thermostat storage <--start|--stop|--status> [--dryRun] [-q] [-l <level>]
+                  starts and stops the thermostat storage
+
+thermostat storage
+  -d,--dryRun                 run the service in dry run mode
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
+  -q,--quiet                  don't produce any output
+     --start                  start the database
+     --status                 check if the database is running
+     --stop                   stop the database
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_vm-info.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,12 @@
+usage: thermostat vm-info [--vmId <vm>] [--hostId <host>] [-d <url>] [-l
+                  <level>]
+                  shows basic information about a VM
+
+thermostat vm-info
+  -a,--hostId <hostId>        the ID of the host to monitor
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
+  -v,--vmId <vmId>            the ID of the VM to monitor
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_vm-stat.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,12 @@
+usage: thermostat vm-stat --hostId <host> --vmId <vm> [-d <url>] [-l <level>]
+                  show various statistics about a VM
+
+thermostat vm-stat
+  -a,--hostId <hostId>        the ID of the host to monitor
+  -c,--continuous             print data continuously
+  -d,--dbUrl <dbUrl>          connect to the given URL
+  -l,--logLevel <logLevel>    sets the log level for this invocation. Possible
+                              values for <logLevel> in decreasing severity are:
+                              SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST
+                              and OFF
+  -v,--vmId <vmId>            the ID of the VM to monitor
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/outputtexts/version5-0.14.0/thermostat_help_webservice.txt	Mon Aug 26 16:04:48 2013 +0200
@@ -0,0 +1,12 @@
+usage: thermostat webservice -d <url> -b <addrs> [-l <level>]
+                  starts and stops the thermostat web service
+
+thermostat webservice
+  -b,--bindAddrs <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 <dbUrl>            connect to the given URL
+  -l,--logLevel <logLevel>      sets the log level for this invocation. Possible
+                                values for <logLevel> in decreasing severity
+                                are: SEVERE, WARNING, INFO, CONFIG, FINE, FINER,
+                                FINEST and OFF
--- a/test.properties	Thu Aug 22 11:57:00 2013 +0200
+++ b/test.properties	Mon Aug 26 16:04:48 2013 +0200
@@ -1,3 +1,3 @@
 thermostat_executable_path=/home/jfabriko/thermostaty/testing_thermostat/thermostat/distribution/target/image/bin/
 thermostat_executable_name=thermostat
-thermostat_output_version=version4
+thermostat_output_version=version5-0.14.0