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

Currently it doesn't look like the `--no-delay` parameter has been passed through as a modification variable. Setting the MSS (trying to use `tcp_mss_default`, not sure if it is the correct...

I would like to repeat the tests several times to relieve the bandwidth of an entire room. but when I repeat the test it gives me an error that I...

Hello,Author!!! I'm using iperf3 funcion. I'd like to use 'interval function' to check measure speed every few seconds,but I don`t know how to use this function. If I'm able to...

Different from getting available bandwidth, I'd like to find how much time it used to transfer specific volume of data. Is there any way to set the parameter as the...

I tried to use just one client instance just changing reverse to True and re-running the test but it fails with bad cookie. What is the proper way to run...

I am trying to implement an iperf3 server that is capable of doing multiple simultaneous tests. I am planning on doing the handling of multiple tests using Twisted. Unfortunately I've...

On linux/raspi/bullseye with latest python in python, i set server_hostname to a local IP and then client.run() ``` Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/IPython/core/interactiveshell.py", line 3398, in run_code exec(code_obj,...

Tested with iperf 3.9, 3.6, 3.0.11 client is not responding with num_streams > 22 Working scenario: ``` import iperf3 import os remote_site = os.getenv('REMOTE_SITE_IP') client = iperf3.Client() client.server_hostname = remote_site...

Added support for iperf_get_test_congestion_control and iperf_set_test_congestion_control calls, based primarily off of https://github.com/puchol/iperf3-python support for bidirectional tests.

## execution environment OS: Linux Ubuntu 20.04.6 LTS Python: 3.8.10 iperf3 version : 3.1.7 (as Iperf server) iperf3-python version: 0.1.11 (as Iperf client) ## issue description I wrapped `iperf3-python` toolkit...