Questions tagged [iperf3]

iperf is a network testing tool for performance and tuning that can create TCP and UDP data streams and measure the throughput of a network that is carrying them.

iperf is a network testing tool for performance and tuning that can create TCP and UDP data streams and measure the throughput of a network that is carrying them.

65 questions
0
votes
1 answer

Iperf3: Why there is no sender traffic at server site

I tried to take the test between my two machines and the output is as below: Server listening on 5201 ----------------------------------------------------------- Accepted connection from 192.168.100.113, port 41749 [ 5] local 192.168.100.114 port…
Jen Lin
  • 3
  • 1
  • 3
0
votes
1 answer

Can't find module for iperf3 on python 3.5

I'm trying to use iperf3 on python3, so first I installed the iperf3 package on my Debian Linux VM, after that I could verify that all worked fine on Python 2.7. However, when tried to import the iperf3 module using Python 3.5 (in the same VM) I got…
olg32
  • 305
  • 2
  • 6
  • 19
0
votes
2 answers

How to send fixed data with Iperf and measure bandwith?

Is there a way to use Iperf3 tool sending 1GB of data and measure the bandwidth between server and client? I used the tool in the following way: For the server: iperf3 -s For the client: iperf3 -c I obtained the following data of the…
Larx
  • 161
  • 1
  • 4
  • 16
-1
votes
1 answer

Running iperf3 with crypto/ssh and golang

Goal Use Golang's crypto/ssh to run iperf3 on two VMs to measure throughput. The manual process Here is a description of the manual process that works. I am trying to do the same thing in golang. Manual Approach: From a jumpbox, connect to VM1 and…
Bruno
  • 498
  • 1
  • 4
  • 9
-1
votes
1 answer

C compilation problems with iperf3

I am trying to compile the source code for iperf3 on an AIX machine and ran into some compilation problem and thought that you might save me! So, when i run the configure script I get this output > checking for a BSD-compatible install...…
1 2 3 4
5