You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me the following ones would be import for now..
--connect-timeout n
set timeout for establishing the initial control connection to
the server, in milliseconds. The default behavior is the oper-
ating system's timeout for TCP connection establishment. Pro-
viding a shorter value may speed up detection of a down iperf3
server.
-P, --parallel n
number of parallel client streams to run. Note that iperf3 is
single threaded, so if you are CPU bound, this will not yield
higher throughput.
Maybe add some off these parameters.. see https://software.es.net/iperf/invoking.html#iperf3-manual-page
So env var like..
IPERF3EXPORTER_IPERF3_PARALLEL , IPERF3EXPORTER_IPERF3_UDPFor me the following ones would be import for now..