bootchartd.conf(5)
NAME
bootchartd.conf - configuration file for bootchartd
SYNOPSIS
/etc/bootchartd.conf
DESCRIPTION
bootchartd.conf contains configuration options for the bootchartd logger. The available options:
- TMPFS_SIZE
- If the root file system is not writable at startup, bootchartd mounts a hidden temporary file system in /mnt to store its log files. This options controls the size of this file system. default: 32m
- SAMPLE_PERIOD
- Sampling period, in seconds. default: 0.2
- PROCESS_ACCOUNTING
- Whether to utilize BSD process accounting for a more accurate process tree. Note that the kernel needs to be configured to include CONFIG_BSD_PROCESS_ACCT_V3. accton(8) from the GNU accounting utilities is also required. default: no
- BOOTLOG_DEST
- Log file tarball destination. default: /var/log/bootchart.tgz
- AUTO_RENDER
- Whether to automatically generate the boot chart once the boot logger completes. The boot chart will be generated in AUTO_RENDER_DIR. default: no
- AUTO_RENDER_FORMAT
- Image format to use for the auto-generated boot chart (choose between png, svg and eps). default: png
- AUTO_RENDER_DIR
- Output directory for auto-generated boot charts. default: /var/log
SEE ALSO
AUTHOR
bootchart was written by Ziga Mahkovec <ziga.mahkovec@klika.si>.
- This manual page was written by Jörg Sommer <joerg@alea.gnuu.de>, for
the Debian project (but may be used by others).