src/collectors/cgroups.plugin/integrations/systemd_services.md
Plugin: cgroups.plugin Module: /sys/fs/cgroup
Monitor containers and virtual machines resource utilization — CPU, memory, disk I/O, network, and page cache activity — via Linux cgroups.
This collector is only supported on the following platforms:
This collector supports collecting metrics from multiple instances of this integration, including remote instances.
This integration doesn't support auto-detection.
The default configuration for this integration does not impose any limits on data collection.
The default configuration for this integration is not expected to impose a significant performance impact on the system.
No action required.
There are no configuration options.
There is no configuration file.
There are no configuration examples.
There are no alerts configured by default for this integration.
Metrics grouped by scope.
The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.
Labels:
| Label | Description |
|---|---|
| service_name | Service name |
Metrics:
| Metric | Description | Dimensions | Unit |
|---|---|---|---|
| systemd.service.cpu.utilization | Systemd Services CPU utilization (100% = 1 core) | user, system | percentage |
| systemd.service.memory.usage | Systemd Services Used Memory | ram, swap | MiB |
| systemd.service.memory.failcnt | Systemd Services Memory Limit Failures | fail | failures/s |
| systemd.service.memory.ram.usage | Systemd Services Memory | rss, cache, mapped_file, rss_huge | MiB |
| systemd.service.memory.writeback | Systemd Services Writeback Memory | writeback, dirty | MiB |
| systemd.service.memory.paging.faults | Systemd Services Memory Minor and Major Page Faults | minor, major | MiB/s |
| systemd.service.memory.paging.io | Systemd Services Memory Paging IO | in, out | MiB/s |
| systemd.service.disk.io | Systemd Services Disk Read/Write Bandwidth | read, write | KiB/s |
| systemd.service.disk.iops | Systemd Services Disk Read/Write Operations | read, write | operations/s |
| systemd.service.disk.throttle.io | Systemd Services Throttle Disk Read/Write Bandwidth | read, write | KiB/s |
| systemd.service.disk.throttle.iops | Systemd Services Throttle Disk Read/Write Operations | read, write | operations/s |
| systemd.service.disk.queued_iops | Systemd Services Queued Disk Read/Write Operations | read, write | operations/s |
| systemd.service.disk.merged_iops | Systemd Services Merged Disk Read/Write Operations | read, write | operations/s |
| systemd.service.pids.current | Systemd Services Number of Processes | pids | pids |
| systemd.service.cachestat_ratio | Hit ratio | ratio | % |
| systemd.service.cachestat_dirties | Number of dirty pages | dirty | page/s |
| systemd.service.cachestat_hits | Number of accessed files | hit | hits/s |
| systemd.service.cachestat_misses | Files out of page cache | miss | misses/s |
| systemd.service.net_conn_ipv4 | TCP v4 outbound connections | connections | connections/s |
| systemd.service.net_conn_ipv6 | TCP v6 outbound connections | connections | connections/s |
| systemd.service.net_total_bandwidth | Bandwidth | received, sent | kilobits/s |
| systemd.service.net_tcp_recv | TCP calls to clean up buffer | calls | calls/s |
| systemd.service.net_tcp_send | TCP calls to send | calls | calls/s |
| systemd.service.net_retransmit | TCP retransmits | calls | calls/s |
| systemd.service.net_udp_send | UDP calls to send | calls | calls/s |
| systemd.service.net_udp_recv | UDP calls to receive | calls | calls/s |