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:
Post a Comment