Home
last modified time | relevance | path

Searched refs:seconds (Results 1 – 6 of 6) sorted by relevance

/iperf/docs/
H A Dinvoking.rst136 pause n seconds between periodic throughput reports; default is
221 restart the server after n seconds in case it gets stuck. In
222 one-off mode, this is the number of seconds the server will wait
231 over which to average the data rate is 5 seconds by default, but
247 --time-skew-thresholdsecond seconds
248 time skew threshold (in seconds) between the server and client
309 time in seconds to transmit for (default 10 secs)
398 Omit the first n seconds of the test, to skip past the TCP slow-
H A Dfaq.rst180 default 10 seconds to better see the behavior (iperf3 ``-t``
230 seconds) tests, but is probably negligible for longer tests.
H A Ddev.rst46 -O, --omit N omit the first n seconds (to ignore slowstart)
/iperf/contrib/
H A Diperf3.gp20 set xlabel "time (seconds)"
/iperf/src/
H A Diperf_api.c1776 double seconds; in iperf_check_throttle() local
1782 seconds = iperf_time_in_secs(&temp_time); in iperf_check_throttle()
1783 bits_per_second = sp->result->bytes_sent * 8 / seconds; in iperf_check_throttle()
1797 double seconds; in iperf_check_total_rate() local
1820 seconds = test->stats_interval * test->settings->bitrate_limit_stats_per_interval; in iperf_check_total_rate()
1821 bits_per_second = total_bytes * 8 / seconds; in iperf_check_total_rate()
/iperf/
H A DRELNOTES.md313 test after exactly fifteen seconds has been fixed (#645).
880 -O, --omit N omit the first n seconds