1 02/28/85 system_monthly_report
 2 
 3 Syntax as a command:  system_monthly_report today.use_totals
 4    last_month.use_totals
 5 
 6 
 7 Function:  prints a report that shows system resource usage for the
 8 current billing period and percent changes from respective figures for
 9 the previous billing period.
10 
11 
12 Arguments:
13 today.use_totals
14    is the pathname of the month-to-date statistical data base.
15 last_month.use_totals
16    is the pathname of the copy of the statistical segment that was
17    saved at the end of the previous billing period.
18 
19 
20 Notes:  This command is executed by biller.ec as part of the monthly
21 billing.
22 
23 The use_totals segments are created and initialized by the
24 reset_use_totals command and updated by the system_total and
25 usage_total commands.