1 02/28/85 system_daily_report
2
3 Syntax as a command: system_daily_report today.use_totals
4 yesterday.use_totals
5
6
7 Function: prints a report of the system usage for the day just ending.
8
9
10 Arguments:
11 today.use_totals
12 is a data base giving month-to-date usage information including the
13 usage of the current day.
14 yesterday.use_totals
15 is the previous day's month-to-date usage segment.
16
17
18 Notes: The day's usage totals are computed by subtracting the
19 month-to-date totals in yesterday.use_totals from those in
20 today.use_totals. This command is executed by the crank in master.ec
21 and assumes that the two use_totals segments contain the information
22 for the respective days, as suggested by their names. The information
23 in these segments is placed there by the system_total and usage_total
24 commands, also executed by the crank.