pmrep: fix archive end time reporting
[pcp.git] / qa / 778.out
blob8c80d7c196228c4e279f95cced383ab40c07ff4e
1 QA output created by 778
2 Waiting for pmcd to terminate ...
4 === postgresql agent installation ===
5 You will need to choose an appropriate configuration for installation of
6 the "postgresql" 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 postgresql metrics have appeared ... X metrics and Y values
20 === check values with pmie ===
21 DATE: postgresql.active.xlog_current_location_offset: OK
22 DATE: postgresql.stat.activity.datid: OK
23 DATE: postgresql.stat.all_indexes.idx_tup_read: OK
24 DATE: postgresql.stat.all_tables.idx_tup_fetch: OK
25 DATE: postgresql.stat.database.tup_returned: OK
26 DATE: postgresql.stat.sys_indexes.idx_scan: OK
27 DATE: postgresql.stat.sys_tables.idx_tup_fetch: OK
28 DATE: postgresql.stat.xact.all_tables.seq_scan: OK
29 DATE: postgresql.stat.xact.sys_tables.idx_scan: OK
30 DATE: postgresql.statio.sys_indexes.idx_blks_hit: OK
31 DATE: postgresql.statio.sys_tables.idx_blks_read: OK
32 validate values ...
34 === pg_stat_activity ===
35 client_port: match
36 backend_start: match
37 (current_query|query): match
39 === pg_stat_bgwriter ===
40 checkpoints_timed: match
41 buffers_alloc: match
43 === pg_stat_database ===
44 stats_reset: match
45 tup_fetched: match
47 === pg_stat_all_tables ===
48 seq_tup_read: match
49 seq_scan: match
50 idx_tup_fetch: match
51 idx_scan: match
53 === pg_stat_sys_tables ===
54 seq_tup_read: match
55 seq_scan: match
56 idx_tup_fetch: match
57 idx_scan: match
59 === pg_stat_all_indexes ===
60 idx_scan: match
61 idx_tup_read: match
62 idx_tup_fetch: match
63 relname: match
65 === pg_stat_sys_indexes ===
66 idx_scan: match
67 idx_tup_read: match
68 idx_tup_fetch: match
69 relname: match
71 === remove postgresql agent ===
72 Culling the Performance Metrics Name Space ...
73 postgresql ... done
74 Updating the PMCD control file, and notifying PMCD ...
75 [...removing files...]
76 Check postgresql metrics have gone away ... OK
77 Waiting for pmcd to terminate ...
78 Starting pmcd ... 
79 Starting pmlogger ...