On Sat, Apr 04 2009, Arjan van de Ven wrote: > On Sat, 4 Apr 2009 19:34:12 +0200 > Jens Axboe <jens.axboe@xxxxxxxxxx> wrote: > > > > Latency is more important than throughput. It's that simple. > > > > It's really not that simple, otherwise the schedulers would be much > > simpler. It's pretty easy to get good latency if you disregard any > > throughput concerns, > > I'd be very interested in a scheduler like that..... > How much work would it be to make it ? > > (if nothing else it would be a good number to have "should be within > 50% of the perfect one for the tradeoff") It'd be pretty close to the first version of CFQ. The easiest would be to add a cfq sysfs know that basically just switches a bunch of things off in CFQ. Never idle, always dispatch only a single request at the time, etc. At least for test purposes it would not be that hard. CFQ doesn't export all of the settings that allow to make this possible right now, otherwise it could just be done with a shell script. -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html