iperf3-python icon indicating copy to clipboard operation
iperf3-python copied to clipboard

Python wrapper around iperf3

Results 40 iperf3-python issues
Sort by recently updated
recently updated
newest added

File "/script/iperf.py", line 30, in my_iperf3 return client.run() File "/usr/local/lib/python3.7/dist-packages/iperf3/iperf3.py", line 621, in run data = '{' + data.split('{', 1)[1] IndexError: list index out of range

This tool is very helpful. How to enable DSCP or TOS mark?

Anyone know if there is any fix or workaround on this (other than running in a loop heh)? I am encountering same issue on rhel7 and Ubuntu 16.04. When i...

I have had a listening runaway listening port when i exited out trying to test the speed of my network tried reinstalling. I had to uninstall and use iperf instead...

I see many derivatives of bits total amount is sent and received: ``` class TestResult(object): :param sent_bytes: Sent bytes :param sent_bps: Sent bits per second :param sent_kbps: sent kilobits per...

It is currently not possible to supply options for authentification like `--rsa-public-key-path` or `--username`.

My iperf3 is latest version 3.1.3, I found BW for UDP is always set to 5Mbps by iperf3-python when bw setting is < 5Mbps. This problem does not see on...

I want to get explicitly the bandwidth while running the test using the 'tcp' protocol.