TCP/IP Management Programming Manual

Commands and Responses
HP NonStop TCP/IP Management Programming Manual529636-001
6-56
RESETSTATS Command
Tokens in Response Buffer
ZSPI-TKN-SSID
is an echo of the subsystem ID value provided in the command by your application.
For more details, see SPI Standard Definitions on page 5-1.
ZSPI-TKN-SERVER-VERSION
is the software release version of the TCP/IP subsystem. For more details, see SPI
Standard Definitions on page 5-1.
ZSPI-TKN-DATALIST
indicates the beginning of the data list. The ZSPI-TKN-MAXRESP token must have
a value other than zero for data lists to be included in the response. For more
details, see SPI Standard Definitions on page 5-1.
ZTCI-MAP-TCP-STATS
is the extensible structured token that lists the statistics counters maintained for the
TCP Layer during the sample period. These statistics are returned only for the
PROC object. This token has the token number ZTCI-TNM-TCP-STATS and the
DDL definition ZTCI-DDL-TCP-STATS.
Each counter is defined in a separate field. The fields in the
ZTCI-MAP-TCP-STATS token are:
ZSTATS-TCP-BAD-XSUM
is the number of packets with an invalid checksum value received by the TCP
Layer of the TCP/IP subsystem during the sample period. An invalid checksum
is usually caused by a noisy link.
ZSTATS-TCP-BAD-OFF
is the number of packets with an invalid data offset in the TCP header received
by the TCP Layer of the TCP/IP subsystem during the sample period. An
invalid offset usually indicates that the sender of the packet made an internal
error in generating the packet or that the receiver of the packet had a byte-
swapping problem. This error is very rare; it is usually seen only during
protocol development.
ZSTATS-TCP-BAD-HDR-LEN
is the number of packets with an invalid header size received by the TCP Layer
of the TCP/IP subsystem during the sample period. This error is rare; it usually
indicates a problem between IP and TCP.