OVNPM 1.5.2 - Performance Agent for NonStop Server Monitoring Guide

OVNPM Entities 41
3-14 PROCESS
The Process domain represents application software that is executing on the system.
3-14-1 PROCESS Instance Configuration
Domain
PROCESS
DescriptionDomain
PROCESS represents application software that is executing on the syste
Syntax
PROCESS <$ProcessName> [,TREND=<ON|OFF>]
Example
PROCESS $CMON
3-14-2 PROCESS Metrics
Metric
Description
Accel-Busy.% Percentage of time that the CPU was busy executing accelerated code for the current
process.
Busy-Ready.%
Ratio between Ready-Time and CPU-Busy.
Checkpoints.nb/s
Number of checkpoints per second executed by the process.
Comp-Trap.nb/s
Number of times per second a compatibility trap occurred on the processor for the
current process.
CPU-Busy².%
Percentage of time that the Process was executing in the CPU.
Dispatches.nb/s
Number of times per second that this process was dispatched.
Ext-Segs-Max.nb
Maximum number of extended segments used by the process.
IO-Rate.Kb/s
Number of kilobytes per second handled by this process during the sample period. This
includes sent-bytes and returned-bytes, as well as received-bytes and reply-bytes.
launch-wait-time.% Amount of time the process waits on requests to PROCESS_CREATE_ or the
fork()/exec*() family of process creation APIs [meas]
launches.nb
Number of calls made by the process to process creation procedures. For Guardian
process creation, the counter includes unsuccessful creation attempts [meas]
open-close-wait-time.% Amount of time the process waits on the open and close requests during last collect
interval. For OSS processes, wait time accumulates for file open and close operations,
excluding name server operations. Name server operations are counted in OSSNS-
BUSY-TIME [meas].
oss-tty-read-rate.KB/s
Number of KB/s read by the process from all files opened as /dev/tty during last
collect interval.
oss-tty-reads.nb
Number of READ operations performed by the process to all OSS file opens of /dev/tty
during last collect interval [meas].
oss-tty-wait-time.%
Amount of time the process waits on requests to all files opened as /dev/tty [meas].
oss-tty-write-rate.KB/s
Number of KB/s write by the process from all files opened as /dev/tty during last
collect interval [meas].
oss-tty-write.nb
Number of write operations performed by the process to all OSS file opens of /dev/tty
during last collect interval [meas].
ossns-dd-calls.nb Number of data definition requests sent to OSS Name Servers during last collect
interval [meas].
ossns-message-rate.KB/s
Number of message data KB/s sent and received for requests to OSS name servers
during last collect interval [meas].
ossns-redirects.nb Number of redirected requests sent to OSS name servers during last collect interval
[meas].
ossns-requests.nb
Number of requests sent to OSS Name Servers during last collect interval. Requests can
be fileinfo calls, data definition requests, directory operations, or resolution requests
[meas].
OVNPM Entities