From: Jens Axboe Date: Wed, 17 Dec 2014 15:30:30 +0000 (-0700) Subject: stat: always show disk util in terse v3/v4 X-Git-Tag: fio-2.2.0~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=bf2921f02651653c6fd6794449b725b138f2611c;p=fio.git stat: always show disk util in terse v3/v4 Signed-off-by: Jens Axboe --- diff --git a/stat.c b/stat.c index 9d816d4f..bae33385 100644 --- a/stat.c +++ b/stat.c @@ -896,8 +896,7 @@ static void show_thread_status_terse_v3_v4(struct thread_stat *ts, log_info(";%3.2f%%", io_u_lat_m[i]); /* disk util stats, if any */ - if (is_backend) - show_disk_util(1, NULL); + show_disk_util(1, NULL); /* Additional output if continue_on_error set - default off*/ if (ts->continue_on_error)