X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fbootchart.conf.xml;h=68d10d4415db6a51d4204b97d548dc1e967cfbb6;hp=419554e2d1749d13017c5553b0c682abd36daf6f;hb=3fde5f30bda2a70d97f3dc8fa918e42e1c07cc2c;hpb=56ba3c78ae35065064c4289a0c8e22a81256af20 diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml index 419554e2d..68d10d441 100644 --- a/man/bootchart.conf.xml +++ b/man/bootchart.conf.xml @@ -70,14 +70,14 @@ - samples=500 + Samples=500 Configure the amount of samples to - record total before bootchart exits. Each sample will - record at intervals defined by freq=. + record in total before bootchart exits. Each sample will + record at intervals defined by Frequency=. - freq=25 + Frequency=25 Configure 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 @@ -85,18 +85,18 @@ - rel=0 + 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 a non-zero value, the horizontal - axis starts at the first recorded sample instead of time=0.0. + extremely large. If set to yes, the horizontal axis starts + at the first recorded sample instead of time=0.0. - filter=0 + Filter=no Configures whether the resulting graph should omit tasks that did not contribute significantly to the boot. Processes that are too short-lived (only @@ -106,14 +106,14 @@ - output=[path] - Configures the output folder for writing + Output=[path] + Configures the output directory for writing the graphs. By default, bootchart writes the graphs to - /var/log. + /run/log. - init=[path] + Init=[path] Configures bootchart to run a non-standard binary instead of /sbin/init. This option is only relevant if bootchart was invoked from the @@ -122,25 +122,25 @@ - pss=0 - If set to 1, enables logging and graphing - of processes PSS memory consumption. + PlotMemoryUsage=no + If set to yes, enables logging and graphing + of processes' PSS memory consumption. - entropy=0 - If set to 1, enables logging and graphing + PlotEntropyGraph=no + If set to yes, enables logging and graphing of the kernel random entropy pool size. - scale_x=100 + ScaleX=100 Horizontal scaling factor for all variable graph components. - scale_y=20 + ScaleY=20 Vertical scaling factor for all variable graph components.