| Author |
Message |
OverlordQ
Joined: 04 Jun 2004
Posts: 200
|
| Posted: Tue Dec 25, 2007 8:49 pm Post subject: Bootchart Support |
|
|
| Bootchart |
|
| Back to top |
|
mikegrb
Joined: 16 Oct 2003
Posts: 266
Location: Dr Wierd's Lab, South Jersey Shore
|
| Posted: Fri Dec 28, 2007 9:20 am Post subject: |
|
|
Kernel 2.6.23.12-linode37 includes BSD process accounting, latest 2.6 doesn't point to it yet so you will need to manually select this kernel.
Then simply rename /sbin/init to /sbin/init-real and /sbin/bootchartd
to /sbin/init. Line 223 of bootchartd would then change from:
Code: init="/sbin/init" to:
Code: init="/sbin/init-real"
Also make sure to install the GNU accounting utilities and turn on the process accounting option on line 19 of bootchartd.conf. |
|
| Back to top |
|
OverlordQ
Joined: 04 Jun 2004
Posts: 200
|
| Posted: Sat Dec 29, 2007 11:34 am Post subject: |
|
|
What if I'm on the Xen machine? These kernels setup for it?
Edit: Didn't seem to work, got no logfile :-/
Edit2: Had to do more file and script munging, still can't get it to stop after bootup is completed, so probably can't get a too accurate graph going this route.
Oh well, not that important. |
|
| Back to top |
|
| |