[release-notes] systemd-analyze dot is fascinating, if you have a planetarium to view it in

Pete Travis immanetize at fedoraproject.org
Sun May 12 17:50:00 UTC 2013


commit 438eaf9e9d27d028401a3aeb97db2fa87969e593
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun May 12 10:52:28 2013 -0600

    systemd-analyze dot is fascinating, if you have a planetarium to view it in

 en-US/System_Daemons.xml |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/en-US/System_Daemons.xml b/en-US/System_Daemons.xml
index 2e6a59a..d185730 100644
--- a/en-US/System_Daemons.xml
+++ b/en-US/System_Daemons.xml
@@ -44,6 +44,15 @@
       <para><package>systemd</package> adds support for calendar time events, in
       addition to existing support for monotonic time events.</para>
     </section>
+
+    <section>
+      <title>systemd-analyze</title>
+      <para>
+        <command>systemd-analyze</command> can now use the <application>GraphViz</application> <function>dot</function> tool to generate graphs of the boot process. <application>GraphViz</application> can be installed with <command>yum install graphviz</command> and will create a representation of the full boot process with <command>systemd-analyze dot | dot -Tsvg > systemd.svg</command> More refined plots can be generated with the optional arguments <function>--order</function>, <function>--require</function>, <function>--from-pattern=</function>, and <function>--to-pattern=</function>
+      </para>
+      <para>
+        For more details and examples, see <command>man 1 systemd-analyze</command>.
+      </para>
   </section>
 
 


More information about the docs-commits mailing list