cancel
Showing results for 
Search instead for 
Did you mean: 

Bidirectional testing with Iperf - anybody have any luck

Bidirectional testing with Iperf - anybody have any luck

Ed_McGuigan1
New Contributor III

I was excited to see that iperf is available from the command line of my access points. I want to be able to routinely validate network performance from my access points and track the test result in a monitoring system ( so that when I get a complaint I can show that the Access Point looked normal when the incident happened - or didn't of course ).

 

The iperf command on the Access Point has the "tradeoff" option to run the test in one direction and then the other. For this to happen, an iperf server will need to start on the Access Point and the original server ( a Windows system at the location ) will need to start a client and run a 2nd test towards the Access Point.

 

It isn't working. I can run tests with Access Point as the client and Access Point as the server and these both work so there is no firewall issue. It would seem to be a breakdown in the coordination of needing to start up the server.

 

iperf is 'wrapped' on the access point so there is no debug output that could help with this.

1 REPLY 1

Ed_McGuigan1
New Contributor III

So I am answering my own question. I decided to test bi-directional between an iperf client and server on my windows box and I found that it didn't work unless I specified an address to bind to for the server being started up by the client. I needed a command like:

 

.iperf.exe -c 127.0.0.1 --tradeoff -L 5005 --bind 127.0.0.1 -t 10

 

From there I started up iperf as a server on the Access Point and then was able to run a bidirectional test:

d4e52d26bba043418f0b8bc7c786791a_0690c000006GsT2AAK.png

Conclusion is that iperf on the Access Point only works as a server for bi-directional testing.

 

I did a dualtest ( data flowing both ways at same time ) just to see results:

Selection_013

Interesting to see the degradation but it might be down to the endpoints and not the network ( probably is because we have gigabit links all the way ).

GTM-P2G8KFN