免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1476 | 回复: 0
打印 上一主题 下一主题

利用 bootchart 來分析 Linux 系统的启动过程 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-07-08 15:36 |只看该作者 |倒序浏览

                                                               
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.
在 Debian 中,只要 aptitude install bootchart 即可。之后要去修改
/boot/grub/menu.list,在 kernel 的后面加上 init=/sbin/bootchartd,如:
        
title        Debian GNU/Linux, kernel 2.6.24-1-486
root        (hd0,6)
kernel        /boot/vmlinuz-2.6.24-1-486  ro quiet vga=791                   init=/sbin/bootchartd
initrd        /boot/initrd.img-2.6.24-1-486
改好之后重开机,bootchartd 就回去搜集启动过程的数据。接著:
user@debian:~$ bootchart
Parsing /var/log/bootchart.tgz
Wrote image: ./bootchart.svgz若是用 lenny 里面的版本 (bootchart 0.9-4 -> 0.10~svn405-2)。可以直接:$ bootchart -f png产生最后的 bootchart.png。
就可以在目前目录找到一个 bootchart.svgz 档,这是一个 gzip 压缩过的文件,把它改名成 bootchart.svg.gz,然后 gzip -d bootchart.svg.gz,就可以得到 bootchart.svg 档。
再透过
Online SVG to PNG/JPEG/TIFF conversion
这个网站的帮助,就可以帮我们转为
png 档。
从图中可以看到一些系统的信息、开机总共用去的时间,以及启动了哪些 process。
PS:我的系统启动的过程如下:

               
               
               
               
               
               
               
               
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/7270/showart_1075962.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP