Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_client_api.c331 cpu_util(test->cpu_util); in iperf_handle_message_client()
559 cpu_util(NULL); in iperf_run_client()
677 cpu_util(test->cpu_util); in iperf_run_client()
H A Diperf_server_api.c205 cpu_util(test->cpu_util); in iperf_handle_message_server()
230 cpu_util(test->cpu_util); in iperf_handle_message_server()
754 cpu_util(NULL); in iperf_run_server()
H A Diperf_api.c2319 cJSON_AddNumberToObject(j, "cpu_util_total", test->cpu_util[0]); in send_results()
2320 cJSON_AddNumberToObject(j, "cpu_util_user", test->cpu_util[1]); in send_results()
2321 cJSON_AddNumberToObject(j, "cpu_util_system", test->cpu_util[2]); in send_results()
3935 …ser: %f remote_system: %f", (double) test->cpu_util[0], (double) test->cpu_util[1], (double) test… in iperf_print_results()
3958 …_must_be_sender?report_sender:report_receiver, test->cpu_util[0], test->cpu_util[1], test->cpu_uti… in iperf_print_results()
3959 …_must_be_sender?report_sender:report_receiver, test->cpu_util[0], test->cpu_util[1], test->cpu_uti… in iperf_print_results()
3961 …_must_be_sender?report_sender:report_receiver, test->cpu_util[0], test->cpu_util[1], test->cpu_uti… in iperf_print_results()
4513 cpu_util(test->cpu_util); in iperf_got_sigend()
H A Diperf_util.h49 void cpu_util(double pcpu[3]);
H A Diperf.h351 …double cpu_util[3]; /* cpu utilization of the test - total, user, syste… member
H A Diperf_util.c190 cpu_util(double pcpu[3]) in cpu_util() function