SNAX/CNM Manual

REPLY DIRECTORY
SSCP Statistics Block
SSCP Statistics Block
The TAL structure below shows the form of the SSCP statistics
block.
STRUCT STATISTICS^SSCP^TEMPLATE(*); ! Statistics for $SSCP
BEGIN
INT
ACTIVE^APPL^CNT, ! Count of active APPLs
ACTIVE^LINE^CNT, ! Count of active LINEs
ACTIVE^LU^CNT, ! Count of active LUs
ACTIVE^PU^CNT, ! Count of active PUs
ADDED^APPL^CNT, ! Number of APPLs added with CMI
ADDED^LINE^CNT, ! Number of LINEs added with CMI
ADDED^LU^CNT, ! Number of LUs added with CMI
ADDED^PU^CNT, ! Number of PUs added with CMI
CONFIG^LINE^CNT, ! Count of LINEs specified in SYSGEN
! for the node
CURR^EXT^POOL^CNT, ! Current size of extended pool in use
CURR^LOC^POOL^CNT, ! Current size of local pool in use
MAX^EXT^POOL^CNT, ! Maximum size of extended pool used
MAX^LOC^POOL^CNT; ! Maximum size of local pool used
END;
3-15