SCF Reference Manual for G-Series RVUs (G06.24+)

SCF Commands
SCF Reference Manual for G-Series RVUs520413-004
5-22
AGGREGATE Command
AGGREGATE Command
The display produced by the AGGREGATE command reports, for each object type
supported by the subsystem, the number of objects in the STARTED state, the number
of objects in the STOPPED state, the number of objects in a state other than
STARTED or STOPPED, and the total number of objects. This command is
subsystem-specific.
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable file-spec is defined on page 5-9.
object-spec
designates the objects to be counted. The variable object-spec is defined on
page 5-2. You can omit object-spec if it has been assumed. (See ASSUME
Command on page 5-36.) The objects that can be specified depend on the
subsystem.
Examples
The following command results in an aggregate display of object states for a
OSI/TS TSP PROCESS object named $TSP0:
-> AGGREGATE PROCESS $TSP0
OSI/TS Tsp Aggregate PROCESS $TSP0
Started Stopped Other Total
-------------------------------------------------------
PROCESS 1 0 0 1
SU 0 0 0 0
Total 1 0 0 1
The following command results in an aggregate display of object states for a SNAX
SUBSYS object named $SSCP:
-> AGGREGATE SUBSYS $SSCP
SNAX Aggregate SUBSYS \SYS2.$SSCP
Type Total Started Stopped
LINE 15 9 6
PU 18 18 0
LU 158 158 0
AGGREGATE [ /OUT file-spec/ ] [ object-spec ]