From: Jens Axboe Date: Sat, 13 Jan 2007 14:15:47 +0000 (+0100) Subject: [PATCH] Shorten 'commitrate' to 'CR' X-Git-Tag: fio-1.12~150 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=2cb8d960e8abedb0702e0e53fbebbbd649147646;hp=fb44a18f1bd81b26c3d483c79f5707085bda24dc [PATCH] Shorten 'commitrate' to 'CR' Signed-off-by: Jens Axboe --- diff --git a/eta.c b/eta.c index 25eaf1a3..3ffb1114 100644 --- a/eta.c +++ b/eta.c @@ -247,7 +247,7 @@ void print_thread_status(void) printf("Threads: %d", nr_running); if (m_rate || t_rate) - printf(", commitrate %d/%dKiB/sec", t_rate, m_rate); + printf(", CR=%d/%d KiB/s", t_rate, m_rate); if (eta_sec != INT_MAX && nr_running) { perc *= 100.0; printf(": [%s] [%3.1f%% done] [%6u/%6u kb/s] [eta %s]", run_str, perc, r_rate, w_rate, eta_str);