All of lore.kernel.org
 help / color / mirror / Atom feed
* "disable_bw" option in HOWTO should be "disable_bw_measurement"
@ 2016-10-12  1:38 Bruce Cran
  2016-10-12 15:00 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Cran @ 2016-10-12  1:38 UTC (permalink / raw)
  To: fio

I'm hoping to have time to put together a patch, but just so it's 
reported: the HOWTO mentions an option "disable_bw", but options.c calls 
it "disable_bw_measurement".

-- 
Bruce


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: "disable_bw" option in HOWTO should be "disable_bw_measurement"
  2016-10-12  1:38 "disable_bw" option in HOWTO should be "disable_bw_measurement" Bruce Cran
@ 2016-10-12 15:00 ` Jens Axboe
  2016-10-12 16:00   ` Bruce Cran
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2016-10-12 15:00 UTC (permalink / raw)
  To: Bruce Cran, fio

On 10/11/2016 07:38 PM, Bruce Cran wrote:
> I'm hoping to have time to put together a patch, but just so it's
> reported: the HOWTO mentions an option "disable_bw", but options.c calls
> it "disable_bw_measurement".
>

I added that as an alias, to keep it inline with the slat/clat
equivalents.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: "disable_bw" option in HOWTO should be "disable_bw_measurement"
  2016-10-12 15:00 ` Jens Axboe
@ 2016-10-12 16:00   ` Bruce Cran
  2016-10-12 16:03     ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Cran @ 2016-10-12 16:00 UTC (permalink / raw)
  To: Jens Axboe, fio

On 10/12/16 9:00 AM, Jens Axboe wrote:

> I added that as an alias, to keep it inline with the slat/clat
> equivalents.

It doesn't seem to be working - when I added "disable_bw=1" fio told me 
it was an unknown option.

-- 
Bruce



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: "disable_bw" option in HOWTO should be "disable_bw_measurement"
  2016-10-12 16:00   ` Bruce Cran
@ 2016-10-12 16:03     ` Jens Axboe
  2016-10-12 16:23       ` Bruce Cran
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2016-10-12 16:03 UTC (permalink / raw)
  To: Bruce Cran, fio

On 10/12/2016 10:00 AM, Bruce Cran wrote:
> On 10/12/16 9:00 AM, Jens Axboe wrote:
>
>> I added that as an alias, to keep it inline with the slat/clat
>> equivalents.
>
> It doesn't seem to be working - when I added "disable_bw=1" fio told me
> it was an unknown option.

Are you on the right build?

axboe@x1:/home/axboe/git/fio $ ./fio --name=null --ioengine=null --bs=4k 
--rw=read --size=1g --disable_bw
./fio: option '--disable_bw' requires an argument
./fio: unrecognized option '--disable_bw'
Did you mean disable_bw?

axboe@x1:/home/axboe/git/fio $ ./fio --name=null --ioengine=null --bs=4k 
--rw=read --size=1g --disable_bw=1
null: (g=0): rw=read, bs=4K-4K/4K-4K/4K-4K, ioengine=null, iodepth=1
fio-2.14-27-gafd2c
Starting 1 process
[...]

Works for me...

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: "disable_bw" option in HOWTO should be "disable_bw_measurement"
  2016-10-12 16:03     ` Jens Axboe
@ 2016-10-12 16:23       ` Bruce Cran
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Cran @ 2016-10-12 16:23 UTC (permalink / raw)
  To: Jens Axboe, fio

On 10/12/16 10:03 AM, Jens Axboe wrote:

> axboe@x1:/home/axboe/git/fio $ ./fio --name=null --ioengine=null --bs=4k
> --rw=read --size=1g --disable_bw=1
> null: (g=0): rw=read, bs=4K-4K/4K-4K/4K-4K, ioengine=null, iodepth=1
> fio-2.14-27-gafd2c
> Starting 1 process
> [...]
>
> Works for me...

Hmm, sorry - adding "disable_bw=1" in a job file also works for me now.

-- 
Bruce


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-10-12 16:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-12  1:38 "disable_bw" option in HOWTO should be "disable_bw_measurement" Bruce Cran
2016-10-12 15:00 ` Jens Axboe
2016-10-12 16:00   ` Bruce Cran
2016-10-12 16:03     ` Jens Axboe
2016-10-12 16:23       ` Bruce Cran

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.