Bootchart is a tool for performance analysis and visualization of the GNU/Linux boot process http://www.bootchart.org/
Go to file
2024-01-05 20:53:57 +01:00
bootchart_pl update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00
bootchart-0.9-nojavafunctions.patch update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00
bootchart-0.9-svg_path.patch update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00
bootchart-grub2 update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00
bootchart.sh update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00
bootchart.spec update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00
kbootchart update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00
kbootchart.png update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00
README.md update to 1.20 [release 1.20-1mamba;Sat Dec 01 2012] 2024-01-05 20:53:57 +01:00

bootchart

Bootchart is a tool for performance analysis and visualization of the GNU/Linux boot process. Resource utilization and process information are collected during the boot process and are later rendered in a PNG, SVG or EPS encoded chart. Bootchart provides a shell script to be run by the kernel in the init phase. The script will run in background and collect process information, CPU statistics and disk usage statistics from the /proc file system. The performance data are stored in memory and are written to disk once the boot process completes. The boot log file is later processed using a Java application (or the web form) which builds the process tree and renders a performance chart in different formats: SVG e EPS. The chart can then be analyzed to examine process dependency and overall resource utilization.