Re: Measuring tools - top and interrupts

From: Danial Thom
Date: Fri Jun 23 2006 - 16:40:59 EST


> Network traffic is usually IO bound, not CPU
> bound. The load figures
> top shows tell something about the amount of
> work the CPU has to do,
> not about how busy your PCI bus (or whatever
> bus the NIC lives on) is.
>
> IIRC the networking layer in 2.6 differs quite
> a lot from 2.4, so the
> load average figures can be quite misleading.
>

For the record, *most* of the work are I/O calls
(ie reading and writing registers), which are not
in the "background". I/O calls become more and
more expensive as the bus becomes saturated as it
takes longer to get the bus to do the operation.

DT

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/