Brocade Network Advisor SAN User Manual v12.1.0 User Manual

Page 1489

Advertising
background image

1442

Brocade Network Advisor SAN User Manual

53-1002948-01

Database tables and fields

H

TABLE 244

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 245

PM_WIDGET_MONITOR_TYPE

Field

Definition

Format

Size

Type

Primary key column.

int

NAME

Storing the NAME of the monitor type.

varchar

64

TABLE 246

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 247

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 248

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