PAM Management Programming Manual
Commands and Responses
PAM Management Programming Manual—142481
5-40
STATISTICS LINE Command
ZPAM-MAP-STATS-LINE is an extensible structured token that contains the current
statistical information for the specified line.
This token has the token number ZPAM-TNM-STATS-LINE and the DDL definition
ZPAM-DDL-STATS-LINE. It is present in every RESETSTATS LINE and STATISTICS
LINE response record. ZPAM-MAP-STATS-LINE contains the following fields:
ZRESET-TIME
is the time and date when the statistics counters were last reset.
ZCURR-TIME
is the current time and date.
Additional Tokens in Response Buffer continued
def ZPAM-DDL-STATS-MEMORY.
02 ZCURR-ALLOC type ZSPI-DDL-INT2. !r
02 ZMAX-ALLOC type ZSPI-DDL-INT2. !r
02 ZTOTAL-ALLOC type ZSPI-DDL-INT2. !r
02 ZTOTAL-DEALLOC type ZSPI-DDL-INT2. !r
02 ZLAST-FAIL-SIZE type ZSPI-DDL-INT. !r
02 ZFAIL-CNT type ZSPI-DDL-INT. !r
end.
def ZPAM-DDL-STATS-MDS.
02 ZOUT-MDS type ZSPI-DDL-INT2. !r
02 ZOUT-DUP-MDS type ZSPI-DDL-INT2. !r
02 ZOUT-RET-MDS type ZSPI-DDL-INT2. !r
02 ZOUT-MDS-HI-WATER type ZSPI-DDL-INT. !r
02 ZIN-MDS type ZSPI-DDL-INT2. !r
02 ZIN-RET-MDS type ZSPI-DDL-INT2. !r
02 ZIN-MDS-HI-WATER type ZSPI-DDL-INT. !r
end.
def ZPAM-DDL-STATS-LIF.
02 ZLIF-REG-REQS type ZSPI-DDL-INT. !r
02 ZLIF-REG-FAILS type ZSPI-DDL-INT. !r
02 ZLIF-DEREG-REQS type ZSPI-DDL-INT. !r
02 ZLIF-DEREG-FAILS type ZSPI-DDL-INT. !r
02 ZLIF-REG-COMPL-OKS type ZSPI-DDL-INT. !r
02 ZLIF-REG-COMPL-FAILS type ZSPI-DDL-INT. !r
02 ZLIF-DEREG-COMPL-OKS type ZSPI-DDL-INT. !r
02 ZLIF-DEREG-COMPL-FAILS type ZSPI-DDL-INT. !r
02 ZLIF-PUTS type ZSPI-DDL-INT2. !r
02 ZLIF-PUT-FAILS type ZSPI-DDL-INT2. !r
02 ZLIF-GETS type ZSPI-DDL-INT2. !r
02 ZLIF-GET-FAILS type ZSPI-DDL-INT2. !r
02 ZLIF-DOWNS type ZSPI-DDL-INT. !r
02 ZLIF-UPS type ZSPI-DDL-INT. !r
end.