[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
F9 parallel vs. serial bootscript
- From: "Optimization Kit" <optimizationkit gmail com>
- To: fedora-devel-list redhat com
- Cc: Bill Nottingham <notting redhat com>
- Subject: F9 parallel vs. serial bootscript
- Date: Mon, 31 Mar 2008 17:22:29 +0200
Hi,
I wrote a simple script
http://www.stardust.webpages.pl/files/fedora-upstart/bootscriptconv.py
It creates an upstart wrappers for classic Fedora scripts
Example
start on started rsyslog
start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5
stop on runlevel 0
stop on runlevel 1
stop on runlevel 6
console output
script
/etc/init.d/atd start
end script
pre-stop script
/etc/init.d/atd stop
end script
Comparison
71 seconds - default
http://www.stardust.webpages.pl/files/fedora-upstart/bootchart-serial.png
54 seconds after parallelization
http://www.stardust.webpages.pl/files/fedora-upstart/bootchart-parallel.png
TODO:
- A better dependency handling
Your comments and suggestions are welcome.
Regards,
Michal
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]