Process Performance Statistics

Name Value

Documentation

Retrieve an existing Process Performance Resource Utilization Information

Process Type(s)

All

Endpoint

/services/v2/mpoints/{item}/processPerformance

JSON Schema

mpoints:processPerformance

Base Name

process-performance

Internal Name

MPL_PROC_PERF

Tag Description

deploymentName

The name of the OGG Microservices deployment

deploymentId

The unique identity of the OGG Microservices deployment

processType

The type of process

processName

The name of the process

Metric Data Type Description

process-start-time

integer

Process Start Time

process-id

integer

The operating system process id

thread-count

integer

Number of Threads

handle-count

integer

Number of Handles

cpu-time

integer

Process CPU Time (in microseconds)

kernel-time

integer

Process Kernel Mode Time (in microseconds)

user-time

integer

Process User Mode Time (in microseconds)

io-read-count

integer

Number of I/O Read Operations

io-write-count

integer

Number of I/O Write Operations

io-other-count

integer

Number of I/O Other Operations

io-read-bytes

integer

Number of I/O Read Bytes Transfered

io-write-bytes

integer

Number of I/O Write Bytes Transfered

io-other-bytes

integer

Number of I/O Other Bytes Transfered

page-faults

integer

Number of Page Faults for the Process

working-set-size

integer

Process Working Set Size in bytes

peak-working-set-size

integer

Peak Process Working Set Size in bytes

private-bytes

integer

Process Private Size in bytes