From: "S.Çağlar Onur" <caglar@pardus.org.tr>
To: Ingo Molnar <mingo@elte.hu>
Cc: linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
Con Kolivas <kernel@kolivas.org>, Nick Piggin <npiggin@suse.de>,
Mike Galbraith <efault@gmx.de>,
Arjan van de Ven <arjan@infradead.org>,
Peter Williams <pwil3058@bigpond.net.au>,
Thomas Gleixner <tglx@linutronix.de>, Willy Tarreau <w@1wt.eu>,
Gene Heskett <gene.heskett@gmail.com>, Mark Lord <lkml@rtr.ca>,
Zach Carter <linux@zachcarter.com>,
Kasper Sandberg <lkml@metanurb.dk>,
buddabrod <buddabrod@gmail.com>,
Srivatsa Vaddagiri <vatsa@in.ibm.com>
Subject: Re: [patch] CFS scheduler, -v7
Date: Sat, 28 Apr 2007 22:20:12 +0300 [thread overview]
Message-ID: <200704282220.17689.caglar@pardus.org.tr> (raw)
In-Reply-To: <20070428152539.GA21601@elte.hu>
[-- Attachment #1: Type: text/plain, Size: 2760 bytes --]
28 Nis 2007 Cts tarihinde, Ingo Molnar şunları yazmıştı:
> - feature removal: remove the X auto-renicing feature, CONFIG_BOOST_X.
This the the first time i use CFS with without X auto-renicing and i think its
not smooth as before :(
While compiling something (say alsa-drivers) with just "make" firefox starts
to scrolls slowly, kmail frezes time to time, applications are not responsive
as before in that load and also system is not as fast as before while system
idle. Also somehow boot takes longer;
v6;
Apr 28 16:40:41 (up 10.57) /sbin/mudur.py sysinit
Apr 28 13:40:49 (up 17.75) /sbin/mudur.py boot
Apr 28 13:41:00 (up 28.61) /sbin/mudur.py default
v7;
Apr 29 00:35:49 (up 10.61) /sbin/mudur.py sysinit
Apr 28 21:36:14 (up 33.77) /sbin/mudur.py boot
Apr 28 21:36:16 (up 36.21) /sbin/mudur.py default
And i while trying to understand what caused this (or trying to confirm X is
the problem), i realized Xorg is not the only reniced process in v6
[caglar@zangetsu][~]> diff -u top.v7 top.v6
...
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
...
2 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
3 root 39 19 0 0 0 S 0.0 0.0 0:00.00 ksoftirqd/0
- 4 root 15 -5 0 0 0 S 0.0 0.0 0:00.11 events/0
- 5 root 15 -5 0 0 0 S 0.0 0.0 0:00.01 khelper
- 6 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 kthread
- 26 root 15 -5 0 0 0 S 0.0 0.0 0:00.02 kblockd/0
- 27 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 kacpid
- 124 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 kseriod
- 137 root 15 -5 0 0 0 S 0.0 0.0 0:00.00 kapmd
+ 4 root 10 -10 0 0 0 S 0.0 0.0 0:00.01 events/0
+ 5 root 10 -10 0 0 0 S 0.0 0.0 0:00.01 khelper
+ 6 root 10 -10 0 0 0 S 0.0 0.0 0:00.00 kthread
+ 26 root 10 -10 0 0 0 S 0.0 0.0 0:00.03 kblockd/0
+ 27 root 10 -10 0 0 0 S 0.0 0.0 0:00.00 kacpid
+ 124 root 10 -10 0 0 0 S 0.0 0.0 0:00.00 kseriod
+ 137 root 10 -10 0 0 0 S 0.0 0.0 0:00.00 kapmd
...
Until now i didn't try to renice X manually to see if it changes anything in
v7 but i will (ırgh, i simply boot with v6).
> As usual, any sort of feedback, bugreport, fix and suggestion is more
> than welcome,
If you want some more output/info etc. please just say, i have both v6 and v7
available.
Cheers
--
S.Çağlar Onur <caglar@pardus.org.tr>
http://cekirdek.pardus.org.tr/~caglar/
Linux is like living in a teepee. No Windows, no Gates and an Apache in house!
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2007-04-28 19:21 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-28 15:25 [patch] CFS scheduler, -v7 Ingo Molnar
2007-04-28 19:20 ` S.Çağlar Onur [this message]
2007-04-28 19:24 ` Ingo Molnar
2007-04-28 23:42 ` S.Çağlar Onur
2007-04-29 7:11 ` Ingo Molnar
2007-04-29 12:37 ` S.Çağlar Onur
2007-04-29 15:58 ` Ingo Molnar
2007-04-29 22:29 ` Dennis Brendel
2007-04-30 14:38 ` S.Çağlar Onur
2007-04-28 19:27 ` S.Çağlar Onur
2007-04-29 17:28 ` Prakash Punnoor
2007-05-04 13:05 ` Prakash Punnoor
2007-04-30 16:29 ` Srivatsa Vaddagiri
2007-04-30 18:30 ` Balbir Singh
-- strict thread matches above, loose matches on Subject: below --
2007-04-30 5:20 Al Boldi
2007-05-03 7:45 ` Ingo Molnar
2007-05-03 8:07 ` Ingo Molnar
2007-05-03 11:16 ` Al Boldi
2007-05-03 12:36 ` Ingo Molnar
2007-05-03 13:49 ` Al Boldi
2007-05-03 8:42 ` Al Boldi
2007-05-03 15:02 ` Ting Yang
2007-05-03 15:17 ` Ingo Molnar
2007-05-03 16:00 ` Ting Yang
2007-05-03 19:48 ` Ingo Molnar
2007-05-03 19:57 ` William Lee Irwin III
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200704282220.17689.caglar@pardus.org.tr \
--to=caglar@pardus.org.tr \
--cc=akpm@linux-foundation.org \
--cc=arjan@infradead.org \
--cc=buddabrod@gmail.com \
--cc=efault@gmx.de \
--cc=gene.heskett@gmail.com \
--cc=kernel@kolivas.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@zachcarter.com \
--cc=lkml@metanurb.dk \
--cc=lkml@rtr.ca \
--cc=mingo@elte.hu \
--cc=npiggin@suse.de \
--cc=pwil3058@bigpond.net.au \
--cc=tglx@linutronix.de \
--cc=torvalds@linux-foundation.org \
--cc=vatsa@in.ibm.com \
--cc=w@1wt.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox