V4tcpstatistics – Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 320

Advertising
background image

310

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Data structures

4

V4TcpStatistics

This structure is a high-level description of IPv4 based TCP statistics.

unknownProtocolPac
kets

unsignedInt

The number of packets dropped by the
device because the value in the Protocol
field of the packet header is
unrecognized by this device.

sentPackets

unsignedInt

The total number of IP packets
originated and sent by the device.

reassembledPackets

unsignedInt

The total number of fragmented IP
packets that this device re-assembled.

noRoutePackets

unsignedInt

The number of packets dropped by the
device because there was no route.

noBufferPackets

unsignedInt

The total number of buffer packets.

otherErrorsPackets

unsignedInt

The number of packets that this device
dropped due to error types other than
the types listed earlier.

TABLE 754

Attributes

Name

Type

Presence Rules Description

totalFaileddAttempts

unsignedInt

Displays the number of failed attempts.

totalActiveOpenConnections

unsignedInt

Displays the number of TCP connections opened
by this device by sending a TCP SYN to another
device.

totalActiveResetConnections

unsignedInt

Displays the number of TCP connections this
device reset by sending a TCP RESET message to
the device at the other end of the connection.

totalInputErrors

unsignedInt

Displays the total number of incoming errors.
This information is used by Brocade customer
support.

totalRetransmittedSegments

unsignedInt

Displays the number of segments that this
device retransmitted because the
retransmission timer for the segment had
expired before the device at the other end of the
connection had acknowledged receipt of the
segment.

totalPassiveOpenConnections unsignedInt

Displays the number of TCP connections opened
by this device in response to connection
requests (TCP SYNs) received from other
devices.

totalPassivResetConnetions

unsignedInt

Displays the number of TCP connections this
device reset because the device at the other end
of the connection sent a TCP RESET message.

TABLE 753

Attributes

Name

Type

Presence

Rules

Description

Advertising