pmrep: update TODO, man page
[pcp.git] / qa / 526.out
blobca3dbf20402e484a44191d40976910e86111eabf
1 QA output created by 526
3 === std out ===
4 Checking metric name: "." ...
5 === std err ===
6 pmiStart: OK -> 1
7 pmiSetHostname: OK
8 pmiSetTimezone: OK
9 pmiAddMetric: Error: Illegal metric name
10 === filtered valgrind report ===
11 Memcheck, a memory error detector
12 Command: src/check_import_name .
13 LEAK SUMMARY:
14 definitely lost: 0 bytes in 0 blocks
15 indirectly lost: 0 bytes in 0 blocks
16 ERROR SUMMARY: 0 errors from 0 contexts ...
18 === std out ===
19 Checking metric name: "abc.123" ...
20 === std err ===
21 pmiStart: OK -> 1
22 pmiSetHostname: OK
23 pmiSetTimezone: OK
24 pmiAddMetric: Error: Illegal metric name
25 === filtered valgrind report ===
26 Memcheck, a memory error detector
27 Command: src/check_import_name abc.123
28 LEAK SUMMARY:
29 definitely lost: 0 bytes in 0 blocks
30 indirectly lost: 0 bytes in 0 blocks
31 ERROR SUMMARY: 0 errors from 0 contexts ...
33 === std out ===
34 Checking metric name: "1bc.123" ...
35 === std err ===
36 pmiStart: OK -> 1
37 pmiSetHostname: OK
38 pmiSetTimezone: OK
39 pmiAddMetric: Error: Illegal metric name
40 === filtered valgrind report ===
41 Memcheck, a memory error detector
42 Command: src/check_import_name 1bc.123
43 LEAK SUMMARY:
44 definitely lost: 0 bytes in 0 blocks
45 indirectly lost: 0 bytes in 0 blocks
46 ERROR SUMMARY: 0 errors from 0 contexts ...
48 === std out ===
49 Checking metric name: "abc.xyz" ...
50 === std err ===
51 pmiStart: OK -> 1
52 pmiSetHostname: OK
53 pmiSetTimezone: OK
54 pmiAddMetric: OK
55 === filtered valgrind report ===
56 Memcheck, a memory error detector
57 Command: src/check_import_name abc.xyz
58 LEAK SUMMARY:
59 definitely lost: 0 bytes in 0 blocks
60 indirectly lost: 0 bytes in 0 blocks
61 ERROR SUMMARY: 0 errors from 0 contexts ...
63 === std out ===
64 Checking metric name: "a" ...
65 === std err ===
66 pmiStart: OK -> 1
67 pmiSetHostname: OK
68 pmiSetTimezone: OK
69 pmiAddMetric: OK
70 === filtered valgrind report ===
71 Memcheck, a memory error detector
72 Command: src/check_import_name a
73 LEAK SUMMARY:
74 definitely lost: 0 bytes in 0 blocks
75 indirectly lost: 0 bytes in 0 blocks
76 ERROR SUMMARY: 0 errors from 0 contexts ...
78 === std out ===
79 Checking metric name: "1" ...
80 === std err ===
81 pmiStart: OK -> 1
82 pmiSetHostname: OK
83 pmiSetTimezone: OK
84 pmiAddMetric: Error: Illegal metric name
85 === filtered valgrind report ===
86 Memcheck, a memory error detector
87 Command: src/check_import_name 1
88 LEAK SUMMARY:
89 definitely lost: 0 bytes in 0 blocks
90 indirectly lost: 0 bytes in 0 blocks
91 ERROR SUMMARY: 0 errors from 0 contexts ...
93 === std out ===
94 Checking metric name: "kernel.all.load" ...
95 === std err ===
96 pmiStart: OK -> 1
97 pmiSetHostname: OK
98 pmiSetTimezone: OK
99 pmiAddMetric: OK
100 === filtered valgrind report ===
101 Memcheck, a memory error detector
102 Command: src/check_import_name kernel.all.load
103 LEAK SUMMARY:
104 definitely lost: 0 bytes in 0 blocks
105 indirectly lost: 0 bytes in 0 blocks
106 ERROR SUMMARY: 0 errors from 0 contexts ...
108 === std out ===
109 Checking metric name: "ab.cd." ...
110 === std err ===
111 pmiStart: OK -> 1
112 pmiSetHostname: OK
113 pmiSetTimezone: OK
114 pmiAddMetric: Error: Illegal metric name
115 === filtered valgrind report ===
116 Memcheck, a memory error detector
117 Command: src/check_import_name ab.cd.
118 LEAK SUMMARY:
119 definitely lost: 0 bytes in 0 blocks
120 indirectly lost: 0 bytes in 0 blocks
121 ERROR SUMMARY: 0 errors from 0 contexts ...