python api: fix syntax error in recent context changes
[pcp.git] / qa / 878.out
blob9948097279c7a1561010a08e93f6a314ef112d1f
1 QA output created by 878
2 Waiting for pmcd to terminate ...
4 === pipe agent installation ===
5 You will need to choose an appropriate configuration for installation of
6 the "pipe" Performance Metrics Domain Agent (PMDA).
8   collector     collect performance statistics on this system
9   monitor       allow this system to monitor local and/or remote systems
10   both          collector and monitor configuration for this system
12 Please enter c(ollector) or m(onitor) or b(oth) [b] Updating the Performance Metrics Name Space (PMNS) ...
13 Terminate PMDA if already installed ...
14 [...install files, make output...]
15 Updating the PMCD control file, and notifying PMCD ...
16 Starting pmcd ... 
17 Starting pmlogger ... 
18 Check pipe metrics have appeared ... X metrics and Y values
19 == basic empty line (ok) ==
20 host:      HOST
21 samples:   8
22 interval:  0.25 sec
23 pipe.firehose[empty-line]: 1 event records
24   HH:MM:SS.MSEC --- event record [0] flags 0x6 (start,end) ---
25     pipe.line ""
26 == basic echo mirror (ok) ==
27 host:      HOST
28 samples:   8
29 interval:  0.25 sec
30 pipe.firehose[echo-all]: 1 event records
31   HH:MM:SS.MSEC --- event record [0] flags 0x6 (start,end) ---
32     pipe.line "hello"
33 == extra parameters (ok) ==
34 host:      HOST
35 samples:   8
36 interval:  0.25 sec
37 pipe.firehose[echo-two]: 1 event records
38   HH:MM:SS.MSEC --- event record [0] flags 0x6 (start,end) ---
39     pipe.line "1 two"
40 == bad parameters (expect failure) ==
41 pmval: store value "1;2" failed: Bad input to pmstore
42 == insufficient parameters (expect failure) ==
43 pmval: store value "one" failed: Bad input to pmstore
44 == disallowed access (expect failure) ==
45 pmval: store value "" failed: No permission to perform requested operation
47 === remove pipe agent ===
48 Culling the Performance Metrics Name Space ...
49 pipe ... done
50 Updating the PMCD control file, and notifying PMCD ...
51 [...removing files...]
52 Check pipe metrics have gone away ... OK
53 Waiting for pmcd to terminate ...
54 Starting pmcd ... 
55 Starting pmlogger ...