diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-28 19:31:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-31 13:20:44 +0200 |
commit | 41ba8b6e69ad79b6c8e603ac970720665c88a363 (patch) | |
tree | dcc740412572489258861b96caf62de92eb647a1 /man/systemd-cgtop.xml | |
parent | cb88a0a4ae7e9a03edb8772b6e0d8d2fc79c9f6b (diff) |
cgtop: ignore kernel threads when counting tasks
However, allow them to be counted in by specifying -k
Diffstat (limited to 'man/systemd-cgtop.xml')
-rw-r--r-- | man/systemd-cgtop.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-cgtop.xml b/man/systemd-cgtop.xml index e4bc22f278..14b503c3da 100644 --- a/man/systemd-cgtop.xml +++ b/man/systemd-cgtop.xml @@ -169,6 +169,14 @@ </varlistentry> <varlistentry> + <term><option>-k</option></term> + + <listitem><para>Include kernel threads when counting tasks in + control groups. By default, kernel threads are not included in + the count.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>-n</option></term> <term><option>--iterations=</option></term> |