pmrep: fix archive end time reporting
[pcp.git] / qa / 099.out
blob638822a4de7fca7f2f98a6894447fb55581c1eba
1 QA output created by 099
2 Error [<stdin>, line 2]
3 Not connected to any pmlogger instance
4 Performance Co-Pilot Logger Control (pmlc), Version VERSION
6 pmlc commands
8   show loggers [@<host>]             display <pid>s of running pmloggers
9   connect _logger_id [@<host>]       connect to designated pmlogger
10   status                             information about connected pmlogger
11   query metric-list                  show logging state of metrics
12   new volume                         start a new log volume
14   log { mandatory | advisory } on <interval> _metric-list
15   log { mandatory | advisory } off _metric-list
16   log mandatory maybe _metric-list
18   timezone local|logger|'<timezone>' change reporting timezone
19   help                               print this help message
20   quit                               exit from pmlc
22   _logger_id   is  primary | <pid> | port <n>
23   _metric-list is  _metric-spec | { _metric-spec ... }
24   _metric-spec is  <metric-name> | <metric-name> [ <instance> ... ]
26 pmlc> # no connection to a logger, this should produce an explicit error
27 pmlc> log mandatory maybe sample.seconds
28 pmlc> 
29 pmlc> # can we grok EOF in standard input, or does this loop forever?
30 pmlc> 
31 expect nothing - start
32 expect nothing - end