摘要: 查询网卡型号:lspci | grep Ethernet查询网卡速度:ethtool em1 | grep Speed查询CPU:cat /proc/cpuinfo | grep 'model name'查询内存:at /proc/meminfo | grep "MemTotal"查询网卡情况:lspci | grep Ethernetdmesg |grep eth0mii-tool -v eth0ethtool eth0 | grep Speed 阅读全文
posted @ 2013-03-28 11:16 念槐聚 阅读(217) 评论(0) 推荐(0)