|
|
|
|
| linux 下 有可以测试网卡速度的软件或命令吗??急 |
 linux 下 有可以测试网卡速度的软件或命令吗??急 - yfrank [ 2006-04-25 13:46 | 329 byte(s)]
 Re: linux 下 有可以测试网卡速度的软件或命令吗??急 - yincheng [ 2006-05-19 17:56 | 97 byte(s)]
 Re: linux 下 有可以测试网卡速度的软件或命令吗??急 - happykiller [ 2006-05-06 20:42 | 256 byte(s)]
|
|
|
|
[Original]
[Print]
[Top]
|
linux-2.6.5的内核 系统由四个网口,一直认为都是百兆网卡
但是用tcpdump时,总显示
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes
怀疑是10M的网卡,想测一下,请指教!!!
|
|
|
----
痛并快乐着
|
|
[Original]
[Print]
[Top]
|
|
[Original]
[Print]
[Top]
|
tcpdump在100M网卡下也会显示”EN10MB“, 所以不用担心。
不好意思,我没用过测试网卡速度的软件。
但是,如果运气好的话,可以通过 lspci(或cat /proc/pci)命令查看到网卡的型号及厂商名称,
根据网卡的型号很容易查到该网卡是否支持100M速率。
|
|
|
----
.
|
|
[Original]
[Print]
[Top]
|
|
|