SNAX/CNM Manual
 REPLY DIRECTORY
 Line Statistics Block
 Line Statistics Block
 The TAL structure below shows the form of the line statistics
 block.
 STRUCT STATISTICS^LINE^TEMPLATE(*); ! Statistics for a LINE
 BEGIN
 INT
 ACTIVE^LU^CNT, ! Count of active LUs on this LINE
 ACTIVE^PU^CNT, ! Count of active PUs on this LINE
 ADDED^LU^CNT, ! Number of LUs defined on this LINE
 ADDED^PU^CNT, ! Number of PUs defined on this LINE
 BUFF^ERROR^CNT, ! Count of buffer errors
 BAD^PIU^RCVD^CNT, ! Count of bad PIUs received
 CURR^EXT^POOL^CNT, ! Current size of extended pool in use
 CURR^LOC^POOL^CNT, ! Current size of local pool in use
 DCE^ERROR^CNT, ! Count of DCE errors
 DM^RCVD^CNT, ! Count of SDLC DM frames received
 DM^SENT^CNT, ! Count of SDLC DM frames sent
 FCS^ERROR^CNT, ! Count of Frame Check Sequence errors
 FRAME^DISCARD^CNT, ! Count of frames discarded
 FRMR^RCVD^CNT, ! Count of SDLC FRMR frames received
 FRMR^SENT^CNT, ! Count of SDLC FRMR frames sent
 I^FRAME^RCVD^CNT, ! Count of I-frames received
 I^FRAME^SENT^CNT, ! Count of I-frames sent
 LU^LU^SESSION^CNT, ! Count of LU to LU sessions on this LINE
 MAX^EXT^POOL^CNT, ! Maximum size of extended pool used
 MAX^LOC^POOL^CNT, ! Maximum size of local pool used
 PIU^DISCARD^CNT, ! Count of PIU segments discarded
 PIU^RCVD^CNT, ! Count of PIU segments received
 PIU^SENT^CNT, ! Count of PIU segments sent
 PRIM^STA^ABORT^CNT,! Number of primary station aborts
 REJ^RCVD^CNT, ! Count of SDLC REJ frames received
 REJ^SENT^CNT, ! Count of SDLC REJ frames sent
 RNR^RCVD^CNT, ! Count of SDLC RNR frames received
 RNR^SENT^CNT, ! Count of SDLC RNR frames sent
 SNA^NEGRSP^CNT, ! Number of negative responses
 TEST^RCVD^CNT, ! Count of SDLC TEST frames received
 TEST^SENT^CNT, ! Count of SDLC TEST frames sent
 WRITE^RETRY^CNT, ! Number of WRITE retries
 WRITE^TIMEOUT^CNT; ! Number of WRITE time-outs
 END;
 3-11










