esnet / esnet/iperf

Receiver Results Empty

Open
#724 4 comments 1 reaction 0 assignees View on GitHub
bug
Dominant language
C
Stars
8.8k
Forks
1.5k
PR merge metrics
No merged PRs in 30d

Description

# Context
I am using iPerf to test the connection between two servers, when doing so I receive no receiver results (Reverse) or sender results (normal).
Why does client show both set of results but the server only displays on set?
[iPerf Server Results.txt](https://github.com/esnet/iperf/files/1907132/iPerf.Server.Results.txt)
[iPerf Client Results.txt](https://github.com/esnet/iperf/files/1907133/iPerf.Client.Results.txt)
![inbound firewall rules](https://user-images.githubusercontent.com/3328206/38732699-0b99c8de-3f17-11e8-8cc0-cad2a324ffde.PNG)
![outbound firewall rules](https://user-images.githubusercontent.com/3328206/38732700-0bb17ec0-3f17-11e8-9ccb-1924b6af02e6.PNG)

* Version of iperf3:
iPerf 3.1.7 both servers.

* Hardware:
These are machines from AWS I am using to test from work. These are t2.micro servers with the below OS.

* Operating system (and distribution, if any):
RHEL-7.5_HVM_GA-20180322-x86_64-1-Hourly2-GP2 (ami-7c1bfd1b)

* Other relevant information (for example, non-default compilers,
libraries, cross-compiling, etc.):
All traffic is allowed between the two servers.
Installed using YUM.

# Bug Report
I am not seeing any receiver results if put in reverse mode or sender results if in normal.
I used the below commands.
iperf3 -s -p 24002 -V
iperf3 -c -R -i 1 -V -p 24002 -P 5

* Expected Behavior
I should be seeing results for both sender / receiver.

* Actual Behavior
Am only seeing results for receiver if run in reverse mode or sender if normal.

* Steps to Reproduce
Install iPerf, and run a standard iPerf test between the two.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.