Measure Your System Boot Performance With Bootchart
Posted By Chinmoy Kanjilal On August 9, 2009 @ 9:30 am In Open Source Software | No Comments
The boot up process on Linux can get pretty messed up sometimes due to a slow driver-load, a driver search, a slow process startup etc. Bootchart is a simple application for Linux which lets you check your boot up performance. It aggregates the resource utilization and information of various processes using a script running in the boot up and creates an image through a java application after bootup.

Bootchart
This result can be checked for possible optimizations and analyzing processes.
To install Bootchart, just run the command :
sudo apt-get install bootchart
The result gives detailed information on process CPU utilization. It is seen that Laptops lack a floppy drive but the floppy-drive driver load takes four seconds on some systems. In Ubuntu, cupsys, the print utility takes a long time to load and creates a hog during boot up. For installation of the software and more such results, visit the project homepage at : Bootchart Homepage [1]
Article printed from Techie Buzz: http://techie-buzz.com
URL to article: http://techie-buzz.com/foss/measure-your-system-boot-performance-with-bootchart.html
URLs in this post:
[1] Bootchart Homepage: http://www.bootchart.org/index.html
Click here to print.
Copyright © 2006-20011 Techie Buzz. All rights reserved.