Skip to content

Instantly share code, notes, and snippets.

@jshen28
Last active December 13, 2018 06:07
Show Gist options
  • Save jshen28/1570efb4edbe3fd4d1b745c012264923 to your computer and use it in GitHub Desktop.
Save jshen28/1570efb4edbe3fd4d1b745c012264923 to your computer and use it in GitHub Desktop.

ETHTOOL CHEATSHEET

To get a full list of available options, use man ethtool.

SHOW NIC INFO/DRIVER

ethtool -i ${NIC}

GET FEATURES

ethtool -k ${NIC}

GET QUEUE RING INFO

ethtool -g ${NIC}

GET STATISTICS (IF ENABLED)

ethtool -S ${NIC}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment