Process CPU utilization

2025-01-10 06:15:54  Updated

This topic describes monitoring metrics related to process CPU utilization on a host.

observer

Definition

The CPU utilization of the observer process.

Description

Metric Metric name Unit
observer observer_process_cpu_percent %

Calculation expression

avg(process_cpu_percent{name="observer",@LABELS}) by (@GBLABELS)

obproxy

Definition

The CPU utilization of the obproxy process.

Description

Metric Metric name Unit
obproxy obproxy_process_cpu_percent %

Calculation expression

avg(process_cpu_percent{name="obproxy",@LABELS}) by (@GBLABELS)

monagent

Definition

The CPU utilization of the monagent process.

Description

Metric Metric name Unit
monagent monagent_process_cpu_percent %

Calculation expression

avg(process_cpu_percent{name="ocp_monagent",@LABELS}) by (@GBLABELS)

mgragent

Definition

The CPU utilization of the mgragent process.

Description

Metric Metric name Unit
mgragent mgragent_process_cpu_percent %

Calculation expression

avg(process_cpu_percent{name="ocp_mgragent",@LABELS}) by (@GBLABELS)

Contact Us