X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-cgtop.xml;h=51549c4ac2e7a476ec7b70c6b4c247467ef3288d;hb=7ac807320a7416463d7ff3ef6ede574863a601c5;hp=0e9e5e611aa898fe9a8ebc2959675862a40fde4d;hpb=c68ba912c347a79885bb0e863034bdb3a8ae057e;p=elogind.git diff --git a/man/systemd-cgtop.xml b/man/systemd-cgtop.xml index 0e9e5e611..51549c4ac 100644 --- a/man/systemd-cgtop.xml +++ b/man/systemd-cgtop.xml @@ -73,30 +73,23 @@ only accounted for control groups in the cpuacct hierarchy, memory usage only for those in memory and disk - I/O usage for those in - blkio. systemd1 - by default places all services in their own control - group in the cpuacct hierarchy, but - not in memory nor - blkio. If resource monitoring for - these resources is required, it is recommended to add - blkio and memory - to the DefaultControllers= setting - in /etc/systemd/system.conf (see - systemd-system.conf5 - for details). Alternatively, it is possible to enable - resource accounting individually for services, by - making use of the ControlGroup= - option in the unit files (See - systemd.exec5 + I/O usage for those in blkio. If + resource monitoring for these resources is required, + it is recommended to add the + CPUAccounting=1, + MemoryAccounting=1 and + BlockIOAccounting=1 settings in the + unit files in question (See + systemd.cgroup5 for details). To emphasize this: unless - blkio and memory - are enabled for the services in question with either - of the options suggested above no resource accounting - will be available for system services and the data shown - by systemd-cgtop will be + CPUAccounting=1, + MemoryAccounting=1 and + BlockIOAccounting=1 are enabled for + the services in question no resource accounting will + be available for system services and the data shown by + systemd-cgtop will be incomplete. @@ -281,6 +274,7 @@ systemd1, systemctl1, systemd-cgls1, + systemd.cgroup5, top1