NIC Speeds
To find NIC speeds the following command will provide the answer:
for n in `seq 0 15`; do echo -n “eth${n}:”; ethtool eth${n}|grep Speed; done
You can also look in /proc/net/bonding/bondx
===
netstat -an 1 | find “10.217.107.”
===
Â
Discussion ¬