beautypg.com

HP Neoview Release 2.4 Software User Manual

Page 39

background image

Table 3-5 NODE_STATS_V1 Field Definitions (continued)

Description

Data Type

Field Name

ANSI SQL time, in Coordinated
Universal Time, indicating when
the measurement interval ended.

TIME(6)

MEASURE_END _TIME_UTC

ANSI SQL timestamp, in Local
Civil Time, indicating when the
measurement interval began.

TIMESTAMP(6)

MEASURE_START_DATETIME

ANSI SQL date, in Local Civil
Time, indicating when the
measurement interval began.

DATE

MEASURE_START_DATE

ANSI SQL time, in Local Civil
Time, indicating when the
measurement interval began.

TIME(6)

MEASURE_START _TIME

ANSI SQL timestamp, in
Coordinated Universal Time,
indicating when the
measurement interval began.

TIMESTAMP(6)

MEASURE_START _DATETIME_UTC

ANSI SQL date, in Coordinated
Universal Time, indicating when
the measurement interval began.

DATE

MEASURE_START _DATE_UTC

ANSI SQL time, in Coordinated
Universal Time, indicating when
the measurement interval began.

TIME(6)

MEASURE_START _TIME_UTC

Duration of the measurement in
microseconds.

LARGEINT

DELTA_TIME

Neoview segment name.

CHARACTER(8)

SEGMENT_NAME

UP or DOWN.

CHARACTER(4)

NODE_STATUS

Total memory size in megabytes.

SMALLINT UNSIGNED

MEMORY_MB

Time, in microseconds, during
which the processing node was
busy.

LARGEINT

NODE_BUSY_TIME

Time, in microseconds, that
processes spent on the ready list.

LARGEINT

NODE_QUE_TIME

Number of times a process was
selected from the ready list and
executed by the processing node.

LARGEINT

DISPATCHES

Number of swap operations,
both into and out of memory,
performed by the memory
manager.

LARGEINT

SWAPS

Time, in microseconds, that the
processing node spent executing
interrupt handlers.

LARGEINT

INTR_BUSY_TIME

Number of I/O disk transfers
performed by disk processes in
this processing node.

LARGEINT

DISC_IOS

Number of times the required
block was found in cache during
an I/O operation.

LARGEINT

CACHE_HITS

Processing Node Statistics

39