On Mon, 11 Dec 2000, Steven Cole wrote:

> Building kernels is something we do so frequently and this test
> is so easy to reproduce is why I performed it in the first
> place.  I think it may be as good a test of real performance as
> some of the more formal benchmarks. Comments anyone?

Just one comment.  You cannot use a kernel build to measure
other things than those subsystems which the kernel build
excercises.

Things you could measure with a kernel build:  scheduling (L2
cache efficiency), fork, readahead, cpu speed, framebuffer
speed (in the make dep phase) and maybe hard disk speed.

Things you cannot measure with a kernel build: networking,
swapping (unless you do a very big parallel build, and even
then it's questionable), raw IO speed (the kernel build is
latency sensitive, but doesn't need much throughput), ...

regards,

Rik
--
Hollywood goes for world dumbination,
        Trailer at 11.

                http://www.surriel.com/
http://www.conectiva.com/       http://distro.conectiva.com.br/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to