diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-14 08:53:15 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-06-14 16:25:38 -0400 |
commit | fa3868c6d317b88715c55422b898f9070afe6575 (patch) | |
tree | 325188c96f5852b27e42e8a7adde2f5a930e990c | |
parent | 805bf39ce79f352f98eb3d144840c8ad6497d3e9 (diff) |
man: update systemd-analyze invocation
-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. |