Re: Bandwidth Allocations under CFQ I/O Scheduler
- From: Jens Axboe <jens.axboe@xxxxxxxxxx>
- Date: Tue, 17 Oct 2006 15:23:13 +0200
On Tue, Oct 17 2006, Arjan van de Ven wrote:
On Mon, 2006-10-16 at 16:46 -0400, Phetteplace, Thad (GE Healthcare,
consultant) wrote:
The I/O priority levels available under the CFQ scheduler are
nice (no pun in intended), but I remember some talk back when
they first went in that future versions might include bandwidth
allocations in addition to the 'niceness' style. Is anyone out
there working on that? If not, I'm willing to hack up a proof
of concept... I just wan't to make sure I'm not reinventing
the wheel.
Hi,
it's a nice idea in theory. However... since IO bandwidth for seeks is
about 1% to 3% of that of sequential IO (on disks at least), which
bandwidth do you want to allocate? "worst case" you need to use the
all-seeks bandwidth, but that's so far away from "best case" that it may
well not be relevant in practice. Yet there are real world cases where
for a period of time you approach worst case behavior ;(
Bandwidth reservation would have to be confined to special cases, you
obviously cannot do it "in general" for the reasons Arjan lists above.
So you absolutely have to limit any meta data io that would cause seeks,
and the file in question would have to be laid out in a closely
sequential fashion. As long as the access pattern generated by the app
asking for reservation is largely sequential, the kernel can do whatever
it needs to help you maintain the required bandwidth.
On a per-file basis the bandwidth reservation should be doable, to the
extent that generic hardware allows.
--
Jens Axboe
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: Bandwidth Allocations under CFQ I/O Scheduler
- From: Jakob Oestergaard
- RE: Bandwidth Allocations under CFQ I/O Scheduler
- From: Phetteplace, Thad \(GE Healthcare, consultant\)
- Re: Bandwidth Allocations under CFQ I/O Scheduler
- From: Ric Wheeler
- Re: Bandwidth Allocations under CFQ I/O Scheduler
- References:
- Bandwidth Allocations under CFQ I/O Scheduler
- From: Phetteplace, Thad \(GE Healthcare, consultant\)
- Re: Bandwidth Allocations under CFQ I/O Scheduler
- From: Arjan van de Ven
- Bandwidth Allocations under CFQ I/O Scheduler
- Prev by Date: Re: [take19 1/4] kevent: Core files.
- Next by Date: Re: copy_from_user / copy_to_user with no swap space
- Previous by thread: Re: Bandwidth Allocations under CFQ I/O Scheduler
- Next by thread: Re: Bandwidth Allocations under CFQ I/O Scheduler
- Index(es):
Relevant Pages
|