Pathway/iTS Management Programming Manual
ZPWY-MAP- Definitions
NonStop Pathway/iTS Management Programming Manual—426749-002
6-65
ZPWY-MAP-STATS-TERM2
ZSEND
reports server I/O information about the SCREEN COBOL SEND statements 
that it executes for the TERM object. ZSEND has the following subfields:
ZREQCNT
is the number of SCREEN COBOL SEND statements that cause the TCP 
I/O operations to the servers during the interval that the TCP reports these 
statistics.
ZMAXSIZE
is the size, in bytes, of the largest amount of data transferred to a server 
for a SEND statement.
ZAGGREGATESIZE
is the total size, in bytes, of the data transferred to a server for a SEND 
statement. To find the average size, divide ZAGGREGATESIZE by ZIOS.
ZIOS
is the number of TCP I/O operations to the servers. For the SEND 
statement, this number is always the same as the number for ZREQCNT.
ZREPLY 
reports I/O information about replies from the server to the SCREEN COBOL 
program. ZREPLY has the following subfields:
ZREQCNT 
is the number of SCREEN COBOL SEND statements that cause the TCP 
I/O operations to the servers during the interval that the TCP reports these 
statistics. ZREQCNT is the same for ZREPLY and ZSEND.
ZMAXSIZE 
is the size, in bytes, of the largest amount of data transferred from a server 
during the interval that the TCP reports these statistics.
This number represents the most accurate value that you can supply for 
the ZMAXREPLY field in ZPWY-DDL-DEF-TCP with the ADD TCP or 
ALTER TCP command.
ZAGGREGATESIZE 
is the total size, in bytes, of the data transferred from a server for the 
interval that the TCP reports these statistics. To find the average size, 
divide ZAGGREGATESIZE by ZIOS.










