Metric Sets
editMetric Sets
editCPU/Memory Metric Set
editelasticapm.metrics.sets.cpu.CPUMetricSet
This metric set collects various system metrics and metrics of the current process.
Metric |
Type |
Format |
Description |
|
scaled_float |
percent |
The percentage of CPU time in states other than Idle and IOWait, normalised by the number of cores. |
|
long |
bytes |
The total memory of the system in bytes |
|
long |
bytes |
Actual free memory in bytes |
|
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%. |
|
long |
bytes |
The total virtual memory the process has. |
|
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.