Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_api.c2454 test->remote_cpu_util[0] = j_cpu_util_total->valuedouble; in get_results()
2455 test->remote_cpu_util[1] = j_cpu_util_user->valuedouble; in get_results()
2456 test->remote_cpu_util[2] = j_cpu_util_system->valuedouble; in get_results()
3935 …test->cpu_util[2], (double) test->remote_cpu_util[0], (double) test->remote_cpu_util[1], (double) … in iperf_print_results()
3958 …ender?report_receiver:report_sender, test->remote_cpu_util[0], test->remote_cpu_util[1], test->rem… in iperf_print_results()
3959 …ender?report_receiver:report_sender, test->remote_cpu_util[0], test->remote_cpu_util[1], test->rem… in iperf_print_results()
3961 …ender?report_receiver:report_sender, test->remote_cpu_util[0], test->remote_cpu_util[1], test->rem… in iperf_print_results()
H A Diperf.h352 …double remote_cpu_util[3]; /* cpu utilization for the remote host/client - tot… member