X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fbootchart.conf.xml;h=68834c73b7bae1e54ce7df492303a0ce5b45c3b6;hp=fb6e274492f0e3dbfb516a1f560de9691bcb12b9;hb=becad8f1ed696433b9841cbb9c4603c303338d30;hpb=895aeb27795c00f365ce3b30b1dca549b4f5468e diff --git a/man/bootchart.conf.xml b/man/bootchart.conf.xml index fb6e27449..68834c73b 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 /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,29 +122,34 @@ - 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. + + ControlGroup=no + Display process control group. + +