From 91c0e7c5de1b4413c5fab8f5746272d1aee10f78 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Sun, 12 Oct 2014 13:11:35 -0600 Subject: [PATCH 1/1] 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 --- fio.c | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.25.1