X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fbootchart.conf.xml;h=e11ccb52f669cb123307fefb25c753c09d1fdb3b;hb=9c0a72f961e00b0447767973e7117e131bea5b5d;hp=1e440eb2cc19c6f1917d3e89cfacc814e81688fb;hpb=e57b477183259eac2d56c5f9d9820170afb1a5e6;p=elogind.git diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml index 1e440eb2c..e11ccb52f 100644 --- a/man/bootchart.conf.xml +++ b/man/bootchart.conf.xml @@ -25,7 +25,8 @@ along with systemd; If not, see . --> - + bootchart.conf systemd @@ -47,23 +48,31 @@ bootchart.conf - Boot performance analysis graphing tool configuration file + bootchart.conf.d + Boot performance analysis graphing tool configuration files /etc/systemd/bootchart.conf + /etc/systemd/bootchart.conf.d/*.conf + /run/systemd/bootchart.conf.d/*.conf + /usr/lib/systemd/bootchart.conf.d/*.conf Description When starting, systemd-bootchart will read the - configuration file bootchart.conf. - This configuration file determines logging parameters and - graph output. - + configuration file + /etc/systemd/bootchart.conf, followed by + the files in the bootchart.conf.d + directories. These configuration files determine logging + parameters and graph output. + + + Options @@ -72,7 +81,7 @@ Samples=500 Configure the amount of samples to - record total before bootchart exits. Each sample will + record in total before bootchart exits. Each sample will record at intervals defined by Frequency=. @@ -87,7 +96,7 @@ Relative=no Configures whether the left axis of the - output graph equals time=0.0 (CLOCK_MONOTONIC start). This + output graph equals time=0.0 (CLOCK_MONOTONIC start). 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 to yes, the horizontal axis starts @@ -107,7 +116,7 @@ Output=[path] - Configures the output folder for writing + Configures the output directory for writing the graphs. By default, bootchart writes the graphs to /run/log. @@ -115,7 +124,7 @@ Init=[path] Configures bootchart to run a non-standard - binary instead of /sbin/init. This + binary instead of /usr/lib/systemd/systemd. This option is only relevant if bootchart was invoked from the kernel command line with init=/usr/lib/systemd/systemd-bootchart. @@ -124,7 +133,7 @@ PlotMemoryUsage=no If set to yes, enables logging and graphing - of processes PSS memory consumption. + of processes' PSS memory consumption. @@ -145,6 +154,11 @@ graph components. + + ControlGroup=no + Display process control group. + +