我是 Linux 操作系统的新手。
我们目前有一个 Ubuntu 服务器14.04.1 LTSx64 已安装,并且存在一些网络性能问题。
这是我的 ifconfig 输出
p4p1 Link encap:Ethernet HWaddr 00:25:90:76:a7:b8
inet addr:192.168.15.250 Bcast:192.168.15.255 Mask:255.255.255.0
inet6 addr: fe80::225:90ff:fe76:a7b8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:54129879 errors:0 dropped:2805 overruns:0 frame:0
TX packets:57851574 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51180098811 (51.1 GB) TX bytes:39929336217 (39.9 GB)
Interrupt:16 Memory:f7900000-f7920000
注意,这是丢弃数据包...
没有系统负载问题(CPU 和内存)。
这是ethtool -i
输出:
driver: e1000e
version: 3.1.0.2-NAPI
firmware-version: 2.1-2
bus-info: 0000:05:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
经过一番研究,我在以下网址找到了有关我的卡的错误报告https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1018561
我也尝试过这个:
我该如何解决掉线问题?