参考: http://www.bootchart.org/docs.html
bootchart 分析从内核启动后,到用户登录前的启动过程
在/etc/apt/sources.list添加
deb http://ftp.de.debian.org/debian sid main
#aptitude update
#aptitude install bootchart
howto use:
http://www.bootchart.org/docs.html
下载安装工具:
ftp://ftp.gnu.org/pub/gnu/acct/acct-6.5.tar.gz
#tar -xf C.tar.gz
#cd acct-6.5
#./configure
#make
#make install
修改grub:
linux /boot/vmlinuz-3.5.3 root=UUID=1b364ea5-aab5-4b4e-9f96-57ded7cec016 init=/sbin/bootchartd ro quiet
重启机器:
#reboot
查看生成的记录文件:
#ls /var/log/bootchart.tgz
转化成图片:
#bootchart
查看结果图
#shotwell ./bootchart.png