From: Uwaysi Bin Kareem <uwaysi.bin.kareem@paradoxuncreated.com>
To: linux-kernel@vger.kernel.org
Subject: Re: The 10ms averager in fair.c
Date: Fri, 05 Oct 2012 21:54:22 +0200 [thread overview]
Message-ID: <op.wlp1kwg76426ze@localhost.localdomain> (raw)
In-Reply-To: <1349146202.7086.23.camel@marge.simpson.net>
Ok I have gained a bit more information on this now. Apparently, the
filter is there, for HPC loads to exclude scheduler activity itself from
the scheduler?
Filtering all the processes for this, seems completely unessecary though.
Depending on what resolution these filters run at, you have 50 filters
running at resolution X, only to do that, with 50 processes. Why not just
replace that with a simple, on off, say cpu usage = 0 for the first 1 ms.
Scheduler activity probably doesn`t last longer than that, atleast with
preempt on. And with a filter you will have 10ms activity indication after
the last input. That should just be truncated, and after 1ms things should
just work on peak values. (not average).
From thinking about how this filter would improve anything, that seems
like the better way to do anything like that.
Peace Be With You.
next prev parent reply other threads:[~2012-10-05 19:54 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-30 11:44 Uwaysi Bin Kareem
2012-09-30 19:18 ` Uwaysi Bin Kareem
[not found] ` <1349064397.6957.26.camel@marge.simpson.net>
2012-10-01 13:24 ` Uwaysi Bin Kareem
[not found] ` <1349146202.7086.23.camel@marge.simpson.net>
2012-10-02 7:04 ` Uwaysi Bin Kareem
2012-10-02 17:25 ` The 10ms averager in fair.c + granularity Uwaysi Bin Kareem
2012-10-03 15:14 ` Uwaysi Bin Kareem
2012-10-04 12:20 ` el es
2012-10-03 20:26 ` Doom 3 perfect on linux Uwaysi Bin Kareem
2012-10-04 10:23 ` RME Fireface UCX in Classcompliant USB-mode, is not working? Uwaysi Bin Kareem
2012-10-05 19:54 ` Uwaysi Bin Kareem [this message]
2012-10-02 6:56 ` The 10ms averager in fair.c Uwaysi Bin Kareem
[not found] ` <1349169555.7086.48.camel@marge.simpson.net>
2012-10-02 8:07 ` Uwaysi Bin Kareem
[not found] ` <1349176973.7086.96.camel@marge.simpson.net>
2012-10-02 9:28 ` Uwaysi Bin Kareem
2012-09-30 12:16 Uwaysi Bin Kareem
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=op.wlp1kwg76426ze@localhost.localdomain \
--to=uwaysi.bin.kareem@paradoxuncreated.com \
--cc=linux-kernel@vger.kernel.org \
/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
Powered by JetHome