Brocade Network Advisor 12.1.X Documentation Updates (53-1003016-05, January 2014)

Table Of Contents
Brocade Network Advisor SAN User Manual 1433
53-1002948-01
Database tables and fields
H
TABLE 292 PM_WIDGET_MEASURE_TYPE_ENTRY
Field Definition Format Size
WIDGET_ID The id of the widget definition. int
MEASURE_TYPE stores measure type id of the widget, a widget could
map to multiple measure types.
int
TABLE 293 PM_WIDGET_MONITOR_TYPE
Field Definition Format Size
Type Primary key column. int
NAME Storing the NAME of the monitor type. varchar 64
TABLE 294 PM_WIDGET_TARGET_ENTRY
Field Definition Format Size
WIDGET_ID The ID of the widget definition. int
TARGET_TYPE 0 - Device
1 - Port
smallint
TARGET_ID Stores device ID if taret_TYPE is Device, or interface
DB ID if target TYPE is port.
int
TABLE 295 PM_WIDGET_TIME_SERIES_ENTRY
Field Definition Format Size
WIDGET_ID The ID of the widget definition. int
COLLECTOR_ID ID of the PERF_COLLECTOR. int
TARGET_TYPE 0 - Device
1 - Port
smallint
TARGET_ID Stores device ID if taret_TYPE is Device, or interface
DB ID if target TYPE is port.
int
MEASURE_ID Measure table DB ID. int
MEASURE_INDEX Index value for a MIB variable. For scalar value it will
be empty.
varchar 256
TABLE 296 PM_WIDGET_TOP_N_COLLECTOR_ENTRY
Field Definition Format Size
WIDGET_ID The ID of the widget definition. int
COLLECTOR_ID ID of the PERF_COLLECTOR. int
MEASURE_ID Measure table DB ID. int
DIRECTION The direction of the port measure.
0 - default (not used)
1 - receiving
2 -transmitting
smallint