Re: [RESEND][RFC] BFQ I/O Scheduler

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Fabio Checconi
Date: Thursday, April 17, 2008 - 2:14 am

> From: Pavel Machek <pavel@ucw.cz>


A process with such a low throughput would be marked as seeky from
the heuristics implemented in cfq/bfq.  Seeky processes are not
treated in the same way as sequential ones and they should not get
their full slice allocated, since they idle only for very short
periods.

BTW looking at the code they can get a full slice, if they always
reissue requests fast enough - within BFQ_MIN_TT - and this is
definitely an issue/error in the current implementation (and we
didn't notice it when converting the code from time-based to
service-based allocation :) ).

An easy solution (without changing the nature of bfq) would be
to use shorter slices for seeky queues, with the same mechanism
we already use for the async ones.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RESEND][RFC] BFQ I/O Scheduler, Fabio Checconi, (Tue Apr 1, 8:29 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Jens Axboe, (Tue Apr 15, 1:22 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Fabio Checconi, (Tue Apr 15, 2:11 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Jens Axboe, (Tue Apr 15, 5:42 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Fabio Checconi, (Tue Apr 15, 11:08 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Paolo Valente, (Tue Apr 15, 11:48 pm)
Re: [RESEND][RFC] BFQ I/O Scheduler, Pavel Machek, (Wed Apr 16, 11:44 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Paolo Valente, (Wed Apr 16, 11:14 pm)
Re: [RESEND][RFC] BFQ I/O Scheduler, Jens Axboe, (Thu Apr 17, 12:10 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Paolo Valente, (Thu Apr 17, 1:26 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Jens Axboe, (Thu Apr 17, 1:30 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Pavel Machek, (Thu Apr 17, 1:48 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Jens Axboe, (Thu Apr 17, 1:57 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Fabio Checconi, (Thu Apr 17, 2:14 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Paolo Valente, (Thu Apr 17, 2:24 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Jens Axboe, (Thu Apr 17, 2:27 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Aaron Carroll, (Thu Apr 17, 3:19 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Jens Axboe, (Thu Apr 17, 3:21 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Aaron Carroll, (Thu Apr 17, 3:24 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Fabio Checconi, (Thu Apr 17, 4:14 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Fabio Checconi, (Thu Apr 17, 4:30 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Aaron Carroll, (Thu Apr 17, 5:14 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Jens Axboe, (Thu Apr 17, 6:54 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Paolo Valente, (Thu Apr 17, 8:18 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Avi Kivity, (Thu Apr 17, 8:19 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Paolo Valente, (Thu Apr 17, 8:47 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Avi Kivity, (Thu Apr 17, 8:51 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Paolo Valente, (Thu Apr 17, 11:12 am)
Re: [RESEND][RFC] BFQ I/O Scheduler, Aaron Carroll, (Thu Apr 17, 4:44 pm)
Re: [RESEND][RFC] BFQ I/O Scheduler, Aaron Carroll, (Thu Apr 17, 6:26 pm)