Home
last modified time | relevance | path

Searched refs:bits_per_second (Results 1 – 3 of 3) sorted by relevance

/iperf/contrib/
H A Diperf3_to_gnuplot.py44 bits_per_second = list()
56 bits_per_second.append(float(ii.get('bits_per_second')) / (1000*1000*1000))
63 bps=round(sum(bits_per_second), 3),
H A Diperf3.gp9 #start bytes bits_per_second retransmits snd_cwnd
/iperf/src/
H A Diperf_api.c1777 uint64_t bits_per_second; in iperf_check_throttle() local
1783 bits_per_second = sp->result->bytes_sent * 8 / seconds; in iperf_check_throttle()
1784 if (bits_per_second < sp->test->settings->rate) { in iperf_check_throttle()
1798 uint64_t bits_per_second; in iperf_check_total_rate() local
1821 bits_per_second = total_bytes * 8 / seconds; in iperf_check_total_rate()
1823 …RIu64 " bps (limit %" PRIu64 ")\n", test->bitrate_limit_stats_count, bits_per_second, test->settin… in iperf_check_total_rate()
1826 if (bits_per_second > test->settings->bitrate_limit) { in iperf_check_total_rate()
1828 …Total throughput of %" PRIu64 " bps exceeded %" PRIu64 " bps limit", bits_per_second, test->settin… in iperf_check_total_rate()