Ubuntu – Monitor your Boot Sequence with Bootchart

Last update on October 16, 2009 11:42 AM by aakai1056
Published by netty5

Ubuntu – Monitor your Boot Sequence with Bootchart




About Bootchart




Bootchart is a tool used to analyse your system performance in linux boot process. It process all the required information accumulated during the boot process (CPU usage and disk usage) which will then display as PNG, SVG, EPS encoded chart.
First of all you will have to Install Bootchart on Ubuntu.

Installation


To active or install Bootchart you will have to open command console
  • Type in this code:

sudo aptitude install bootchart
  • Reboot your PC


When you restart your computer Bootchart will create a graphical illustration in .png format.

Disabling and Enabling Bootchart


To disable Bootchart just use these code:

cd /etc/init.d
sudo update-rc.d -f stop-bootchart remove
 Removing any system startup links for /etc/init.d/stop-bootchart ...
   /etc/rc2.d/S99stop-bootchart
   /etc/rc3.d/S99stop-bootchart
   /etc/rc4.d/S99stop-bootchart
   /etc/rc5.d/S99stop-bootchart


And to re-enable just use these codes:

cd /etc/init.d
sudo update-rc.d stop-bootchart start 99 2 3 4 5 .
 Adding system startup for /etc/init.d/stop-bootchart ...
   /etc/rc2.d/S99stop-bootchart -> ../init.d/stop-bootchart
   /etc/rc3.d/S99stop-bootchart -> ../init.d/stop-bootchart
   /etc/rc4.d/S99stop-bootchart -> ../init.d/stop-bootchart
   /etc/rc5.d/S99stop-bootchart -> ../init.d/stop-bootchart
Best answers for « Ubuntu – Monitor your Boot Sequence with Bootchart » in :
Ubuntu – Manage your Boot Sequence with Bootchart Show Ubuntu – Manage your Boot Sequence with Bootchart About Bootchart Installation Disabling and Enabling Bootchart About Bootchart Bootchart is a tool used to analyse your system performance in linux boot process. It process all the...
Modifying boot sequence Show Changing Boot Device Introduction Choosing the boot sequence: Hard disk: CD/DVD Floppy drive Network Conclusion Introduction When starting from a new system or in the case that your system is failing and that you need do startup...
Dual Boot Ubuntu/Vista GRUB Error 21 ShowDual Boot Ubuntu/Vista GRUB Error 21 Issue Solution Issue In the case that you are prompted with a GRUB error 21 on a Vista and Ubuntu dual booted PC, then it may be due to the fact that Linux mbr can't be found. Solution Use the...
Resetting a sequence ShowResetting a sequence To reset a sequence SEQ created through the command: CREATE SEQUENCE seq; Search for its current value via the command: SEQ.CURRVAL SELECT FROM DUAL; Then change the sequence by adding the option by adding...
Removing or renaming entries from GRUB menu ShowRemoving or renaming entries from GRUB menu What are entries Renaming/deleting entries GRUB boot manager,may contain unnecessary boot sequence.Here's is a small tip on how removing them. What are entries These are the lines of...
Download IP Traffic Monitor ShowIP Traffic Monitor monitors all network connections on the computer where it is installed. The program shows you detailed information, such as the remote IP address, host name if available, details of inbound and outbound traffic. Advantage It...
Operating Systems - Installing MS-DOS ShowInstalling MS-DOS When installing MS-DOS, make sure that in the BIOS the the boot disk is set to A: first, then the hard drive (boot sequence: A:, C:) Then insert disk 1 in the A: drive, power up the computer, then follow the on-screen...
Computer screen or monitor ShowIntroduction to computer monitors A monitor (or screen) is a computer display unit. There are generally said to be two families of monitors: Cathode-ray tube monitors (or CRT for short), which are used with most desktop computers. They are...
Book disk ShowSystem disk A system disk, also sometimes called a boot disk, is a disk that will allow you to start a computer when the operating system no longer responds, as the result of a virus for example. This disk contains special information that makes it...