Re: [PATCH] Recent VM fiasco - fixed

From: Linus Torvalds (torvalds@transmeta.com)
Date: Thu May 11 2000 - 00:10:13 EST


On 11 May 2000, Juan J. Quintela wrote:
>
> I have done my normal mmap002 test and this goes slower than
> ever, it takes something like 3m50 seconds to complete, (pre7-8 2m50,
> andrea classzone 2m8, and 2.2.15 1m55 for reference).

Note that the mmap002 test is avery bad performance test.

Why?

Because it's a classic "walk a large array in order" test, which means
that the worst possible order to page things out in is LRU.

So toreally speed up mmap002, the best approach is to try to be as non-LRU
as possible, which is obviously the wrong thing to do in real life. So in
that sense optimizing mmap002 is a _bad_ thing.

What I found interesting was how the non-waiting version seemed to have
the actual _disk_ throughput a lot higher. That's much harder to measure,
and I don't have good numbers for it, the best I can say is that it causes
my ncr SCSI controller to complain about too deep queueing depths, which
is a sure sign that we're driving the IO layer hard. Which is a good
thingwhen you measure how efficiently you page things in and out..

But don't look at wall-clock times for mmap002.

                Linus

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Mon May 15 2000 - 21:00:17 EST