HP Neoview Release 2.5 Software User Manual
Page 77
Table C-1 PROCESS_STATS_V1 Field Definitions (continued)
Description
Data Type
Field Name
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
Time, in microseconds, that extended
segments were allocated to the process
LARGEINT
EXT_SEGS_QUE_TIME
Time, in microseconds, that messages
spent waiting on a process message
input queue
LARGEINT
RECV_QUE_TIME
Number of messages sent by the
process (associated with I/O operations
and some system procedure calls)
LARGEINT
MESSAGES_SENT
Number of bytes sent by the process
LARGEINT
SENT_BYTES
Number of message bytes received by
the process
LARGEINT
RETURNED_BYTES
Number of messages that the process
has read from its message input queue
LARGEINT
MESSAGES_RECEIVED
Number of message bytes received by
the process
LARGEINT
RECEIVED_BYTES
Number of message bytes sent by this
process in reply to a request from
another process
LARGEINT
REPLY_BYTES
Process Statistics
77