Files
infix/doc/eth-counters.md
Joachim Wiberg c574f23210 doc: reformat eth-counters.md to a proper markdown table
This will be easier to typset also in the PDF generated version.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2025-07-30 14:58:04 +02:00

2.8 KiB

RMON Counters

This document show the mapping between YANG and Linux / Ethtool counters.

YANG Linux / Ethtool
in-total-octets FramesReceivedOK, FrameCheckSequenceErrors, FramesLostDueToIntMACRcvError, AlignmentErrors, etherStatsOversizePkts, etherStatsJabbers
in-frames FramesReceivedOK
in-multicast-frames MulticastFramesReceivedOK
in-broadcast-frames BroadcastFramesReceivedOK
in-error-fcs-frames FrameCheckSequenceErrors
in-error-undersize-frames undersize_pkts
in-error-oversize-frames etherStatsJabbers, etherStatsOversizePkts
in-error-mac-internal-frames FramesLostDueToIntMACRcvError
out-frames FramesTransmittedOK
out-multicast-frames MulticastFramesXmittedOK
out-broadcast-frames BroadcastFramesXmittedOK
infix-eth:out-good-octets OctetsTransmittedOK
infix-eth:in-good-octets OctetsReceivedOK