1 02/28/85 system_total
 2 
 3 Syntax as a command:  system_total meter_data use_totals
 4 
 5 
 6 Function:  inspects a daily copy of the answering service metering
 7 segment, extracts system availability and performance information, and
 8 places it in a month-to-date statistical data base.
 9 
10 
11 Arguments:
12 meter_data
13    is the pathname of the meter data base in the form produced by
14    as_meter_.
15 use_totals
16    is the pathname of the statistical data base.
17 
18 
19 Notes:  This command is executed by the crank (in master.ec).  The
20 meter_data segment is a copy, made by the copy_as_meters command, of
21 the segment actually being used by as_meter_.  The use_totals segment
22 is today.use_totals, which is subsequently used as input to the
23 system_daily_report program.