diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-06-17 15:48:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-06-17 15:48:31 +0200 |
commit | eef8c1f6fd712749ff0204097eef9545d90842a2 (patch) | |
tree | 6545de4c1b7593cf959cc0e2b4e799cb142023d4 /man | |
parent | 1542c01b1dd5e34bfc2355aba603131e458ee0da (diff) | |
parent | b0f5a5105ba3e57c20528ee2c292cd1f7300da8f (diff) |
Merge pull request #221 from utezduyar/man-cgtop-explain-max-cpu
man: explain max CPU load on cgtop
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-cgtop.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd-cgtop.xml b/man/systemd-cgtop.xml index d14564480d..969edd055e 100644 --- a/man/systemd-cgtop.xml +++ b/man/systemd-cgtop.xml @@ -85,6 +85,11 @@ <citerefentry><refentrytitle>systemd.resource-control</refentrytitle><manvolnum>5</manvolnum></citerefentry> for details.</para> + <para>The CPU load value can be between 0 and 100 times the number of + processors the system has. For example, if the system has 8 processors, + the CPU load value is going to be between 0% and 800%. The number of + processors can be found in <literal>/proc/cpuinfo</literal>.</para> + <para>To emphasize this: unless <literal>CPUAccounting=1</literal>, <literal>MemoryAccounting=1</literal> and |