Brocade Network Advisor SAN User Manual v12.0.0 (53-1002696-01, April 2013)

1306 Brocade Network Advisor SAN User Manual
53-1002696-01
Database tables and fields
H
FEATURES_ENABLED Holds as a bit mask the features that are enabled .
Refer FEATURES_ACTIVE for the active/inactive
status of a feature. Each bit would represent features
like Encryption, compression etc.' The bit mask and
their corresponding Features are defined as an enum
in the domain model class - SwitchPort.java.
int
FEATURES_ACTIVE Holds as a bit mask the features that are active.
Please note that this is different from the enabled
value which is found in the FEATURES_ENABLED
column. Each bit would represent features like
Encryption, compression etc. The bit mask and their
corresponding Features are defined as an enum in
the domain model class - SwitchPort.java.
int
TABLE 335 SWITCH_TE_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
RX_EOF Total number of frames received at this port double
precision
UNDERFLOW_ERRORS The total number of packets received that were less
than 64 octets long (excluding framing bits, but
including FCS octets) and were otherwise well
formed.
double
precision
OVERFLOW_ERRORS The total number of packets received that were
longer than 1518 octets (excluding framing bits, but
including FCS octets) and were otherwise well formed
double
precision
TABLE 334 SWITCH_PORT (Continued)
Field Definition Format Size