X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fbootchart.conf.xml;h=a364826bb01d3e9a4cafc8620c7633e75d44276a;hb=e7a2419a2ae2a8f56a3e2840f8d623d2a449277a;hp=1e440eb2cc19c6f1917d3e89cfacc814e81688fb;hpb=e57b477183259eac2d56c5f9d9820170afb1a5e6;p=elogind.git diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml index 1e440eb2c..a364826bb 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. @@ -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. + +