1 02/26/85 print_meters
2
3 Syntax as a command: print_meters path
4
5
6 Function: prepares a system performance report from a data segment
7 containing system metering data. The metering data is accumulated by
8 as_meter_ in the stat_seg segment; usually this is copied into a
9 temporary segment by copy_as_meters before report preparation.
10
11
12 Arguments:
13 path
14 is the pathname of the data segment.
15
16
17 Notes: The report contains long lines and is designed for dprinting
18 use of the file_output command is recommended. The report consists
19 of a paragraph for each bootload. A header giving the system name,
20 bootload time, and time of last shutdown or crash, is followed by one
21 line per sample. Samples are normally taken at each accounting update
22 every 15 minutes and at startup and shutdown time. The lines contain
23 the following columns.
24
25 Time time of sample
26 Units load units
27 CP number of CPUs
28 Kmem number of 1024K word main memory pages
29 MPD number of million M word paging device PD blocks
30 Meter time time since bootload
31
32
33 CPU time CPU time available during sample interval
34 Avg queue average queue length number of processes in queue
35 Response average response time seconds
36 Idle total idle time in sample interval
37 Zero idle total zero idle time in sample interval
38 Avg eligible average number of eligible processes
39 K mu memory units charged in thousands