Brocade Network Advisor IP User Manual v12.1.0 User Manual

Page 1576

Advertising
background image

1522

Brocade Network Advisor IP User Manual

53-1002947-01

Database tables and fields

I

TABLE 326

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 327

PM_WIDGET_MONITOR_TYPE

Field

Definition

Format

Size

Type

Primary key column.

int

NAME

Storing the NAME of the monitor type.

varchar

64

TABLE 328

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 329

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 330

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

Advertising