X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-analyze.xml;h=f5a94242480163b82741fb1954a88c0874b0054c;hp=ae7a3377c65be90c49e60f00bb07d7061f2d7af7;hb=f7db7a691c3f532cf60886312459f2baea755283;hpb=fa3868c6d317b88715c55422b898f9070afe6575 diff --git a/man/systemd-analyze.xml b/man/systemd-analyze.xml index ae7a3377c..f5a942424 100644 --- a/man/systemd-analyze.xml +++ b/man/systemd-analyze.xml @@ -95,7 +95,7 @@ prints the time spent in the kernel before userspace has been reached, the time spent in the initial RAM disk (initrd) before normal system - userspace has been reached and the time normal system + userspace has been reached, and the time normal system userspace took to initialize. Note that these measurements simply measure the time passed up to the point where all system services have been spawned, but @@ -111,7 +111,7 @@ of another service to complete. systemd-analyze critical-chain [UNIT...] - prints a tree of the time critical chain of units + prints a tree of the time-critical chain of units (for each of the specified UNITs or for the default target otherwise). The time after the unit is active or started is printed @@ -135,7 +135,7 @@ dot | dot -Tsvg > systemd.svg to generate a graphical dependency tree. Unless or - is passed the generated graph will show both ordering + is passed, the generated graph will show both ordering and requirement dependencies. Optional pattern globbing style specifications (e.g. *.target) may be given at @@ -143,7 +143,7 @@ any of these patterns match either the origin or destination node. - If no command is passed systemd-analyze + If no command is passed, systemd-analyze time is implied. @@ -191,7 +191,7 @@ RequisiteOverridable=, Wants= and Conflicts= are - shown. If neither is passed, shows + shown. If neither is passed, this shows dependencies of all these types. @@ -203,16 +203,16 @@ When used in conjunction with the dot command (see - above), selects which relationships + above), this selects which relationships are shown in the dependency graph. They both require glob7 patterns as arguments, which are - matched against lefthand and - righthand, respectively, nodes of a + matched against left-hand and + right-hand, respectively, nodes of a relationship. Each of these can be - used more than once which means a - unit name must match one of given + used more than once, which means a + unit name must match one of the given values. @@ -226,7 +226,7 @@ latest unit in the same level. The unit of timespan is seconds unless specified with a different unit, - i.e. "50ms". + e.g. "50ms". @@ -243,7 +243,7 @@ Examples This plots all dependencies of any unit whose - name starts with "avahi-daemon.": + name starts with avahi-daemon.: $ systemd-analyze dot 'avahi-daemon.*' | dot -Tsvg > avahi.svg $ eog avahi.svg