X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.c;h=bd566e8eb7749c236652cf968cbd5444e539c2fb;hp=a15080b4a26e89bebea6edf5def458e701e0cddd;hb=37db14feece08eb6e43de87c404180650ed5aa6f;hpb=132159a5a062cabfe963b3d57e82a80741bf5506;ds=sidebyside diff --git a/fio.c b/fio.c index a15080b4..bd566e8e 100644 --- a/fio.c +++ b/fio.c @@ -139,9 +139,7 @@ static void *disk_thread_main(void *data) if (!threads) break; update_io_ticks(); - - if (!is_backend) - print_thread_status(); + print_thread_status(); } return NULL; @@ -1696,6 +1694,8 @@ static void run_threads(void) int exec_run(void) { + if (is_client) + return fio_handle_clients(); if (exec_profile && load_profile(exec_profile)) return 1;