Skip to main content

Systemd Services

Systemd Services

Plugin: cgroups.plugin Module: /sys/fs/cgroup

Maintained by Netdata

Overview​

Monitor systemd service resource utilization — CPU, memory, and disk I/O — via Linux cgroups.

This collector is only supported on the following platforms:

  • Linux

This collector supports collecting metrics from multiple instances of this integration, including remote instances.

Default Behavior​

Auto-Detection​

This integration doesn't support auto-detection.

Limits​

The default configuration for this integration does not impose any limits on data collection.

Performance Impact​

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Setup​

Prerequisites​

No action required.

Configuration​

Options​

There are no configuration options.

via File​

There is no configuration file.

Examples​

There are no configuration examples.

Alerts​

There are no alerts configured by default for this integration.

Metrics​

Metrics grouped by scope.

The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.

Per systemd service​

Labels:

LabelDescription
service_nameService name

Metrics:

MetricDescriptionDimensionsUnit
systemd.service.cpu.utilizationSystemd Services CPU utilization (100% = 1 core)user, systempercentage
systemd.service.memory.usageSystemd Services Used Memoryram, swapMiB
systemd.service.memory.failcntSystemd Services Memory Limit Failuresfailfailures/s
systemd.service.memory.ram.usageSystemd Services Memoryrss, cache, mapped_file, rss_hugeMiB
systemd.service.memory.writebackSystemd Services Writeback Memorywriteback, dirtyMiB
systemd.service.memory.paging.faultsSystemd Services Memory Minor and Major Page Faultsminor, majorMiB/s
systemd.service.memory.paging.ioSystemd Services Memory Paging IOin, outMiB/s
systemd.service.disk.ioSystemd Services Disk Read/Write Bandwidthread, writeKiB/s
systemd.service.disk.iopsSystemd Services Disk Read/Write Operationsread, writeoperations/s
systemd.service.disk.throttle.ioSystemd Services Throttle Disk Read/Write Bandwidthread, writeKiB/s
systemd.service.disk.throttle.iopsSystemd Services Throttle Disk Read/Write Operationsread, writeoperations/s
systemd.service.disk.queued_iopsSystemd Services Queued Disk Read/Write Operationsread, writeoperations/s
systemd.service.disk.merged_iopsSystemd Services Merged Disk Read/Write Operationsread, writeoperations/s
systemd.service.pids.currentSystemd Services Number of Processespidspids
systemd.service.cachestat_ratioHit ratioratio%
systemd.service.cachestat_dirtiesNumber of dirty pagesdirtypage/s
systemd.service.cachestat_hitsNumber of accessed fileshithits/s
systemd.service.cachestat_missesFiles out of page cachemissmisses/s
systemd.service.dc_ratioPercentage of directory lookups resolved by the cacheratio%
systemd.service.dc_referenceCount file accessreferencefiles
systemd.service.dc_not_cacheFiles not present inside directory cacheslowfiles
systemd.service.dc_not_foundFiles not foundmissfiles
systemd.service.fd_openNumber of open filescallscalls/s
systemd.service.fd_open_errorFails to open filescallscalls/s
systemd.service.fd_closeFiles closedcallscalls/s
systemd.service.fd_close_errorFails to close filescallscalls/s
systemd.service.net_conn_ipv4TCP v4 outbound connectionsconnectionsconnections/s
systemd.service.net_conn_ipv6TCP v6 outbound connectionsconnectionsconnections/s
systemd.service.net_total_bandwidthBandwidthreceived, sentkilobits/s
systemd.service.net_tcp_recvTCP calls to clean up buffercallscalls/s
systemd.service.net_tcp_sendTCP calls to sendcallscalls/s
systemd.service.net_retransmitTCP retransmitscallscalls/s
systemd.service.net_udp_sendUDP calls to sendcallscalls/s
systemd.service.net_udp_recvUDP calls to receivecallscalls/s

Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.