X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.c;h=10746062927f32b0c6956c0770ec88ba416f8747;hp=765c5179758597d451d2df4ecde6df16c518742f;hb=cf451d1ede3bbbd2fed3619eb43def054d5b5a5a;hpb=b75a394fd0e9455ab71912d4462aaae7e6e4366b diff --git a/fio.c b/fio.c index 765c5179..10746062 100644 --- a/fio.c +++ b/fio.c @@ -139,7 +139,11 @@ static void *disk_thread_main(void *data) if (!threads) break; update_io_ticks(); - print_thread_status(); + + if (is_backend) + fio_server_send_status(); + else + print_thread_status(); } return NULL;