ethtool是用于查询及设置网卡参数的命令.
如果command not found可以用apt-get/yum添加。
主要参数:
ethtool devname //查看devname设备属性
ethtool -h //显示帮助信息
ethtool -a //查看设备的全部信息
ethtool -p|--identity devname //识别设备(启动设备的指示灯),主机有多个网卡时用处较大
ethtool -i|--driver devname //显示设备驱动信息
参考文献:
1. http://linux.die.net/man/8/ethtool
2. http://www.thegeekstuff.com/2010/10/ethtool-command/
3. http://crazyming.blog.51cto.com/1048571/738022
时间: 2024-10-05 14:34:30