diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-03-12 21:13:58 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-03-12 21:16:45 +0100 |
commit | 0d292f5e7597a729365644edfbcdf2e5fac8beb4 (patch) | |
tree | 40b95d854c09860a9ba3872f1fdefe91876f91a3 /man | |
parent | f755e3b74b94296a534033dd6ae04d9506434210 (diff) |
systemctl: add new "list-machines" command
"systemctl list-machines" shows one line per local container which
includes the current system state of the container, the number of failed
units as well as the number of currently queued jobs.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index fef9578951..174988c55b 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -1042,6 +1042,24 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </refsect2> <refsect2> + <title>Machine Commands</title> + + <variablelist> + <varlistentry> + <term><command>list-machines <optional><replaceable>PATTERN</replaceable>...</optional></command></term> + + <listitem> + <para>List the host and all running local containers with + their state. If one or more + <replaceable>PATTERN</replaceable>s are specified, only + containers matching one of them are shown. + </para> + </listitem> + </varlistentry> + </variablelist> + </refsect2> + + <refsect2> <title>Job Commands</title> <variablelist> |