Metric Setsedit

CPU/Memory Metric Setedit

elasticapm.metrics.sets.cpu.CPUMetricSet

This metric set collects various system metrics and metrics of the current process.

Metric

Type

Format

Description

system.cpu.total.norm.pct

scaled_float

percent

The percentage of CPU time in states other than Idle and IOWait, normalised by the number of cores.

system.memory.total

long

bytes

The total memory of the system in bytes

system.memory.actual.free

long

bytes

Actual free memory in bytes

system.process.cpu.total.norm.pct

scaled_float

percent

The percentage of CPU time spent by the process since the last event. This value is normalized by the number of CPU cores and it ranges from 0 to 100%.

system.process.memory.size

long

bytes

The total virtual memory the process has.

system.process.memory.rss.bytes

long

bytes

The Resident Set Size. The amount of memory the process occupied in main memory (RAM).

if you do not use Linux, you need to install psutil for this metric set.