Re: io scheduler silly question perhaps..

2005-07-29 Thread Nate Diller
On 7/29/05, Jens Axboe <[EMAIL PROTECTED]> wrote: > On Thu, Jul 28 2005, Nate Diller wrote: > > Try benchmarking Anticipatory or Deadline against Noop, preferably > > with your actual workload. Noop is probably what you want, since > > there is not much use in avoiding large "seeks". It could be

Re: io scheduler silly question perhaps..

2005-07-29 Thread Jens Axboe
On Thu, Jul 28 2005, Nate Diller wrote: > Try benchmarking Anticipatory or Deadline against Noop, preferably > with your actual workload. Noop is probably what you want, since > there is not much use in avoiding large "seeks". It could be though > that request merging, which the non-noop schedule

Re: io scheduler silly question perhaps..

2005-07-28 Thread Nate Diller
Try benchmarking Anticipatory or Deadline against Noop, preferably with your actual workload. Noop is probably what you want, since there is not much use in avoiding large "seeks". It could be though that request merging, which the non-noop schedulers all perform, willl cause Noop to lose. I hav