bootchart
bootchart copied to clipboard
merge of bootchart-collector and pybootchartgui
I was trying to run /sbin/e4rat-preload as init just after bootchartd So I used the kernel command line option bootchart_init=/sbin/e4rat-preload along side the other init=/sbin/bootchartd (...) But it seems the...
130d775e230636f2e15cd7f766bec7a84d6b2461 introduced reading the value of bootchart_init from an environment variable. Since this is a lot cleaner that looping on arguments i think we should investigate if the old code...
Micheal, pybootchargui reported this: Missing CONFIG_PROC_EVENTS: no parent for pid '1001' ('bootchartd') with ppid '0' Missing CONFIG_PROC_EVENTS: no parent for pid '1002' ('init') with ppid '0' Missing CONFIG_PROC_EVENTS: no parent...
I've observed that bootchartd is unable to dump logs about 10% of the time because the bootchart-collector process isn't available. It looks like the process that is supposed to be...
I think that auto generation of image file should be less talkative, especially that there are options in pybootchartgui that allow suppressing of sending unimportant messages to a terminal.
I saw bootchart has a diskIo throughput graph. Is it possible to show how many data read/write during bootup? This information will help to understand diskIo workload then optimize it....