Saturday, March 14, 2009

Kernel bootgraph

http://www.linuxhq.com/kernel/v2.6/28/scripts/bootgraph.pl

Kernel 2.6.28 add a perl script to generate the bootgraph, for kernel boot time analysis. To use this, you need to enable kernel config CONFIG_PRINTK_TIME, and boot with kernel option initcall_debug. After booting, using following command to generate bootgraph as stated in bootgraph.pl:

dmesg | perl scripts/bootgraph.pl > output.svg


No comments:

Related Posts Plugin for WordPress, Blogger...