beautypg.com

View neo.hp_metrics.process_aggr_level1_stats_v1 – HP Neoview Release 2.3 Software User Manual

Page 46

background image

Table 3-8 PROCESS_STATS_V1 Field Definitions (continued)

Description

Data Type

Field Name

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

Number of calls to open regular files,
pipes, FIFOs, AF_INET sockets,
AF_UNIX sockets, directories, and
other files, including implicit opens
due to process creation APIs

LARGEINT

FILE_OPEN_CALLS

Number of times the process began a
transaction

LARGEINT

BEGIN_TRANS

Number of times the process stopped
a transaction in progress, causing the
transaction to be rolled back

LARGEINT

ABORT_TRANS

Number of pages in main memory
sponsored by the measured process at
the start of the measurement interval

LARGEINT

PRES_PAGES_START

Number of pages in main memory
sponsored by the measured process at
the end of the measurement interval

LARGEINT

PRES_PAGES_END

Time, in microseconds, that messages
sent by the process were outstanding

LARGEINT

MSGS_SENT_QUE_TIME

VIEW NEO.HP_METRICS.PROCESS_AGGR_LEVEL1_STATS_V1

Each row of this view represents statistics, or aggregate statistics, for one of the following processes
or sets of processes:

All executor server processes for a given parent (NDCS server) process.

All Repository collector processes for a given parent process.

Each NDCS server process.

Each Neoview SQL compiler process. In the case of a compiler process, the parent process
will not be identified in the Repository record.

This view is populated only if process data collection is enabled.

Aggregates represent differences between the previous aggregation period and the current
aggregation period.

46

Repository Views