1 03/27/85 mpc_data_summary
 2 
 3 Syntax as a command:  mpc_data_summary {list} {-control_args}
 4 
 5 
 6 Function:  scans the syserr log and summarizes the MPC statistics
 7 placed there by poll_mpc.
 8 
 9 
10 Arguments:
11 list
12    is a list of MPC controller names for which the data is to be
13    summarized (i.e., mspa mtpb urpa).  The MPC controller names must be
14    four characters long, and the first three characters must be msp,
15    mtp, or urp.  The default list is of all MPCs found in the log.
16 
17 
18 Control arguments:
19 -all
20    reports all MPCs found in the syserr log.
21 -brief, -bf
22    reports only nonzero device statistics.
23 -expand
24    expands each syserr log entry that is used for the summary.  This
25    may cause much output.
26 -extend, -ext
27    extends the output file if it exists.  The default is to overwrite
28    the file.
29 -for T
30    computes the ending time from the starting time, where T is a
31    relative time (such as 1hour or 1day).
32 
33 
34 -from DT, fm DT
35    starts scanning the log at the date/time given.
36 -long, lg
37    reports all device statistics.  This is the default.
38 -mpc list
39    displays MPC error data only.
40 -output_file {path}, -of {path}
41    directs output to the segment specified by path.  If path is not
42    given, a default segment is used in the working directory and named
43    mpc_data_summary.output.
44 
45 
46 -short
47    formats output for devices with fewer than 132 columns.  The default
48    is based on output file type and can be used to override the file
49    output default.
50 -to DT
51    stops scanning the log at the date/time given.
52 
53 
54 Access required:  Read permission is required on the log segments
55 themselves, and status permission is required on their containing
56 directories.