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

Page 43

Advertising
background image

Table 3-6 PROCESS_STATS_V1 Field Definitions (continued)

Description

Data Type

Field Name

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

NOTE:

The process statistics are not turned by default and are scheduled to be deprecated.

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.

In the case of an NDCS server process or a Neoview SQL compiler process, statistics are not
really aggregates because each record represents only one process.

In this view, all CHARACTER columns use ISO88591 encoding, regardless of the underlying
Neoview platform configuration.

The primary key for PROCESS_AGGR_LEVEL1_STATS_V1 field definition is SEGMENT_ID,
NODE_ID, PIN, and SAMPLE_DATETIME_UTC.

Process Statistics

43

Advertising