Expand Configuration and Management Manual (G06.24+)
Subsystem Control Facility (SCF) Commands
Expand Configuration and Management Manual—523347-008
15-91
Considerations
Considerations
You can display statistics for several lines with a single STATS LINE command by
specifying multiple LINE objects using parentheses as follows:
LINE ( line-name , line-name [ , line-name ] ... )
Examples
The following SCF command displays the statistical information for a line named
$LHSL1:
-> STATS LINE $LHSL1
The following SCF command displays the statistical information for two lines named
$LHSL2 and $LHSL3:
-> STATS LINE ($LHSL2,$LHSL3)
STATS PROCESS Command
The STATS PROCESS command displays statistical information about the network
control process ($NCP).
Depending on the option you choose, the STATS command for $NCP displays the
following statistics information:
•
Detailed packet statistics that represent the communications occurring between
two specified systems in the network
•
Aggregate packet statistics occurring at the specified system
The STATS command for the network control process has the following syntax:
/ OUT file-spec /
causes any SCF output generated for the command to be directed to the specified
file.
{ NETFLOW | LOCALFLOW }
NETFLOW displays packet statistics that represent the communications occurring
between two specified systems in the network.
LOCALFLOW displays aggregate packets statistics occurring at the specified
systems.
STATS [ / OUT file-spec / ] PROCESS $NCP
[ , { NETFLOW | LOCALFLOW } ]
[ , AT { system-list | * } ]
[ , TO { system-list | * } ]










