diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-analyze.xml | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index ae45bfcf31..ae7a3377c6 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -55,19 +55,32 @@ <refsynopsisdiv> <cmdsynopsis> - <command>systemd-analyze <arg choice="opt" rep="repeat">OPTIONS</arg> time</command> + <command>systemd-analyze</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg>time</arg> </cmdsynopsis> <cmdsynopsis> - <command>systemd-analyze <arg choice="opt" rep="repeat">OPTIONS</arg> blame </command> + <command>systemd-analyze</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain">blame</arg> </cmdsynopsis> <cmdsynopsis> - <command>systemd-analyze <arg choice="opt" rep="repeat">OPTIONS</arg> critical-chain </command> + <command>systemd-analyze</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain">critical-chain</arg> + <arg choice="opt" rep="repeat"><replaceable>UNIT</replaceable></arg> </cmdsynopsis> <cmdsynopsis> - <command>systemd-analyze <arg choice="opt" rep="repeat">OPTIONS</arg> plot <arg choice="opt">> file.svg</arg></command> + <command>systemd-analyze</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain">plot</arg> + <arg choice="opt">> file.svg</arg> </cmdsynopsis> <cmdsynopsis> - <command>systemd-analyze <arg choice="opt" rep="repeat">OPTIONS</arg> dot <arg choice="opt">pattern...</arg> </command> + <command>systemd-analyze</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain">dot</arg> + <arg choice="opt" rep="repeat"><replaceable>PATTERN</replaceable></arg> </cmdsynopsis> </refsynopsisdiv> @@ -97,8 +110,10 @@ be slow simply because it waits for the initialization of another service to complete.</para> - <para><command>systemd-analyze critical-chain</command> - prints a tree of the time critical chain of units. + <para><command>systemd-analyze critical-chain [<replaceable>UNIT...</replaceable>]</command> + prints a tree of the time critical chain of units + (for each of the specified <replaceable>UNIT</replaceable>s + or for the default target otherwise). The time after the unit is active or started is printed after the "@" character. The time the unit takes to start is printed after the "+" character. |