Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_client_api.c200 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 Diperf_server_api.c326 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 Diperf.h342 double reporter_interval; member
H A Diperf_api.h162 void iperf_set_test_reporter_interval( struct iperf_test* ipt, double reporter_interval );
H A Diperf_api.c248 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()