Re: Measuring tools - top and interrupts

From: Danial Thom
Date: Thu Jun 22 2006 - 12:56:45 EST




--- Erik Mouw <erik@xxxxxxxxxxxxxxxxxxxxx> wrote:

> On Thu, Jun 22, 2006 at 08:26:21AM -0700,
> Danial Thom wrote:
> > Running 2.6.17, it seems that top is
> reporting
> > 100% idle with a network load of about 75K
> pps
> > (bridged) , which seems unlikely. Is it
> possible
> > that system load accounting is turned off by
> some
> > tunning knob?
>
> 75K packets/s isn't too hard for modern NICs,
> especially when using
> NAPI.

Well thats just a ridiculous answer, so why
bother?

You polling guys just crack me up. There isn't
much less work to be done with polling. The only
reason you THINK its less work is because the
measuring tools don't work properly. You still
have to process the same number of packets when
you poll, and you have polls instead of
interrupts. Since you can control the # of
interrupts with most cards, there is zero
advantage to polling, and more negatives.

And 75K pps may not be "much", but its still at
least 10% of what the system can handle, so it
should measure around a 10% load. 2.4 measures
about 12% load. So the only conclusion is that
load accounting is broken in 2.6.

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/