Re: [RFC PATCH 0/4] sched: remove cpu_load decay.

From: Alex Shi
Date: Sun Nov 24 2013 - 00:30:10 EST


On 11/22/2013 08:13 PM, Daniel Lezcano wrote:
>
> Hi Alex,
>
> I tried on my Xeon server (2 x 4 cores) your patchset and got the
> following result:
>
> kernel a5d6e63323fe7799eb0e6 / + patchset
>
> hackbench -T -s 4096 -l 1000 -g 10 -f 40
> 27.604 38.556

Wondering if the following patch is helpful on your Xeon server?

Btw, you can run vmstat as background tool or use 'perf sched'
to get scheduler statistics change for this patchset.

The following are results of original kernel and all 5 patches
on pandaboard ES.

latest kernel 527d1511310a89 + this patchset
hackbench -T -g 10 -f 40
23.25" 20.79"
23.16" 20.4"
24.24" 20.29"
hackbench -p -g 10 -f 40
26.52" 21.2"
23.89" 24.07"
25.65" 20.30"
hackbench -P -g 10 -f 40
20.14" 19.53"
19.96" 20.37"
21.76" 20.39"

------