On Tue, 26 Dec 2000, Felix von Leitner wrote:
> Thus spake Felix von Leitner ([EMAIL PROTECTED]):
> > Here is the result of my test program on the strip set:
> > # rb < /dev/md/0
> > 30.3 meg/sec
> > #
>
> One more detail: top says the CPU is 50% system when reading from either
> one of the disk or raid devices. That seems awfully high considering
> that the Promise controller claims to do UDMA.
>
> Any comments?
Your program reads in data at 30MB/second, on a memory bus
that most likely supports something like 60 to 100MB/second.
Part of this memory bandwidth is needed for the UDMA controller
to push the data to memory, probably between 30% and 50%.
Every time the UDMA controller has the memory bus for itself the
CPU will busy-wait on memory, which shows up as CPU busy time.
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/