mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
man: update systemd-analyze invocation
This commit is contained in:
parent
805bf39ce7
commit
fa3868c6d3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user