Searched refs:bits_per_second (Results 1 – 3 of 3) sorted by relevance
44 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),
9 #start bytes bits_per_second retransmits snd_cwnd
1777 uint64_t bits_per_second; in iperf_check_throttle() local1783 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() local1821 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()