mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
man: document relationship between keys and switches of cgtop
This commit is contained in:
parent
7fcfb7ee2f
commit
6d3eefd28e
@ -165,7 +165,8 @@
|
|||||||
|
|
||||||
<listitem><para>Controls whether the CPU usage is shown as
|
<listitem><para>Controls whether the CPU usage is shown as
|
||||||
percentage or time. By default the CPU usage is shown as
|
percentage or time. By default the CPU usage is shown as
|
||||||
percentage.</para></listitem>
|
percentage. This setting may also be toggled at runtime by
|
||||||
|
pressing the <keycap>%</keycap> key.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -173,7 +174,8 @@
|
|||||||
|
|
||||||
<listitem><para>Include kernel threads when counting tasks in
|
<listitem><para>Include kernel threads when counting tasks in
|
||||||
control groups. By default, kernel threads are not included in
|
control groups. By default, kernel threads are not included in
|
||||||
the count.</para></listitem>
|
the count. This setting may also be toggled at runtime by
|
||||||
|
pressing the <keycap>k</keycap> key.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -184,16 +186,18 @@
|
|||||||
any of the child control groups as well. Takes a boolean
|
any of the child control groups as well. Takes a boolean
|
||||||
argument, defaults to <literal>yes</literal>. If enabled the
|
argument, defaults to <literal>yes</literal>. If enabled the
|
||||||
tasks in child control groups are included, if disabled only
|
tasks in child control groups are included, if disabled only
|
||||||
the tasks in the control group itself are
|
the tasks in the control group itself are counted. This
|
||||||
counted.</para></listitem>
|
setting may also be toggled at runtime by pressing the
|
||||||
|
<keycap>r</keycap> key.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>-n</option></term>
|
<term><option>-n</option></term>
|
||||||
<term><option>--iterations=</option></term>
|
<term><option>--iterations=</option></term>
|
||||||
|
|
||||||
<listitem><para>Perform only this many iterations. A value of 0
|
<listitem><para>Perform only this many iterations. A value of
|
||||||
indicates that the program should run indefinitely.</para></listitem>
|
0 indicates that the program should run
|
||||||
|
indefinitely.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -201,10 +205,11 @@
|
|||||||
<term><option>--delay=</option></term>
|
<term><option>--delay=</option></term>
|
||||||
|
|
||||||
<listitem><para>Specify refresh delay in seconds (or if one of
|
<listitem><para>Specify refresh delay in seconds (or if one of
|
||||||
<literal>ms</literal>,
|
<literal>ms</literal>, <literal>us</literal>,
|
||||||
<literal>us</literal>,
|
|
||||||
<literal>min</literal> is specified as unit in this time
|
<literal>min</literal> is specified as unit in this time
|
||||||
unit).</para></listitem>
|
unit). This setting may also be increased and decreased at
|
||||||
|
runtime by pressing the <keycap>+</keycap> and
|
||||||
|
<keycap>-</keycap> keys.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -232,64 +237,72 @@
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>h</term>
|
<term><keycap>h</keycap></term>
|
||||||
|
|
||||||
<listitem><para>Shows a short help text.</para></listitem>
|
<listitem><para>Shows a short help text.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>SPACE</term>
|
<term><keycap function="space"/></term>
|
||||||
|
|
||||||
<listitem><para>Immediately refresh output.</para></listitem>
|
<listitem><para>Immediately refresh output.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>q</term>
|
<term><keycap>q</keycap></term>
|
||||||
|
|
||||||
<listitem><para>Terminate the program.</para></listitem>
|
<listitem><para>Terminate the program.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>p</term>
|
<term><keycap>p</keycap></term>
|
||||||
<term>t</term>
|
<term><keycap>t</keycap></term>
|
||||||
<term>c</term>
|
<term><keycap>c</keycap></term>
|
||||||
<term>m</term>
|
<term><keycap>m</keycap></term>
|
||||||
<term>i</term>
|
<term><keycap>i</keycap></term>
|
||||||
|
|
||||||
<listitem><para>Sort the control groups by path, number of
|
<listitem><para>Sort the control groups by path, number of
|
||||||
tasks, CPU load, memory usage, or IO load, respectively.
|
tasks, CPU load, memory usage, or IO load, respectively. This
|
||||||
</para></listitem>
|
setting may also be controlled using the
|
||||||
|
<option>--order=</option> command line
|
||||||
|
switch.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>%</term>
|
<term><keycap>%</keycap></term>
|
||||||
|
|
||||||
<listitem><para>Toggle between showing CPU time as time or
|
<listitem><para>Toggle between showing CPU time as time or
|
||||||
percentage.</para></listitem>
|
percentage. This setting may also be controlled using the
|
||||||
|
<option>--cpu=</option> command line switch.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>+</term>
|
<term><keycap>+</keycap></term>
|
||||||
<term>-</term>
|
<term><keycap>-</keycap></term>
|
||||||
|
|
||||||
<listitem><para>Increase or decrease refresh delay,
|
<listitem><para>Increase or decrease refresh delay,
|
||||||
respectively.</para></listitem>
|
respectively. This setting may also be controlled using the
|
||||||
|
<option>--delay=</option> command line
|
||||||
|
switch.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>k</term>
|
<term><keycap>k</keycap></term>
|
||||||
|
|
||||||
<listitem><para>Toggle between including or excluding kernel
|
<listitem><para>Toggle between including or excluding kernel
|
||||||
threads in control group task counts.</para></listitem>
|
threads in control group task counts. This setting may also be
|
||||||
|
controlled using the <option>-k</option> command line
|
||||||
|
switch.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term>r</term>
|
<term><keycap>r</keycap></term>
|
||||||
|
|
||||||
<listitem><para>Toggle between recursively including or
|
<listitem><para>Toggle between recursively including or
|
||||||
excluding tasks in child control groups in control group task
|
excluding tasks in child control groups in control group task
|
||||||
counts.</para></listitem>
|
counts. This setting may also be controlled using the
|
||||||
|
<option>--recursive=</option> command line
|
||||||
|
switch.</para></listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
Reference in New Issue
Block a user