Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_api.c3366 int total_packets = 0, lost_packets = 0; in iperf_print_intermediate() local
3398 lost_packets += irp->interval_cnt_error; in iperf_print_intermediate()
3459 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_intermediate()
3465 …nt64_t) bytes, bandwidth * 8, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) tota… in iperf_print_intermediate()
3467 …_format, mbuf, start_time, end_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, total_packets,… in iperf_print_intermediate()
3549 int total_packets = 0, lost_packets = 0; in iperf_print_results() local
3651 lost_packets += (sp->cnt_error - sp->omitted_cnt_error); in iperf_print_results()
3888 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_results()
3899 …t) total_sent, bandwidth * 8, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) tota… in iperf_print_results()
3906 …received * 8 / receiver_time, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) rece… in iperf_print_results()
[all …]