Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-63
ZPWY-MAP-STATS-TERM2
ZSTATSTIME 
is the time these statistics were collected as a four-word GMT timestamp.
ZIOINFO 
reports a count of the various I/O operations to and from the terminals and the 
servers. ZIOINFO has the following subfields:
ZDISPLAY
reports TERM I/O information about the group of SCREEN COBOL statements 
that cause the TCP to generate data for output to the terminals. ZDISPLAY has 
the following fields:
ZREQCNT 
is the number of times that the TCP executes the SCREEN COBOL 
DISPLAY BASE, DISPLAY OVERLAY, DISPLAY, RESET, TURN, CLEAR 
INPUT, and SCROLL statements during the interval that the TCP reports 
these statistics. These statements generally cause the TCP to generate 
data for the terminal and place the data in a TERMPOOL buffer, but do not 
always require that the TCP write the buffer to the terminal.
ZMAXSIZE 
is the size, in bytes, of the largest buffer output to the TERM object for a 
single I/O operation during the interval that the TCP gathers these 
statistics.
ZAGGREGATESIZE 
is the total size, in bytes, of the data output to the TERM object during the 
interval that the TCP gathers these statistics. To find the average size, 
divide ZAGGREGATESIZE by ZIOS.
 02 ZPERFINFO.
 03 ZAGGREGATE.
 04 ZTOTALMEASCOUNT token-type ZSPI-DDL-INT2.
 04 ZAVGRESP token-type ZSPI-DDL-INT4.
 04 ZMAXRESP token-type ZSPI-DDL-INT4.
 04 ZMINRESP token-type ZSPI-DDL-INT4.
 04 ZSUMOFSQUARES token-type ZSPI-DDL-INT4.
 03 ZFREQTABLE.
 04 ZMEASCOUNT token-type ZSPI-DDL-INT2.
 occurs 20 times
 04 ZMEASCOUNTACTIVE token-type ZSPI-DDL-INT.
 04 ZMINTIME token-type ZSPI-DDL-INT4.
 04 ZTIMEINCR token-type ZSPI-DDL-INT4.
end.










