sreadahead
Posted Aug 30, 2010 20:07 UTC (Mon) by
Jonno (subscriber, #49613)
In reply to:
sreadahead by giraffedata
Parent article:
LinuxCon: A tale of two bootcharts
The only advantage I know to reading stuff into cache ahead of time is that you can do it in optimal order.
The main advantage is to never have to do iowait but always have the data you need at hand. Eg doing 10 seconds of disk reads and 15 seconds of CPU time in 15 seconds rather than in 25 seconds.
(
Log in to post comments)