mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This patch adds the framework for reading ethtool statistics and inserting it into the operational datastore. The ethtool data we rely on is "group data" such as "eth-mac" or "rmon". This data can be displayed using: ethtool --json -S e0 --all-groups The "group data" is still missing for most common drivers, so testing this will require a firmware which has support for it. Signed-off-by: Richard Alpe <richard@bit42.se>