From 1700761b0678a5f5b43dc5224a97cc1922f74fad Mon Sep 17 00:00:00 2001 From: Simon Peeters Date: Wed, 13 Feb 2013 14:17:28 -0800 Subject: Move systemctl dot to systemd-analyze dot --- man/systemd-analyze.xml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'man/systemd-analyze.xml') diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index c2ff9cc5bd..533bc4264f 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. + -- cgit v1.2.3-54-g00ecf