Gentoo Archives: gentoo-user

From: forgottenwizard <phrexianreaper@××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Kernel schedulers
Date: Sun, 16 Dec 2007 21:45:14
Message-Id: 20071216213103.GA23160@localhost
In Reply to: Re: [gentoo-user] Kernel schedulers by Mick
1 On 18:36 Sun 16 Dec , Mick wrote:
2 > On Saturday 15 December 2007, forgottenwizard wrote:
3 > > On 15:27 Thu 13 Dec , Jason Carson wrote:
4 > > > Greetings,
5 > > >
6 > > > Where in the kernel config (make menuconfig) do I find the choice for
7 > > > schedulers. The one I am currently using is "Anticipatory". What is the
8 > > > newest and latest scheduler for 2.6.23?
9 > > >
10 > > > Regards,
11 > > >
12 > > > Jason Carson
13 > > >
14 > > > --
15 > > > gentoo-user@g.o mailing list
16 > >
17 > > Like someone else mentioned, you can switch the sched on the fly, and
18 > > quite easily. From what I have seen myself:
19 > >
20 > > Anticipatory seems to be, at times, faster than deadline, but not by
21 > > much. It tries to predict what will be needed next, where as deadline
22 > > makes reads/writes based on which will be the fastest (recomended for
23 > > databases and such iirc).
24 > >
25 > > In my experiance, CFQ has always been the slowest. It gives everything
26 > > even time, and seems to cause alot more head movement than the other
27 > > two, which is a pain.
28 > >
29 > > Best bet is to compile them all in, and switch them out to see what
30 > > works best. For me that seems to be deadline (btw, I am running a
31 > > desktop), but testing would be the best thing.
32 >
33 > Is testing a matter of how 'it feels' to use the desktop type-of-thing, or is
34 > it a matter of trying to start/run multiple apps against a stop-watch?
35 >
36 > I have used anticipatory and CFQ on my laptop and I am not sure that I can
37 > tell the difference . . .
38 > --
39 > Regards,
40 > Mick
41
42 I go by how things feel. I know about how long most programs take to
43 start up, and how everything feels.
44
45 Of course, you can also figure into all this I have mpd running, fetchmail
46 running every few minutes, plus other various programs running that are
47 going to take up more disk I/O than what might be expected from a
48 laptop.
49
50 >From what I've been able to tell, deadline has always worked best for
51 me, since not many of the reads I have take very long to start off with
52 (outside of the occasional movie).
53
54 Course, there is also how much you have loaded into RAM and cache that
55 would affect all this (which I bet you have more RAM than I do), so...
56
57 --
58 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Kernel schedulers Mick <michaelkintzios@×××××.com>