X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-analyze.xml;h=533bc4264f9ccfeee5a8c512f633fb8182884f99;hp=c2ff9cc5bd23c5ffc3eb776bac1bcd57820a751d;hb=1700761b0678a5f5b43dc5224a97cc1922f74fad;hpb=2265fbf7e5614e9a9e5272937219181290f86e07 diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index c2ff9cc5b..533bc4264 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -57,6 +57,9 @@ systemd-analyze OPTIONS plot > file.svg + + systemd-analyze OPTIONS dot + @@ -90,6 +93,17 @@ been started at what time, highlighting the time they spent on initialization. + systemd-analyze dot + Generate textual dependency graph description in dot + format for further processing with the GraphViz + dot1 + tool. Use a command line like systemd-analyze + dot | dot -Tsvg > systemd.svg to generate + a graphical dependency tree. Unless + or + is passed the generated graph will show both ordering + and requirement dependencies. + If no command is passed systemd-analyze time is implied. @@ -116,6 +130,32 @@ of user sessions instead of the system manager. + + + + + + When used in + conjunction with the + dot command (see + above), selects which dependencies are + shown in the dependency graph. If + is passed + only dependencies of type + After= or + Before= are + shown. If + is passed only dependencies of type + Requires=, + RequiresOverridable=, + Requisite=, + RequisiteOverridable=, + Wants= and + Conflicts= are + shown. If neither is passed, shows + dependencies of all these + types. +