blob: 583eac4d94c7f48c29a773a4dc141828d0b3bef4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
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 ...
|