X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd-bootchart.xml;h=ff86be2ad8b6726aec5bcd5b6cd7c72c2ad63572;hp=a4770fc62d7132804766debc7dd3aa5687a68c41;hb=6e1bf7ab998e30b23202192b5b47c119e7a3697d;hpb=6d2679917919f1d59bf677d719fb84aedf8b9558 diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index a4770fc62..ff86be2ad 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -26,7 +26,9 @@ along with systemd; If not, see . --> - + + systemd-bootchart systemd @@ -62,7 +64,7 @@ as an SVG graph. Normally, systemd-bootchart is invoked by the kernel by passing - on the kernel commandline. systemd-bootchart will then + on the kernel command line. systemd-bootchart will then fork the real init off to resume normal system startup, while monitoring and logging startup information in the background. @@ -76,8 +78,8 @@ in which order, and where possible problems exist in the startup sequence of the system. It is essentially a more detailed version of - the systemd-analyze - plot function. + the systemd-analyze plot + function. Of course, bootchart can also be used at any @@ -92,7 +94,11 @@ Bootchart graphs are by default written - time-stamped in /run/log. + time-stamped in /run/log + and saved to the journal with + MESSAGE_ID=9f26aa562cf440c2b16c773d0479b518. + Journal field BOOTCHART= contains + the bootchart in SVG format. @@ -110,7 +116,7 @@ systemd-bootchart instead of the init process. In turn, systemd-bootchart - will invoke /sbin/init. + will invoke /usr/lib/systemd/systemd. @@ -119,13 +125,15 @@ One can execute systemd-bootchart as normal application from the - commandline. In this mode it is highly + command line. In this mode it is highly recommended to pass the flag in order to not graph the time elapsed since boot and before systemd-bootchart was started, as it may result in extremely - large graphs. + large graphs. The time elapsed since boot + might also include any time that the system + was suspended. @@ -136,10 +144,11 @@ These options can also be set in the /etc/systemd/bootchart.conf file. See - bootchart.conf5. + bootchart.conf5. + @@ -182,10 +191,25 @@ + + + + Display the full command line with arguments of processes, + instead of only the process name. + + + + + + + Display process control group + + + - Specify the output folder for the + Specify the output directory for the graphs. By default, bootchart writes the graphs to /run/log. @@ -194,7 +218,7 @@ Use this init binary. Defaults to - /sbin/init. + /usr/lib/systemd/systemd. @@ -294,12 +318,16 @@ See Also - bootchart.conf5 + bootchart.conf5 Bugs + systemd-bootchart does not get the model information for the hard drive + unless the root device is specified with root=/dev/sdxY. Using + UUIDs or PARTUUIDs will boot fine, but the hard drive model will not be + added to the chart. For bugs, please contact the author and current maintainer: Auke Kok auke-jan.h.kok@intel.com