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
|
QA output created by 672
This works ...
=== std out ===
Note: timezone set to local timezone of host "vm01" from archive
metric: pmcd.seqnum
archive: archives/20180606
host: vm01
start: Wed Jun 6 00:10:11 2018
end: Thu Jun 7 00:00:00 2018
semantics: discrete instantaneous value
units: none
samples: 6
interval: 14400.00 sec
00:10:11.599 11
04:10:11.599 11
08:10:11.599 11
12:10:11.599 11
16:10:11.599 11
20:10:11.599 11
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: pmval -z -S@6\ June\ 2018 -T@7\ June\ 2018 -a archives/20180606 -t 4hr pmcd.seqnum
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
This was the failing case ...
=== std out ===
Note: timezone set to local timezone of host "vm01" from archive
metric: pmcd.seqnum
archive: archives/20180606
host: vm01
start: Wed Jun 6 00:10:11 2018
end: Thu Jun 7 00:00:00 2018
semantics: discrete instantaneous value
units: none
samples: 6
interval: 14400.00 sec
00:10:11.599 11
04:10:11.599 11
08:10:11.599 11
12:10:11.599 11
16:10:11.599 11
20:10:11.599 11
=== std err ===
=== filtered valgrind report ===
Memcheck, a memory error detector
Command: pmval -z -S@06/06/18 -T@06/07/18 -a archives/20180606 -t 4hr pmcd.seqnum
LEAK SUMMARY:
definitely lost: 0 bytes in 0 blocks
indirectly lost: 0 bytes in 0 blocks
ERROR SUMMARY: 0 errors from 0 contexts ...
|