Below ethtool command can be used for checking network interface speed/bandwidth in Gbits/sec on Linux hosts.
For e.g. if you want to bond5 network interface speed, your command looks as follows:
Below is sample output of above command showing the speed as 40 Gbits/sec.
All Linux Operating Systems
https://linuxhint.com/ethtool_commands_examples/
ethtool <interface> | grep Speed
For e.g. if you want to bond5 network interface speed, your command looks as follows:
# ethtool bond5 | grep Speed
Below is sample output of above command showing the speed as 40 Gbits/sec.
# ethtool bond5 | grep Speed
Speed: 40000Mb/s
Speed: 40000Mb/s
Products to which Article Applies
All Linux Operating SystemsAdditional References
https://linuxhint.com/ethtool_commands_examples/
tarun boyella
No comments:
Post a Comment