Brocade Network Advisor SAN User Manual v11.1x (53-1002167-01, May 2011)

1126 Brocade Network Advisor SAN User Manual
53-1002167-01
Database tables and fields
E
TABLE 367 SWITCH_TE_PORT_STATS
Field Definition Format Size
ID int
SWITCH_ID The primary key of the switch int
PORT_ID The primary key of the port int
TRANSMIT_OK 'The number of valid frames sent from the port double
precision
RECEIVE_OK The number of valid frames received at this port. double
precision
TRANSMIT_OK_PERCENT_
UTIL
The computed value of transmit_ok based on speed
of port (for MarchingAnts)
double
precision
RECEIVE_OK_PERCENT_UTI
L
The computed value of receive_ok based on speed of
port (for MarchingAnts)
double
precision
CREATION_TIME The time this stats record was created. timestamp
ACTIVE_STATE Used for error scenario smallint
RECEIVE_EOF Total number of frames received at this port double
precision
UNDERFLOW_ERRORS Internal error. A normal ratio of this counter to the
Transmit OK counter is 1% or less.
double
precision
OVERFLOW_ERRORS Internal error. A normal ratio of this counter to the
Transmit OK counter is 1% or less.
double
precision
CRC_ERRORS
The number of packets received that had a length
(excluding framing bits,but including FCS octets) of
between 64 and 1518 octets and had a bad Frame-
Check Sequence (FCS) with either an FCS Error or an
Alignment Error.
double
precision
ALIGNMENT_ERRORS
The number of frames detected that contain partial
octets and don''t pass the FCS check
double
precision
RUNT_ERRORS
The number of frames detected that are less than
the minimum permitted frame size and have a good
FCS
double
precision
EXCESS_COLL_ERRORS Increments when the port unsuccessfully transmits a
packet 16 consecutive times
double
precision
EXCESS_FCTRL_ERRORS Increments when the port applies flow control 16
consecutive times.
double
precision
LOST_FCTRL_ERRORS
The number of packets lost (if flow control is dis-
abled) or number of packets retransmitted by the
originator due to flow control (if flow control is
enabled)
double
precision
TOO_LONG_ERRORS The number of frames detected that exceed the
maximum permitted frame size.
double
precision