My network driver provides kstat counters which appear to be read
every second by the SNMP MIB-II daemon. However I don't know how to
provide the MIB-II counts marked w/ "?" below. The other counters have
been identified by experimentation and info from man 1M: System Admin
Commands: mibiisa and man gld(7D) and "strings /usr/lib/snmp/mibiisa".
Also I don't know how to provide info for "netstat -i" field "Queue"
Do you have any advice? Thanks. Weimin Tchen
ifInOctets = rbytes (also for mcast & bcast)
ifInUcastPkts = ipackets
ifInNUcastPkts = brdcstrcv + multircv
ifInDiscards = ?
ifInErrors = ierrors
ifInUnknownProtos = ?
ifOutOctets = obytes (also for mcast & bcast)
ifOutUcastPkts = opackets
ifOutNUcastPkts = brdcstxmt + multixmt
ifOutDiscards = ?
ifOutErrors = collisions + ?
ifOutQLen = queue