From e57b477183259eac2d56c5f9d9820170afb1a5e6 Mon Sep 17 00:00:00 2001 From: William Giokas <1007380@gmail.com> Date: Thu, 14 Feb 2013 16:59:48 -0600 Subject: [PATCH] man: Update bootchart.conf(5) Recent changes in config options makes almost eveny variable in the man page obsolete. --- man/bootchart.conf.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml index fb6e27449..1e440eb2c 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 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 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] + Output=[path] Configures the output folder for writing the graphs. By default, bootchart writes the graphs to /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 + 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. -- 2.30.2