From: Jens Axboe Date: Sun, 12 Oct 2014 19:11:35 +0000 (-0600) Subject: Set genesis time when running only network clients X-Git-Tag: fio-2.1.14~67 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=91c0e7c5de1b4413c5fab8f5746272d1aee10f78;hp=aa7bc282868ab33ea59b28827041626ef6545c95;ds=inline Set genesis time when running only network clients Otherwise we get potentially no or erratic ETA reporting, depending on the system. Signed-off-by: Jens Axboe --- diff --git a/fio.c b/fio.c index 7e6b06d3..9adc29ae 100644 --- a/fio.c +++ b/fio.c @@ -43,6 +43,8 @@ int main(int argc, char *argv[], char *envp[]) fio_time_init(); if (nr_clients) { + set_genesis_time(); + if (fio_start_all_clients()) return 1; return fio_handle_clients(&fio_client_ops);