beautypg.com

HP Neoview Release 2.3 Software User Manual

Page 45

background image

Table 3-8 PROCESS_STATS_V1 Field Definitions (continued)

Description

Data Type

Field Name

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

Name of the process being measured

CHARACTER(8)

PROCESS_NAME

Object file name of the process

CHARACTER(24)

PROGRAM_FILE_NAME

Creation priority of the measured
process

INTEGER UNSIGNED

PRIORITY

Internal representation of a Neoview
role

NUMERIC(9, 0)

USERID

Part of the internal representation of a
Neoview role

SMALLINT UNSIGNED

USERID_GROUP

Part of an internal representation of a
Neoview role

SMALLINT UNSIGNED

USERID_USER

Processing node of the parent process
(the process that started the process
being measured). If this information is
unavailable, the field contains the
value “unknown.”

SMALLINT UNSIGNED

ANCESTOR_NODE_ID

Unique number associated with a
running instance of a process, in this
case the parent process, or “unknown.”

SMALLINT UNSIGNED

ANCESTOR_PIN

Name of the segment where the
ancestor process runs, or “unknown.”

CHARACTER(8)

ANCESTOR_SEGMENT_NAME

Process name of the parent process, or
“unknown.”

CHARACTER(8)

ANCESTOR_PROCESS_NAME

Time, in microseconds, that the
processing node spent executing the
measured process

LARGEINT

NODE_BUSY_TIME

Time, in microseconds, that the
measured process spent either
executing or on the ready list

LARGEINT

READY_TIME

Time, in microseconds, that the
measured process spent waiting on
page faults

LARGEINT

MEM_QUE_TIME

Number of times the process was
selected from the ready list and
executed by the processing node
identified by NODE_ID

LARGEINT

DISPATCHES

Number of page faults generated by
the process

LARGEINT

PAGE_FAULTS

Time, in microseconds, that pages
sponsored by the measured process
spent in main memory

LARGEINT

PRES_PAGES_QUE_TIME

Process Statistics

45