User Manual v12.3.0 Owner's manual

Brocade Network Advisor IP User Manual 1693
53-1003153-01
Database tables and fields
I
SPEED_TYPE Stores the speed type of the port. It contains one of
the following values:
1 - Indicates speed is in Mbps.
2 - Indicates speed is in Gbps.
int
EXT_TYPE Refers to the extended type of the port . Eg
Mirror-Port.
varchar 128
TABLE 396 SWITCH_PORT_PERFORMANCE
Field Definition Format Size
PORT_ID Primary key of the Switch Port. int
SWITCH_ID Primary key of Virtual Switch which this port is
present
int
TX The number of octets or bytes that have been
transmitted by this port. One second periodic polling
of the port. This value is saved and compared with
the next polled value to compute net throughput.
Note, for Fibre Channel, ordered sets are not
included in the count
double
precision
RX The number of octets or bytes that have been
received by this port. One second periodic polling of
the port. This value is saved and compared with the
next polled value to compute net throughput. Note,
for Fibre Channel, ordered sets are not included in
the count
double
precision
TX_UTILIZATION The computed value of TX based on speed of port double
precision
RX_UTILIZATION 'The computed value of RX based on speed of port double
precision
LINK_FAILURE Count of link failures. This count is part of the Link
Error Status Block (LESB). (FC-PH 29.8). Note, this is
a Fibre Channel only stat
double
precision
TX_LINK_RESETS Count of Link resets. This is the number of LRs
received. Note, this is a Fibre Channel only stat
double
precision
RX_LINK_RESETS Count of Link resets. This is the number LRs
transmitted. Note, this is a Fibre Channel only stat
double
precision
SYNC_LOSSES Count of instances of synchronization loss detected
at port. This count is part of the Link Error Status
Block (LESB). (FC-PH 29.8). Note, this is a Fibre
Channel only stat.
double
precision
SIGNAL_LOSSES Count of instances of signal loss detected at port.
This count is part of the Link Error Status Block
(LESB). (FC-PH 29.8). Note, this is a Fibre Channel
only stat
double
precision
SEQUENCE_ERRORS Count of primitive sequence protocol errors detected
at this port. This count is part of the Link Error Status
Block (LESB). (FC-PH 29.8). Note, this is a Fibre
Channel only stat
double
precision
TABLE 395 SWITCH_PORT (Continued)
Field Definition Format Size