Process resident memory

2025-01-10 06:15:54  Updated

This topic describes monitoring metrics related to process resident memory on a host.

observer

Definition

The resident memory size of the observer process.

Description

Metric Metric name Unit
observer observer_rss_memory Byte

Calculation expression

sum(process_memory_rss_bytes{name="observer",@LABELS}) by (@GBLABELS)

obproxy

Definition

The resident memory size of the obproxy process.

Description

Metric Metric name Unit
obproxy obproxy_rss_memory Byte

Calculation expression

sum(process_memory_rss_bytes{name="obproxy",@LABELS}) by (@GBLABELS)

monagent

Definition

The resident memory size of the monagent process.

Description

Metric Metric name Unit
monagent monagent_resident_memory Byte

Calculation expression

sum(process_memory_rss_bytes{name="ocp_monagent",@LABELS}) by (@GBLABELS)

mgragent

Definition

The resident memory size of the mgragent process.

Description

Metric Metric name Unit
mgragent mgragent_resident_memory Byte

Calculation expression

sum(process_memory_rss_bytes{name="ocp_mgragent",@LABELS}) by (@GBLABELS)

Contact Us