On Tue, Aug 12, 2008 at 08:32:52AM +1000, Andrew Snow wrote:
 > 
 > Are there any NIC hardware counters that FreeBSD could be taking 
 > advantage of or displaying?
 > 

It depends on device driver. Some drivers access hardware counters
maintained by MAC and can display these counters with sysctl(8).
In addition these counters are used to update statistics counters
in ifnet which can be checked with netstat(1).
For example, em(4), age(4), sf(4), bge(4), bce(4) provide sysctl
interface.

-- 
Regards,
Pyun YongHyeon
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to