Ashfaat / iperf

Automatically exported from code.google.com/p/iperf
Other
0 stars 0 forks source link

Errors observed using iperf tool #136

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
We have done one set of testing between Linux PC to PC using iperf, but errors 
are observed at the Rx side:
"RX packets:1394337434 errors:0 dropped:5 overruns:0 frame:1"

Used Iperf version: 2.0.5 (08 Jul 2010)

The Ubuntu versions are:
Server : Ubuntu 9.04 
Client : Ubuntu 12.04
Date   : 24-Jan-2014 
Tested Time in seconds : 18175

Please let us know why does the error occur while doing iperf between PC to PC.

Attaching log for reference.

Original issue reported on code.google.com by salmaqur...@gmail.com on 25 Jan 2014 at 10:11

Attachments:

GoogleCodeExporter commented 8 years ago
Attaching log file for reference

Original comment by salmaqur...@gmail.com on 25 Jan 2014 at 10:12

Attachments:

GoogleCodeExporter commented 8 years ago
This is nothing to do with iperf 

Receiver overruns usually occur when packets come in faster than the kernel can 
service the last interrupt. 

you can try with increase the ring buffer of the NIC 
# ethtool -G eth0 rx 1020

Original comment by susant%redhat.com@gtempaccount.com on 25 Jan 2014 at 4:35

GoogleCodeExporter commented 8 years ago
Agreed, this is not an iperf issue.

Closing.

Original comment by bmah@es.net on 25 Jan 2014 at 6:43