mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 20:23:36 +08:00
man: document three new cgtop options
This commit is contained in:
parent
ab060556a9
commit
871b876ecc
2
TODO
2
TODO
@ -41,8 +41,6 @@ Features:
|
||||
* remove Fedora /dev/null logic from localed.c, now that system-config-keyboard is gone
|
||||
delete /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf from spec file
|
||||
|
||||
* update cgtop man page to be in sync with --help
|
||||
|
||||
* journal: expose current disk usage
|
||||
|
||||
* logind: return EBUSY when a session is created on a seat+VT that already has one.
|
||||
|
@ -109,6 +109,13 @@
|
||||
text and exits.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--version</option></term>
|
||||
|
||||
<listitem><para>Prints a version string and
|
||||
exits.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-p</option></term>
|
||||
|
||||
@ -142,6 +149,29 @@
|
||||
<listitem><para>Order by disk I/O load.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-b</option></term>
|
||||
<term><option>--batch</option></term>
|
||||
|
||||
<listitem><para>Run in "batch" mode:
|
||||
do not accept input and run until the
|
||||
iteration limit set with
|
||||
<option>--iterations</option> is
|
||||
exhausted or until killed. This mode
|
||||
could be useful for sending output
|
||||
from <command>systemd-cgtop</command>
|
||||
to other programs or to a
|
||||
file.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-n</option></term>
|
||||
<term><option>--iterations=</option></term>
|
||||
|
||||
<listitem><para>Perform only this many
|
||||
iterations.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-d</option></term>
|
||||
<term><option>--delay=</option></term>
|
||||
|
Loading…
Reference in New Issue
Block a user