ASAP 2.8 Server Manual

ASAP Data Definitions
HP NonStop ASAP Server Manual522303-007
B-18
TCP/IP Entity Statistics
02 rcv-win-pack type binary 16.
02 rcv-win-byte type binary 16.
02 rcv-after-close type binary 16.
02 rcv-win-probe type binary 16.
02 rcv-dup-ack type binary 16.
02 rcv-ack-too-much type binary 16.
02 rcv-ack-pack type binary 16.
02 rcv-ack-byte type binary 16.
02 rcv-win-update type binary 16.
02 predict-acks type binary 16.
02 predict-data type binary 16.
02 paws-drop type binary 16.
02 pcbcachemiss type binary 16.
02 persistdrop type binary 16.
02 badsyn type binary 16.
02 droppedsyn type binary 16.
02 sc-added type binary 16.
02 sc-completed type binary 16.
02 sc-timed-out type binary 16.
02 sc-overflowed type binary 16.
02 sc-reset type binary 16.
02 sc-unreach type binary 16.
02 sc-bucketoverflow type binary 16.
02 sc-aborted type binary 16.
02 sc-dupesyn type binary 16.
02 sc-dropped type binary 16.
END.
DEF ZUDPData.
02 bad-hdr-len type binary 32.
02 Word type binary 16 redefines bad-hdr-len.
02 bad-xsum type binary 32.
02 bad-len type binary 32.
02 in-pkts type binary 32.
02 out-pkts type binary 32.
02 in-pkts-dropped type binary 32.
02 out-pkts-dropped type binary 32.
END
DEF ZUDPState.
02 bad-hdr-len type binary 16.
02 Word type binary 16 redefines bad-hdr-len.
02 bad-xsum type binary 16.
02 bad-len type binary 16.
02 in-pkts type binary 16.
02 out-pkts type binary 16.
02 in-pkts-dropped type binary 16.
02 out-pkts-dropped type binary 16.
END.
DEF ZIPData.
02 packets type binary 32.
02 Word type binary 16 redefines packets.
02 bad-xsum type binary 32.
02 too-short type binary 32.
02 too-small type binary 32.
02 bad-hdr-len type binary 32.
02 bad-len type binary 32.
02 frag type binary 32.
02 frag-drop type binary 32.
02 frag-timeout type binary 32.
02 fwd type binary 32.
02 cant-fwd type binary 32.
02 redir-sent type binary 32.