X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fsystemd-analyze.xml;h=1898ca6fb194e24f407e8dcd405ac66ab64549fd;hb=74f9e0f20368116fe09f9bf0e5eb0aba08e6ee42;hp=a8adf877135ded8994d6f510a37e62148c050b72;hpb=a65615ca5d78be0dcd7d9c9b4a663fa75f758606;p=elogind.git diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index a8adf8771..1898ca6fb 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -197,6 +197,36 @@ manager. + + + + Shows performance data + of the system manager. This is the + implied default. + + + + + + + Execute the operation + remotely. Specify a hostname, or + username and hostname separated by + @, to connect + to. This will use SSH to talk to the + remote machine manager + instance. + + + + + + + Execute the operation on a + local container. Specify a container + name to connect to. + + @@ -206,12 +236,12 @@ dot command (see above), selects which dependencies are shown in the dependency graph. If - is passed + is passed, only dependencies of type After= or Before= are shown. If - is passed only dependencies of type + is passed, only dependencies of type Requires=, RequiresOverridable=, Requisite=, @@ -285,7 +315,7 @@ $ eog avahi.svg This plots the dependencies between all known target units: - systemd-analyze dot --to-pattern='*.target' --from-patter='*.target' | dot -Tsvg > targets.svg + systemd-analyze dot --to-pattern='*.target' --from-pattern='*.target' | dot -Tsvg > targets.svg $ eog targets.svg