Andy Sparrow wrote:
> But these stats don't seem to be collected for at least some network card
> drivers, presumably because those drivers aren't collecting those stats, e.g.
> they don't #include <net/if_mib.h>, and thus don't allocate a mib structure or
> increment any counters in that structure.
> 
> I can confirm that it definately doesn't work for the 'wi' and 'lo' drivers...
> 
> However, it definately seems to work for the xl driver...

Benchmark the driver.

If it's fast, it doesn't collect the statistics.

Just like "WITNESS": if your machine is fast, "WITNESS" is disabled.

8-).

Bascially, most of these statistics are "manager fluff" (as opposed
to "seat cushion fluuf" or "pocket fluff").

What you want is statistics that are managed universally; see
"netstat -ibdt" for the usefult statistics kept per interface.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to