TS/MP Management Programming Manual (G06.24+, H06.03+)
ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual—540082-001
7-41
ZPWY-MAP-STATS-SC
ZMAXSIZE
is the size, in bytes, of the largest amount of data transferred in a send
statement during the interval that the link manager reports these statistics.
ZAGGREGATESIZE
is the total size, in bytes, of the data transferred in a send statement during
the interval that the link manager reports these statistics. To find the
average size, divide ZAGGREGATESIZE by ZIOS.
ZIOS
is the number of I/O operations to the servers in this server class. For
sends, this value is always the same as the ZREQCNT value.
ZREPLY
reports information about REPLY statements from the server class. ZREPLY
contains:
ZREQCNT
is the number of times the REPLY verb was executed.
ZMAXSIZE
is the size, in bytes, of the largest amount of data transferred in a reply
from the server class during the interval that the link manager reports these
statistics.
ZAGGREGATESIZE
is the total size, in bytes, of the data transferred in a reply from the server
class for the interval that the link manager reports these statistics. To find
the average size, divide ZAGGREGATESIZE by ZIOS.
ZIOS
is the number of I/O operations to the server class.
ZPERFINFO
provides measurements on the completion of SCREEN COBOL SEND statements.
Because this information is collected and reported only by the Pathway/iTS TCP,
this field is relevant only if you are using the Pathway/iTS product.
The measurements are gathered by the Pathway/iTS TCP for the servers to which
it has links; measurement collection begins at TCP initialization when the ZSTATS
field has the value ZPWY-VAL-ON. As operations proceed, measurements are
captured by starting and stopping internal clocks at initiation and termination of
SEND statements.