1 02/07/85 fnp_throughput
 2 
 3 Syntax as a command:  fnp_throughput {fnp_id} {-control_arg}
 4 
 5 
 6 Function:  reports character throughput for an FNP or all FNPs and
 7 optionally allows the resetting of the metering interval.
 8 
 9 
10 Arguments:
11 fnp_id
12    is the name of an FNP or "*", which means all currently running
13    FNPs.  This argument must be specified unless the -reset control
14    argument is specified, in which case fnp_id must not be specified.
15 
16 
17 Control arguments:  may be either, but not both, of the following.  If
18 neither is specified, information is printed and the metering interval
19 is not reset.
20 -report_reset, rr
21    causes statistics to be printed and the metering interval to be
22    reset.  If this control argument is specified, fnp_id must be
23    specified.
24 -reset, -rs
25    causes the metering interval to be reset without printing any
26    statistics.  If this control argument is specified, fnp_id must be
27    omitted.
28 
29 
30 Notes:  The start of the metering interval in effect is measured from
31 the time the FNP was last booted, or from the time the interval was
32 last reset, whichever was the most recent event.
33 
34 The reset action of the -report_reset control argument applies to the
35 metering interval for all FNPs, even though the command invocation is
36 specific to the statistics for a particular FNP.