diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /qa/510.out | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'qa/510.out')
-rw-r--r-- | qa/510.out | 121 |
1 files changed, 121 insertions, 0 deletions
diff --git a/qa/510.out b/qa/510.out new file mode 100644 index 0000000..583eac4 --- /dev/null +++ b/qa/510.out @@ -0,0 +1,121 @@ +QA output created by 510 +Starting pmcd ... +Starting pmlogger ... +Performance Co-Pilot Logger Control (pmlc), Version VERSION + +pmlc commands + + show loggers [@<host>] display <pid>s of running pmloggers + connect _logger_id [@<host>] connect to designated pmlogger + status information about connected pmlogger + query metric-list show logging state of metrics + new volume start a new log volume + + log { mandatory | advisory } on <interval> _metric-list + log { mandatory | advisory } off _metric-list + log mandatory maybe _metric-list + + timezone local|logger|'<timezone>' change reporting timezone + help print this help message + quit exit from pmlc + + _logger_id is primary | <pid> | port <n> + _metric-list is _metric-spec | { _metric-spec ... } + _metric-spec is <metric-name> | <metric-name> [ <instance> ... ] + +pmlc> connect primary +pmlc> query sample.event +sample.event.records + adv off nl [0 or "fungus"] + adv off nl [1 or "bogus"] + +sample.event.highres_records + adv off nl [0 or "fungus"] + adv off nl [1 or "bogus"] + +sample.event.no_indom_records + adv off nl + +sample.event.reset + adv off nl + +sample.event.reset_highres + adv off nl + +sample.event.type + adv off nl + +sample.event.param_32 + adv off nl + +sample.event.param_u32 + adv off nl + +sample.event.param_64 + adv off nl + +sample.event.param_u64 + adv off nl + +sample.event.param_float + adv off nl + +sample.event.param_double + adv off nl + +sample.event.param_string + adv off nl + +sample.event.param_aggregate + adv off nl + +pmlc> log mandatory on once sample.event.records +pmlc> query sample.event +sample.event.records + mand on once [0 or "fungus"] + mand on once [1 or "bogus"] + +sample.event.highres_records + adv off nl [0 or "fungus"] + adv off nl [1 or "bogus"] + +sample.event.no_indom_records + adv off nl + +sample.event.reset + adv off nl + +sample.event.reset_highres + adv off nl + +sample.event.type + adv off nl + +sample.event.param_32 + adv off nl + +sample.event.param_u32 + adv off nl + +sample.event.param_64 + adv off nl + +sample.event.param_u64 + adv off nl + +sample.event.param_float + adv off nl + +sample.event.param_double + adv off nl + +sample.event.param_string + adv off nl + +sample.event.param_aggregate + adv off nl + +pmlc> +Waiting for pmcd to terminate ... +Starting pmcd ... +Starting pmlogger ... |