Lines Matching refs:bandwidth
3362 double bandwidth; in iperf_print_intermediate() local
3428 bandwidth = (double) bytes / (double) irp->interval_duration; in iperf_print_intermediate()
3429 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_intermediate()
3439 …e, (double) end_time, (double) irp->interval_duration, (int64_t) bytes, bandwidth * 8, (int64_t) r… in iperf_print_intermediate()
3445 …e, (double) end_time, (double) irp->interval_duration, (int64_t) bytes, bandwidth * 8, test->omitt… in iperf_print_intermediate()
3453 …e, (double) end_time, (double) irp->interval_duration, (int64_t) bytes, bandwidth * 8, (int64_t) t… in iperf_print_intermediate()
3465 …e, (double) end_time, (double) irp->interval_duration, (int64_t) bytes, bandwidth * 8, (double) av… in iperf_print_intermediate()
3562 double bandwidth; in iperf_print_results() local
3657 bandwidth = (double) bytes_sent / (double) sender_time; in iperf_print_results()
3660 bandwidth = 0.0; in iperf_print_results()
3662 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_results()
3667 …time, (double) sender_time, (double) sender_time, (int64_t) bytes_sent, bandwidth * 8, (int64_t) s… in iperf_print_results()
3679 …time, (double) sender_time, (double) sender_time, (int64_t) bytes_sent, bandwidth * 8, stream_mus… in iperf_print_results()
3715 …time, (double) sender_time, (double) sender_time, (int64_t) bytes_sent, bandwidth * 8, (double) sp… in iperf_print_results()
3761 bandwidth = (double) bytes_received / (double) receiver_time; in iperf_print_results()
3764 bandwidth = 0.0; in iperf_print_results()
3766 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_results()
3770 …e, (double) receiver_time, (double) end_time, (int64_t) bytes_received, bandwidth * 8, stream_must… in iperf_print_results()
3832 bandwidth = (double) total_sent / (double) sender_time; in iperf_print_results()
3835 bandwidth = 0.0; in iperf_print_results()
3837 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_results()
3842 …time, (double) sender_time, (double) sender_time, (int64_t) total_sent, bandwidth * 8, (int64_t) t… in iperf_print_results()
3854 …time, (double) sender_time, (double) sender_time, (int64_t) total_sent, bandwidth * 8, stream_must… in iperf_print_results()
3867 bandwidth = (double) total_received / (double) receiver_time; in iperf_print_results()
3870 bandwidth = 0.0; in iperf_print_results()
3872 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_results()
3874 …ouble) receiver_time, (double) receiver_time, (int64_t) total_received, bandwidth * 8, stream_must… in iperf_print_results()
3899 …, (double) receiver_time, (double) receiver_time, (int64_t) total_sent, bandwidth * 8, (double) av… in iperf_print_results()
3922 bandwidth = (double) total_received / (double) receiver_time; in iperf_print_results()
3925 bandwidth = 0.0; in iperf_print_results()
3927 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in iperf_print_results()
4046 double bandwidth, lost_percent; in print_interval_results() local
4098 bandwidth = (double) irp->bytes_transferred / (double) irp->interval_duration; in print_interval_results()
4101 bandwidth = 0.0; in print_interval_results()
4103 unit_snprintf(nbuf, UNIT_LEN, bandwidth, test->settings->unit_format); in print_interval_results()
4114 … et, (double) irp->interval_duration, (int64_t) irp->bytes_transferred, bandwidth * 8, (int64_t) i… in print_interval_results()
4122 … et, (double) irp->interval_duration, (int64_t) irp->bytes_transferred, bandwidth * 8, irp->omitte… in print_interval_results()
4130 … et, (double) irp->interval_duration, (int64_t) irp->bytes_transferred, bandwidth * 8, (int64_t) i… in print_interval_results()
4141 … et, (double) irp->interval_duration, (int64_t) irp->bytes_transferred, bandwidth * 8, (double) ir… in print_interval_results()