RE: [Lse-tech] [patch] sched-domain cleanups, sched-2.6.5-rc2-mm2-A3

From: Nakajima, Jun
Date: Tue Mar 30 2004 - 16:44:52 EST


The problem we observed was that the performance was lower with a large
number of threads (># of CPUs, such as 2x) with SPECjbb. With fewer
threads, the sched-domain scheduler performed slightly better. What we
found was that the sched-domain changes balance_interval (between
min_interaval and max_interval) reflecting success/failure of load
balancing, whereas the base scheduler does not. That value determines
how often we do inter and intra node baloancing, and we see the same
performance if we use the same hard code value as the base scheduler
does.

Nick,
That algorithm sounds reasonable to me, but how did you pick up
min_interval and max_interval, especially for NUMA?

Jun

>-----Original Message-----
>From: lse-tech-admin@xxxxxxxxxxxxxxxxxxxxx [mailto:lse-tech-
>admin@xxxxxxxxxxxxxxxxxxxxx] On Behalf Of Nakajima, Jun
>Sent: Thursday, March 25, 2004 7:15 AM
>To: Andi Kleen; Ingo Molnar
>Cc: piggin@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
akpm@xxxxxxxx;
>kernel@xxxxxxxxxxx; rusty@xxxxxxxxxxxxxxx; ricklind@xxxxxxxxxx;
>anton@xxxxxxxxx; lse-tech@xxxxxxxxxxxxxxxxxxxxx; mbligh@xxxxxxxxxxx
>Subject: RE: [Lse-tech] [patch] sched-domain cleanups,
sched-2.6.5-rc2-mm2-
>A3
>
>We have found some performance regressions (e.g. SPECjbb) with the
>scheduler on a large IA-64 NUMA machine, and we are debugging it. On
SMP
>machines, we haven't seen performance regressions.
>
>Jun
>
>>-----Original Message-----
>>From: Andi Kleen [mailto:ak@xxxxxxx]
>>Sent: Wednesday, March 24, 2004 8:56 PM
>>To: Ingo Molnar
>>Cc: piggin@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
>akpm@xxxxxxxx;
>>kernel@xxxxxxxxxxx; rusty@xxxxxxxxxxxxxxx; Nakajima, Jun;
>>ricklind@xxxxxxxxxx; anton@xxxxxxxxx; lse-tech@xxxxxxxxxxxxxxxxxxxxx;
>>mbligh@xxxxxxxxxxx
>>Subject: Re: [Lse-tech] [patch] sched-domain cleanups,
>sched-2.6.5-rc2-mm2-
>>A3
>>
>>On Thu, 25 Mar 2004 09:28:09 +0100
>>Ingo Molnar <mingo@xxxxxxx> wrote:
>>
>>> i've reviewed the sched-domains balancing patches for upstream
>inclusion
>>> and they look mostly fine.
>>
>>The main problem it has is that it performs quite badly on Opteron
NUMA
>>e.g. in the OpenMP STREAM test (much worse than the normal scheduler)
>>
>>-Andi
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by: IBM Linux Tutorials
>Free Linux tutorial presented by Daniel Robbins, President and CEO of
>GenToo technologies. Learn everything from fundamentals to system
>administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=ick
>_______________________________________________
>Lse-tech mailing list
>Lse-tech@xxxxxxxxxxxxxxxxxxxxx
>https://lists.sourceforge.net/lists/listinfo/lse-tech
-
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/