查询网卡型号:lspci | grep Ethernet
查询网卡速度:ethtool em1 | grep Speed
查询CPU:cat /proc/cpuinfo | grep 'model name'
查询内存:at /proc/meminfo | grep "MemTotal"
查询网卡情况:
lspci | grep Ethernet
dmesg |grep eth0
mii-tool -v eth0
ethtool eth0 | grep Speed
本文转自 念槐聚 博客园博客,原文链接:http://www.cnblogs.com/haochuang/archive/2013/03/28/2986332.html,如需转载请自行联系原作者