From bf2921f02651653c6fd6794449b725b138f2611c Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 17 Dec 2014 08:30:30 -0700 Subject: [PATCH] stat: always show disk util in terse v3/v4 Signed-off-by: Jens Axboe --- stat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.25.1