* [PATCH]O18int
@ 2003-08-22 12:31 Con Kolivas
2003-08-22 13:41 ` [PATCH]O18int Wiktor Wodecki
2003-08-22 22:40 ` [PATCH]O18int Felipe Alfaro Solana
0 siblings, 2 replies; 11+ messages in thread
From: Con Kolivas @ 2003-08-22 12:31 UTC (permalink / raw)
To: linux kernel mailing list; +Cc: Andrew Morton
[-- Attachment #1: clearsigned data --]
[-- Type: Text/Plain, Size: 632 bytes --]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Here is a small patchlet.
It is possible tasks were getting more sleep_avg credit on requeuing than they
could burn off while running so I've removed the on runqueue bonus to
requeuing task.
Note this applies onto O16.3 or 2.6.0-test3-mm3 as O17 was dropped.
This patch is also available here along with a patch against 2.6.0-test3:
http://kernel.kolivas.org/2.5
Con
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/Rg0aZUg7+tp6mRURAhw+AJ9s3xwkNodB280E81VZnizvSRU0RQCghKT/
IN6uMO2E4heihDxjBE/JG7c=
=5G4+
-----END PGP SIGNATURE-----
[-- Attachment #2: patch-O16.3-O18int --]
[-- Type: text/x-diff, Size: 527 bytes --]
--- linux-2.6.0-test3-mm2-O16.3/kernel/sched.c 2003-08-18 21:02:15.000000000 +1000
+++ linux-2.6.0-test3-mm3/kernel/sched.c 2003-08-22 22:06:46.000000000 +1000
@@ -1418,12 +1418,6 @@ void scheduler_tick(int user_ticks, int
dequeue_task(p, rq->active);
set_tsk_need_resched(p);
- /*
- * Tasks with interactive credit get all their
- * time waiting on the run queue credited as sleep
- */
- if (HIGH_CREDIT(p))
- p->activated = 2;
p->prio = effective_prio(p);
enqueue_task(p, rq->active);
}
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH]O18int
2003-08-22 12:31 [PATCH]O18int Con Kolivas
@ 2003-08-22 13:41 ` Wiktor Wodecki
2003-08-22 13:51 ` [PATCH]O18int Con Kolivas
2003-08-22 17:53 ` [PATCH]O18int Mike Fedyk
2003-08-22 22:40 ` [PATCH]O18int Felipe Alfaro Solana
1 sibling, 2 replies; 11+ messages in thread
From: Wiktor Wodecki @ 2003-08-22 13:41 UTC (permalink / raw)
To: Con Kolivas; +Cc: linux kernel mailing list, Andrew Morton
[-- Attachment #1: Type: text/plain, Size: 2888 bytes --]
On Fri, Aug 22, 2003 at 10:31:20PM +1000, Con Kolivas wrote:
Content-Description: clearsigned data
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Here is a small patchlet.
>
> It is possible tasks were getting more sleep_avg credit on requeuing than they
> could burn off while running so I've removed the on runqueue bonus to
> requeuing task.
>
> Note this applies onto O16.3 or 2.6.0-test3-mm3 as O17 was dropped.
>
> This patch is also available here along with a patch against 2.6.0-test3:
> http://kernel.kolivas.org/2.5
>
> Con
this patch still makes my xmms skip on light io load (untar kernel
source, open lkml mailbox folder) while opening mozilla. Even after
mozilla is there xmms is still skipping. Processes take ages to spawn.
And no, I'm not in swap. A 'su -'is taking 10 seconds to procceed.
Same applies when rm -Rf'ing a kernel tree.
Here is some more data for the curious:
15:38:55 cpu %usr %sys %nice %idle pswch/s runq nrproc lavg1 lavg5 avg15 _cpu_
15:38:56 all 26 9 0 66 1730 3 115 11.58 7.87 3.44
15:38:57 all 8 4 0 88 1137 1 115 11.58 7.87 3.44
15:38:58 all 10 4 0 86 1204 1 115 11.58 7.87 3.44
15:38:59 all 6 5 0 89 1002 1 115 11.58 7.87 3.44
15:39:00 all 5 4 0 91 1219 1 115 11.58 7.87 3.44
15:39:01 all 9 4 0 87 1748 1 115 11.69 7.95 3.49
kakerlak:/home/wiktor# vmstat 1 100
procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu----
r b swpd free buff cache si so bi bo in cs us sy id wa
4 8 0 2520 12644 103924 0 0 2325 665 1358 1803 22 8 11 60
0 10 0 2348 12608 103988 0 0 2208 1390 1436 1672 17 6 0 77
0 13 0 2532 12556 103728 0 0 1548 1153 1292 1138 9 4 0 87
0 6 0 2588 12564 103700 0 0 1516 1861 2039 1593 9 4 0 87
0 11 0 2420 12560 103756 0 0 840 817 1267 1339 5 4 0 91
0 10 0 2036 12608 104012 0 0 1248 941 1330 1879 10 6 0 84
0 8 0 17820 12620 103160 0 0 28 744 1260 1609 12 2 0 86
0 7 0 7448 12708 113636 0 0 8264 593 1418 2451 56 14 0 30
2 7 0 2116 12840 118912 0 0 3232 830 1649 3050 20 11 0 70
0 15 0 2364 12832 118380 0 0 452 822 1397 577 4 3 0 93
0 9 0 2564 12840 118176 0 0 1352 1076 1303 812 12 3 0 85
0 12 0 2692 12844 118004 0 0 1924 1252 1553 1200 18 3 0 79
note the load of 11. I can even get it to 30 while doing 3 tar xf
bla.tar simultanously.
I'm going to fetch some fish in the next two weeks in poland, so I will
not be able to do any more testing from sunday on. Happy coding (while I
stick to O10 *g*)
--
Regards,
Wiktor Wodecki
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH]O18int
2003-08-22 13:41 ` [PATCH]O18int Wiktor Wodecki
@ 2003-08-22 13:51 ` Con Kolivas
2003-08-22 14:56 ` [PATCH]O18int Wiktor Wodecki
2003-08-22 17:53 ` [PATCH]O18int Mike Fedyk
1 sibling, 1 reply; 11+ messages in thread
From: Con Kolivas @ 2003-08-22 13:51 UTC (permalink / raw)
To: Wiktor Wodecki; +Cc: linux kernel mailing list
On Friday 22 August 2003 23:41, Wiktor Wodecki wrote:
> On Fri, Aug 22, 2003 at 10:31:20PM +1000, Con Kolivas wrote:
> Content-Description: clearsigned data
>
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Here is a small patchlet.
> >
> > It is possible tasks were getting more sleep_avg credit on requeuing than
> > they could burn off while running so I've removed the on runqueue bonus
> > to requeuing task.
> >
> > Note this applies onto O16.3 or 2.6.0-test3-mm3 as O17 was dropped.
> >
> > This patch is also available here along with a patch against 2.6.0-test3:
> > http://kernel.kolivas.org/2.5
> >
> > Con
>
> this patch still makes my xmms skip on light io load (untar kernel
> source, open lkml mailbox folder) while opening mozilla. Even after
> mozilla is there xmms is still skipping. Processes take ages to spawn.
> And no, I'm not in swap. A 'su -'is taking 10 seconds to procceed.
> Same applies when rm -Rf'ing a kernel tree.
> Here is some more data for the curious:
> note the load of 11. I can even get it to 30 while doing 3 tar xf
> bla.tar simultanously.
Complete mystery.
>
> I'm going to fetch some fish in the next two weeks in poland, so I will
> not be able to do any more testing from sunday on. Happy coding (while I
> stick to O10 *g*)
Thanks for comments. ]
There it is again; the reference to darn O10. Hrm. One question before your
holiday; your O10 kernel is it the same kernel tree or a different/newere
one? I'm looking to blame something else here I know but I need to know; this
just doesn't hold with any testing here.
Con
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH]O18int
2003-08-22 13:51 ` [PATCH]O18int Con Kolivas
@ 2003-08-22 14:56 ` Wiktor Wodecki
[not found] ` <200308230103.19724.kernel@kolivas.org>
0 siblings, 1 reply; 11+ messages in thread
From: Wiktor Wodecki @ 2003-08-22 14:56 UTC (permalink / raw)
To: Con Kolivas; +Cc: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1907 bytes --]
On Fri, Aug 22, 2003 at 11:51:16PM +1000, Con Kolivas wrote:
> On Friday 22 August 2003 23:41, Wiktor Wodecki wrote:
> > On Fri, Aug 22, 2003 at 10:31:20PM +1000, Con Kolivas wrote:
> > Content-Description: clearsigned data
> >
> > > -----BEGIN PGP SIGNED MESSAGE-----
> > > Hash: SHA1
> > >
> > > Here is a small patchlet.
> > >
> > > It is possible tasks were getting more sleep_avg credit on requeuing than
> > > they could burn off while running so I've removed the on runqueue bonus
> > > to requeuing task.
> > >
> > > Note this applies onto O16.3 or 2.6.0-test3-mm3 as O17 was dropped.
> > >
> > > This patch is also available here along with a patch against 2.6.0-test3:
> > > http://kernel.kolivas.org/2.5
> > >
> > > Con
> >
> > this patch still makes my xmms skip on light io load (untar kernel
> > source, open lkml mailbox folder) while opening mozilla. Even after
> > mozilla is there xmms is still skipping. Processes take ages to spawn.
> > And no, I'm not in swap. A 'su -'is taking 10 seconds to procceed.
> > Same applies when rm -Rf'ing a kernel tree.
> > Here is some more data for the curious:
>
> > note the load of 11. I can even get it to 30 while doing 3 tar xf
> > bla.tar simultanously.
>
> Complete mystery.
> >
> > I'm going to fetch some fish in the next two weeks in poland, so I will
> > not be able to do any more testing from sunday on. Happy coding (while I
> > stick to O10 *g*)
>
> Thanks for comments. ]
>
> There it is again; the reference to darn O10. Hrm. One question before your
> holiday; your O10 kernel is it the same kernel tree or a different/newere
> one? I'm looking to blame something else here I know but I need to know; this
> just doesn't hold with any testing here.
well, I run O10 on top of test2, since I didn't need any patches from
test3 I didn't rediff it.
--
Regards,
Wiktor Wodecki
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH]O18int
2003-08-22 13:41 ` [PATCH]O18int Wiktor Wodecki
2003-08-22 13:51 ` [PATCH]O18int Con Kolivas
@ 2003-08-22 17:53 ` Mike Fedyk
[not found] ` <200308222335.50318.insecure@mail.od.ua>
1 sibling, 1 reply; 11+ messages in thread
From: Mike Fedyk @ 2003-08-22 17:53 UTC (permalink / raw)
To: Wiktor Wodecki; +Cc: Con Kolivas, linux kernel mailing list, Andrew Morton
On Fri, Aug 22, 2003 at 03:41:37PM +0200, Wiktor Wodecki wrote:
> 15:38:55 cpu %usr %sys %nice %idle pswch/s runq nrproc lavg1 lavg5 avg15 _cpu_
> 15:38:56 all 26 9 0 66 1730 3 115 11.58 7.87 3.44
> 15:38:57 all 8 4 0 88 1137 1 115 11.58 7.87 3.44
> 15:38:58 all 10 4 0 86 1204 1 115 11.58 7.87 3.44
> 15:38:59 all 6 5 0 89 1002 1 115 11.58 7.87 3.44
> 15:39:00 all 5 4 0 91 1219 1 115 11.58 7.87 3.44
> 15:39:01 all 9 4 0 87 1748 1 115 11.69 7.95 3.49
What nice little utility is this from?
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH]O18int
2003-08-22 12:31 [PATCH]O18int Con Kolivas
2003-08-22 13:41 ` [PATCH]O18int Wiktor Wodecki
@ 2003-08-22 22:40 ` Felipe Alfaro Solana
2003-08-27 23:02 ` [PATCH]O18int Wes Janzen
1 sibling, 1 reply; 11+ messages in thread
From: Felipe Alfaro Solana @ 2003-08-22 22:40 UTC (permalink / raw)
To: Con Kolivas; +Cc: linux kernel mailing list
On Fri, 2003-08-22 at 14:31, Con Kolivas wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Here is a small patchlet.
>
> It is possible tasks were getting more sleep_avg credit on requeuing than they
> could burn off while running so I've removed the on runqueue bonus to
> requeuing task.
I have been using 2.6.0-test3-mm3 plus O18int for a whole day and I must
say that, for me, O18int is the best I've seen until date. I dare to say
I think it's even better than O10int.
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: [PATCH]O18int
2003-08-22 22:40 ` [PATCH]O18int Felipe Alfaro Solana
@ 2003-08-27 23:02 ` Wes Janzen
0 siblings, 0 replies; 11+ messages in thread
From: Wes Janzen @ 2003-08-27 23:02 UTC (permalink / raw)
To: Felipe Alfaro Solana; +Cc: Con Kolivas, linux kernel mailing list
Felipe Alfaro Solana wrote:
>I have been using 2.6.0-test3-mm3 plus O18int for a whole day and I must
>say that, for me, O18int is the best I've seen until date. I dare to say
>I think it's even better than O10int.
>
I'll second that, the priority inversion issues I was having with
2.6.0-test3-mm2 are completely gone! I haven't been able to get any
serious inversion issues to bring the system to its knees yet, but I'll
keep trying. The only difference is that I've disabled sound in order
to use the latest kernels, but I don't think that probably had anything
to do with the inversion problems I was running into.
And after using 2.6.0-test4 vanilla for a few hours I have a new
appreciation for the improvements that come with Con's patches...
-Wes-
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2003-08-27 22:59 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-22 12:31 [PATCH]O18int Con Kolivas
2003-08-22 13:41 ` [PATCH]O18int Wiktor Wodecki
2003-08-22 13:51 ` [PATCH]O18int Con Kolivas
2003-08-22 14:56 ` [PATCH]O18int Wiktor Wodecki
[not found] ` <200308230103.19724.kernel@kolivas.org>
2003-08-22 15:46 ` [PATCH]O18int Wiktor Wodecki
2003-08-22 15:54 ` [PATCH]O18int Con Kolivas
2003-08-22 17:53 ` [PATCH]O18int Mike Fedyk
[not found] ` <200308222335.50318.insecure@mail.od.ua>
2003-08-22 20:44 ` [PATCH]O18int Wiktor Wodecki
2003-08-22 21:04 ` [PATCH]O18int Mike Fedyk
2003-08-22 22:40 ` [PATCH]O18int Felipe Alfaro Solana
2003-08-27 23:02 ` [PATCH]O18int Wes Janzen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox