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

Brocade Network Advisor SAN User Manual 1193
53-1002696-01
Database tables and fields
H
TABLE 86 EE_MONITOR
Field Definition Format Size
ID* Unique generated database identifier. int
MONITOR_ID The Number (Index) given by the switch when user
creates End-End monitor on the switch.
int
SWITCH_PORT_ID References the ID in SWITCH_PORT table. int
SOURCE_PORT_ID References the ID in DEVICE_PORT table and this is an
initiator for EE monitor.
int
DEST_PORT_ID References the ID in DEVICE_PORT table and this is a
target for EE monitor.
int
NAME Name of the End_End Monitor. varchar 124
ERROR CODE Error code returned from the switch, when enabling
End-End monitor is attempted on the switch.
int
STATUS Status of creating the End-End monitor on the switch. It
can be either failed or succeeded.
smallint
TABLE 87 EE_MONITOR_STATS
Field Definition Format Size
ID* Unique generated database identifier. int
EE_MONITOR_ID References to the ID in EE_MONITOR table. int
CREATION_TIME The polling time. timestamp
ACTIVE_STATE State of collection
0 = failed
1 = success
smallint
TX Transmit (TX) value in bytes. double
precision
RX Receive (RX) value in bytes. double
precision
CRCERRORS Number of CRC errors. double
precision
TABLE 88 EE_MONITOR_STATS_1DAY
Field Definition Format Size
ID* Unique generated database identifier. int
EE_MONITOR_ID int
CREATION_TIME timestamp
ACTIVE_STATE smallint
TX double precision
RX double precision
CRCERRORS double precision