SNAX/HLS Management Programming Manual

Standard SNAX/HLS Definitions
Common Definitions
6–36 104708 Tandem Computers Incorporated
ZHLS–MAP–STATS–PROC–SESS
This extensible structured token reports the condition of the number of sessions
known to SNAX/HLS. It occurs in the responses to the STATISTICS and
RESETSTATS commands when applied to the SNAX/HLS process. Note that in the
RESETSTATS command, only the ZMAX and ZRESET–TIME values are reset. This
token has the following definition:
def ZHLS–DDL–STATS–PROC–SESS type ZCMK–DDL–INT–STATS.
This extensible structured token is defined using the extensible structured token
ZCMK–DDL–INT–STATS.
def ZCMK–DDL–INT–STATS.
05 ZCONFIG type ZSPI–DDL–INT.
05 ZCURR type ZSPI–DDL–INT.
05 ZMAX type ZSPI–DDL–INT.
05 ZRESET–TIME type ZSPI–DDL–TIMESTAMP.
05 ZSAMPLE–TIME type ZSPI–DDL–TIMESTAMP.
end.
ZCONFIG
reports the value of MAX LUs defined at startup.
ZCURR
reports the current number of sessions.
ZMAX
reports the largest value encountered for the session count since the latest of the
following events:
The statistics counter was reset using the RESETSTATS PROCESS command.
The process was initiated.
A backup takeover occurred.
ZRESET–TIME
records when the latest of the following events occurred:
The statistics counter was reset using the RESETSTATS PROCESS command.
The process was initiated.
A backup takeover occurred.