I will have results on the big machine in a couple days. On the
small machine, elvtune increases tiobench sequential reads by
30-50%, and lowers worst case latency a little.
More -aa at:
http://home.earthlink.net/~rwhron/kernel/aa.html
> And for the reason fork is faster in -aa that's partly thanks to the
> reschedule-child-first logic, that can be easily merged in mainline,
> it's just in 2.5.
Is that part of parent_timeslice patch? parent_timeslice helped
fork a little when I tried to isolating patches to find what
makes fork faster in -aa. It is more than one patch as far as
I can tell.
On uniprocessor the unixbench execl test, all -aa kernel's going back
at least to 2.4.15aa1 are about 20% faster than other trees, even those
like jam and akpm's splitted vm. Fork in -aa for more "real world"
test (autoconf build) is about 8-10% over other kernel trees.
On quad Xeon, with bigger L2 cache, autoconf (fork test) the difference
between mainline and -aa is smaller. The -aa based VMs in aa, jam, and
mainline have about 15% edge over rmap VM in ac and rmap. jam has a
slight advantage for autoconf build, possibly because of O(1) effect
which is more likely to show up since more processes execute
on the 4 way box.
More quad Xeon at:
http://home.earthlink.net/~rwhron/kernel/bigbox.html
-- Randy Hron- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/