ethtool: add example to show all features (#7590)

feature/windows-fix-syntax-2
Muhammad Falak R Wani 2022-01-01 05:59:32 +05:30 committed by GitHub
parent bdaada4681
commit ef8fb57839
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
`ethtool --driver {{eth0}}`
- Display all supported features for an interface:
`ethtool --show-features {{eth0}}`
- Display the network usage statistics for an interface:
`ethtool --statistics {{eth0}}`