Searched refs:reporter_interval (Results 1 – 5 of 5) sorted by relevance
| /iperf/src/ |
| H A D | iperf_client_api.c | 200 if (test->reporter_interval != 0) { in create_client_timers() 201 …rter_timer = tmr_create(&now, client_reporter_timer_proc, cd, test->reporter_interval * SEC_TO_US,… in create_client_timers() 218 if (test->verbose && !test->json_output && test->reporter_interval == 0) in client_omit_timer_proc()
|
| H A D | iperf_server_api.c | 326 if (test->reporter_interval != 0) { in create_server_timers() 327 …rter_timer = tmr_create(&now, server_reporter_timer_proc, cd, test->reporter_interval * SEC_TO_US,… in create_server_timers() 344 if (test->verbose && !test->json_output && test->reporter_interval == 0) in server_omit_timer_proc()
|
| H A D | iperf.h | 342 double reporter_interval; member
|
| H A D | iperf_api.h | 162 void iperf_set_test_reporter_interval( struct iperf_test* ipt, double reporter_interval );
|
| H A D | iperf_api.c | 248 return ipt->reporter_interval; in iperf_get_test_reporter_interval() 453 iperf_set_test_reporter_interval(struct iperf_test *ipt, double reporter_interval) in iperf_set_test_reporter_interval() argument 455 ipt->reporter_interval = reporter_interval; in iperf_set_test_reporter_interval() 1139 test->stats_interval = test->reporter_interval = atof(optarg); in iperf_parse_arguments() 2778 testp->stats_interval = testp->reporter_interval = 1; in iperf_defaults()
|