From: William Giokas <1007380@gmail.com> Date: Wed, 13 Feb 2013 09:38:49 +0000 (-0600) Subject: man: Write man page for systemd-bootchart(1) X-Git-Tag: v198~272 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5797606612b5b37dbba5d90b39665cdf7f7a1b11 man: Write man page for systemd-bootchart(1) Mostly coppied from bootchart.conf(5) --- diff --git a/man/systemd-bootchart.xml b/man/systemd-bootchart.xml index f31d4a0a6..75341100f 100644 --- a/man/systemd-bootchart.xml +++ b/man/systemd-bootchart.xml @@ -10,6 +10,7 @@ Authors: Auke Kok + William Giokas <1007380@gmail.com> systemd is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by @@ -91,9 +92,94 @@ Options - Please read systemd-bootchart --help or the bootchart.conf manual - page for information about the various options that influence how - systemd-bootchart operates. + + + + + + Specify the amount of samples to + record total before bootchart exits. Each sample will + record at intervals defined by --freq. + + + + + + Specify the sample log frequency. + This can be a fractional number, but must be larger than + 0.0. Most systems can cope with values under 25-50 without + impacting boot time severely. + + + + + + Use relative times instead of absolute + times. This is useful for using bootchart at post-boot + time to profile an already booted system, otherwise the + graph would become extremely large. If set, the + horizontal axis starts at the first recorded sample + instead of time=0.0. + + + + + + Disable filtering of tasks tasks that + did not contribute significantly to the boot. Processes + that are too short-lived (only seen in one sample) or + that do not consume any significant CPU time (less than + 0.001sec) will not be displayed in the output graph. + + + + + + + Configures the output folder for writing + the graphs. By default, bootchart writes the graphs to + /var/log. + + + + + + Set init binary to run. Defaults to + /sbin/init. + + + + + + + Enable logging and graphing + of processes PSS memory consumption. + + + + + + Enable logging and graphing + of the kernel random entropy pool size. + + + + + + Horizontal scaling factor for all variable + graph components. + + + + + + Vertical scaling factor for all variable + graph components. + + + + +