From afd2ceffd65514a54665493075d7957ec9d0e5fc Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 12 Oct 2016 08:59:25 -0600 Subject: [PATCH 1/1] Add alias for 'disable_bw_measurement' option 'disable_bw', similarly to the stats options. Reported-by: Bruce Cran Signed-off-by: Jens Axboe --- options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/options.c b/options.c index bcda5564..3c9adfbe 100644 --- a/options.c +++ b/options.c @@ -3920,6 +3920,7 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { }, { .name = "disable_bw_measurement", + .alias = "disable_bw", .lname = "Disable bandwidth stats", .type = FIO_OPT_BOOL, .off1 = offsetof(struct thread_options, disable_bw), -- 2.25.1