There are so many commands you can run to monitor Linux network interfaces.
1. # ip link show
2. # mii-tool <interface_name> for example # mii-tool eth0
3. # ifconfig -a
4. # ethtool <interface_name> for example # ethtool eth0
5. # dmesg | grep eth0
The above commands should help you monitor the network interfaces of any linux server. if i land on more commands, i will update the list.
No comments:
Post a Comment