diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-06 17:30:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-06 17:30:39 +0100 |
commit | 3cd26e7cb24bf1408902c352ab9d2b9a27d4c74f (patch) | |
tree | 37798d8ebdc3942cbf3ee17acabb88815d6a212e /man/systemd-analyze.xml | |
parent | d3eba116d14b8775eed02e433f7ec5f62cde4957 (diff) |
analyze: port over to use bus_open_transport()
Diffstat (limited to 'man/systemd-analyze.xml')
-rw-r--r-- | man/systemd-analyze.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index aefbfc8af7..3141361e56 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -198,6 +198,36 @@ </varlistentry> <varlistentry> + <term><option>--system</option></term> + + <listitem><para>Shows performance data + of the system manager. This is the + implied default.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-H</option></term> + <term><option>--host=</option></term> + + <listitem><para>Execute operation + remotely. Specify a hostname, or + username and hostname separated by + <literal>@</literal>, to connect + to. This will use SSH to talk to the + remote machine manager + instance.</para></listitem> + </varlistentry> + + <varlistentry> + <term><option>-M</option></term> + <term><option>--machine=</option></term> + + <listitem><para>Execute operation on a + local container. Specify a container + name to connect to.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--order</option></term> <term><option>--require</option></term> |