SNAX/CNM Manual
 REPLY DIRECTORY
 PU Statistics Block
 PU Statistics Block
 The TAL structure below shows the form of the PU statistics
 block.
 STRUCT STATISTICS^PU^TEMPLATE(*);
 BEGIN
 INT
 ACTIVE^LU^CNT, ! Count of active LUs on this PU
 ADDED^LU^CNT, ! Number of LUs defined on this PU
 BAD^PIU^RCVD^CNT, ! Count of bad PIUs received
 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
 PIU^DISCARD^CNT, ! Count of PIUs discarded
 PIU^RCVD^CNT, ! Count of PIUs received
 PIU^SENT^CNT, ! Count of PIUs sent
 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
 END;
 3-12










