All of lore.kernel.org
 help / color / mirror / Atom feed
* bssplit option HOWTO
@ 2018-05-21 17:04 Konstantin Ruvinsky
  2018-05-24 19:10 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Konstantin Ruvinsky @ 2018-05-21 17:04 UTC (permalink / raw)
  To: fio

Hi



In the last HOWTO is written:



http://git.kernel.dk/?p=fio.git;a=blob;f=HOWTO;h=7680f9c7634a7e55044dba0a8ebdc6928fb3bfc0;hb=HEAD#l1429





1429       If you want a workload that has 50% 2k reads and 50% 4k reads, while

1430         having 90% 4k writes and 10% 8k writes, you would specify::

1431

1432                 bssplit=2k/50:4k/50,4k/90,8k/10



Question:

Has it be



bssplit=2k/50:4k/50,4k/90:8k/10



,hasn’t it?



Thanks

Konstantin

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

* Re: bssplit option HOWTO
  2018-05-21 17:04 bssplit option HOWTO Konstantin Ruvinsky
@ 2018-05-24 19:10 ` Jens Axboe
  2018-05-25  2:46   ` Konstantin Ruvinsky
  2018-05-25 10:11   ` Konstantin Ruvinsky
  0 siblings, 2 replies; 5+ messages in thread
From: Jens Axboe @ 2018-05-24 19:10 UTC (permalink / raw)
  To: Konstantin Ruvinsky, fio

On 5/21/18 11:04 AM, Konstantin Ruvinsky wrote:
> Hi
> 
> 
> 
> In the last HOWTO is written:
> 
> 
> 
> http://git.kernel.dk/?p=fio.git;a=blob;f=HOWTO;h=7680f9c7634a7e55044dba0a8ebdc6928fb3bfc0;hb=HEAD#l1429
> 
> 
> 
> 
> 
> 1429       If you want a workload that has 50% 2k reads and 50% 4k reads, while
> 
> 1430         having 90% 4k writes and 10% 8k writes, you would specify::
> 
> 1431
> 
> 1432                 bssplit=2k/50:4k/50,4k/90,8k/10
> 
> 
> 
> Question:
> 
> Has it be
> 
> 
> 
> bssplit=2k/50:4k/50,4k/90:8k/10

Yes, good patch. Care to send a patch?

-- 
Jens Axboe



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

* Re: bssplit option HOWTO
  2018-05-24 19:10 ` Jens Axboe
@ 2018-05-25  2:46   ` Konstantin Ruvinsky
  2018-05-25 14:15     ` Jens Axboe
  2018-05-25 10:11   ` Konstantin Ruvinsky
  1 sibling, 1 reply; 5+ messages in thread
From: Konstantin Ruvinsky @ 2018-05-25  2:46 UTC (permalink / raw)
  To: Jens Axboe; +Cc: fio

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

Jens,

Can you please do it instead me now?

Thanks


On Thu, 24 May 2018, 22:10 Jens Axboe, <axboe@kernel.dk> wrote:

> On 5/21/18 11:04 AM, Konstantin Ruvinsky wrote:
> > Hi
> >
> >
> >
> > In the last HOWTO is written:
> >
> >
> >
> >
> http://git.kernel.dk/?p=fio.git;a=blob;f=HOWTO;h=7680f9c7634a7e55044dba0a8ebdc6928fb3bfc0;hb=HEAD#l1429
> >
> >
> >
> >
> >
> > 1429       If you want a workload that has 50% 2k reads and 50% 4k
> reads, while
> >
> > 1430         having 90% 4k writes and 10% 8k writes, you would specify::
> >
> > 1431
> >
> > 1432                 bssplit=2k/50:4k/50,4k/90,8k/10
> >
> >
> >
> > Question:
> >
> > Has it be
> >
> >
> >
> > bssplit=2k/50:4k/50,4k/90:8k/10
>
> Yes, good patch. Care to send a patch?
>
> --
> Jens Axboe
>
>

[-- Attachment #2: Type: text/html, Size: 1525 bytes --]

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

* Re: bssplit option HOWTO
  2018-05-24 19:10 ` Jens Axboe
  2018-05-25  2:46   ` Konstantin Ruvinsky
@ 2018-05-25 10:11   ` Konstantin Ruvinsky
  1 sibling, 0 replies; 5+ messages in thread
From: Konstantin Ruvinsky @ 2018-05-25 10:11 UTC (permalink / raw)
  To: Jens Axboe; +Cc: fio

On Thu, 24 May 2018, 22:10 Jens Axboe, <axboe@kernel.dk> wrote:
>
> On 5/21/18 11:04 AM, Konstantin Ruvinsky wrote:
> > Hi
> >
> >
> >
> > In the last HOWTO is written:
> >
> >
> >
> > http://git.kernel.dk/?p=fio.git;a=blob;f=HOWTO;h=7680f9c7634a7e55044dba0a8ebdc6928fb3bfc0;hb=HEAD#l1429
> >
> >
> >
> >
> >
> > 1429       If you want a workload that has 50% 2k reads and 50% 4k reads, while
> >
> > 1430         having 90% 4k writes and 10% 8k writes, you would specify::
> >
> > 1431
> >
> > 1432                 bssplit=2k/50:4k/50,4k/90,8k/10
> >
> >
> >
> > Question:
> >
> > Has it be
> >
> >
> >
> > bssplit=2k/50:4k/50,4k/90:8k/10
>
> Yes, good patch. Care to send a patch?
>
> --
> Jens Axboe


Jens,

Can you please do it instead of me this time?

Thanks


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

* Re: bssplit option HOWTO
  2018-05-25  2:46   ` Konstantin Ruvinsky
@ 2018-05-25 14:15     ` Jens Axboe
  0 siblings, 0 replies; 5+ messages in thread
From: Jens Axboe @ 2018-05-25 14:15 UTC (permalink / raw)
  To: Konstantin Ruvinsky; +Cc: fio

On 5/24/18 8:46 PM, Konstantin Ruvinsky wrote:
> Jens,
> 
> Can you please do it instead me now?

Sure, done:

http://git.kernel.dk/cgit/fio/commit/?id=cf04b906fda16c6c14c420b71130a31d6580e9d8

-- 
Jens Axboe



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

end of thread, other threads:[~2018-05-25 14:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-21 17:04 bssplit option HOWTO Konstantin Ruvinsky
2018-05-24 19:10 ` Jens Axboe
2018-05-25  2:46   ` Konstantin Ruvinsky
2018-05-25 14:15     ` Jens Axboe
2018-05-25 10:11   ` Konstantin Ruvinsky

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.