Home
last modified time | relevance | path

Searched refs:rate (Results 1 – 11 of 11) sorted by relevance

/iperf/src/
H A Diperf_udp.c434 unsigned int rate = test->settings->rate / 8; in iperf_udp_accept() local
435 if (rate > 0) { in iperf_udp_accept()
437 printf("Setting application pacing to %u\n", rate); in iperf_udp_accept()
550 unsigned int rate = test->settings->rate / 8; in iperf_udp_connect() local
551 if (rate > 0) { in iperf_udp_connect()
553 printf("Setting application pacing to %u\n", rate); in iperf_udp_connect()
H A Diperf_tcp.c259 unsigned int rate = test->settings->rate / 8; in iperf_tcp_listen() local
260 if (rate > 0) { in iperf_tcp_listen()
262 printf("Setting application pacing to %u\n", rate); in iperf_tcp_listen()
540 unsigned int rate = test->settings->rate / 8; in iperf_tcp_connect() local
541 if (rate > 0) { in iperf_tcp_connect()
543 printf("Setting application pacing to %u\n", rate); in iperf_tcp_connect()
H A Diperf_api.c164 return ipt->settings->rate; in iperf_get_test_rate()
485 ipt->settings->rate = rate; in iperf_set_test_rate()
938 if (test->settings->rate) in iperf_on_connect()
1784 if (bits_per_second < sp->test->settings->rate) { in iperf_check_throttle()
1844 else if (test->settings->rate == 0) in iperf_send()
1966 if (test->settings->rate != 0 && sp->sender) { in iperf_create_send_timers()
2139 if (test->settings->rate) in send_parameters()
2254 test->settings->rate = j_p->valueint; in get_parameters()
2291 if (test->settings->rate) in get_parameters()
2785 testp->settings->rate = 0; in iperf_defaults()
[all …]
H A Diperf.h147 iperf_size_t rate; /* target data rate for application pacing*/ member
H A Diperf_api.h167 void iperf_set_test_rate( struct iperf_test* ipt, uint64_t rate );
H A Diperf_server_api.c743 …iperf_size_t total_requested_rate = test->num_streams * test->settings->rate * (test->mode == BIDI… in iperf_run_server()
/iperf/
H A Dtest_commands.sh33 ./src/iperf3 -c "$host" -V -t 5 --fq-rate 5m
34 ./src/iperf3 -c "$host" -u -V -t 5 --fq-rate 5m
H A DRELNOTES.md118 throughput rate; client connections that specify a higher bitrate
150 * A bug with burst mode and unlimited rate has been fixed (#898).
435 * Specifying --fq-rate or --no-fq-socket-pacing on a system where
463 based pacing is now controlled via a new --fq-rate command-line
464 flag. Note that TCP and UDP tests may use --bandwidth, --fq-rate,
468 equivalent to --fq-rate=0. iperf3 now reacts more gracefully if
469 --no-fq-socket-pacing or --fq-rate are specified on platforms that
474 setting both --bandwidth and --fq-rate, preferably to the same
476 --fq-rate can certainly be done, the results can range from
/iperf/docs/
H A Dinvoking.rst231 over which to average the data rate is 5 seconds by default, but
283 the --fq-rate flag. This option replaces the --bandwidth flag,
295 --fq-rate n[KMGT]
296 Set a rate to be used with fair-queueing based socket-level pac-
306 to specifying --fq-rate=0.
H A Dfaq.rst155 rate be very low.
197 I'm using the --fq-rate flag, but it does not seem to be working. Why?
H A Dnews.rst43 to enforce a maximum throughput rate. More information on these new