All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* sequential workload
       [not found] <207015768.789438.1382524904131.JavaMail.zimbra@desy.de>
@ 2013-10-23 10:45 ` Mkrtchyan, Tigran
  2013-10-23 17:03   ` Jeff Moyer
  0 siblings, 1 reply; 3+ messages in thread
From: Mkrtchyan, Tigran @ 2013-10-23 10:45 UTC (permalink / raw
  To: fio



Hi,

I need to simulate a workload of generating sequence
of files - some thing like creating photos.

where is my config:
[global]
create_on_open=1
unlink=1
filesize=70m
size=7000m

[pilatus-sec-write]
rw=write
openfiles=1
nrfiles=100
stonewall


I will expect that a combination of create_on_open and openfiles
will create one file at the time, nevertheless all files get
created at the same time.

Thanks in advance, 
   Tigran.

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

* Re: sequential workload
  2013-10-23 10:45 ` sequential workload Mkrtchyan, Tigran
@ 2013-10-23 17:03   ` Jeff Moyer
  2013-10-24  1:16     ` Brian L.
  0 siblings, 1 reply; 3+ messages in thread
From: Jeff Moyer @ 2013-10-23 17:03 UTC (permalink / raw
  To: Mkrtchyan, Tigran; +Cc: fio

"Mkrtchyan, Tigran" <tigran.mkrtchyan@desy.de> writes:

> Hi,
>
> I need to simulate a workload of generating sequence
> of files - some thing like creating photos.
>
> where is my config:
> [global]
> create_on_open=1
> unlink=1
> filesize=70m
> size=7000m
>
> [pilatus-sec-write]
> rw=write
> openfiles=1
> nrfiles=100
> stonewall
>
>
> I will expect that a combination of create_on_open and openfiles
> will create one file at the time, nevertheless all files get
> created at the same time.

Try adding file_service_type=sequential to your job file.

Cheers,
Jeff

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

* Re: sequential workload
  2013-10-23 17:03   ` Jeff Moyer
@ 2013-10-24  1:16     ` Brian L.
  0 siblings, 0 replies; 3+ messages in thread
From: Brian L. @ 2013-10-24  1:16 UTC (permalink / raw
  To: Jeff Moyer; +Cc: Mkrtchyan, Tigran, fio@vger.kernel.org

Brian L.


On Wed, Oct 23, 2013 at 10:03 AM, Jeff Moyer <jmoyer@redhat.com> wrote:
> "Mkrtchyan, Tigran" <tigran.mkrtchyan@desy.de> writes:
>
>> Hi,
>>
>> I need to simulate a workload of generating sequence
>> of files - some thing like creating photos.
>>
>> where is my config:
>> [global]
>> create_on_open=1
>> unlink=1
>> filesize=70m
>> size=7000m
>>
>> [pilatus-sec-write]
>> rw=write
>> openfiles=1
>> nrfiles=100
>> stonewall
>>
>>
>> I will expect that a combination of create_on_open and openfiles
>> will create one file at the time, nevertheless all files get
>> created at the same time.
>
> Try adding file_service_type=sequential to your job file.
>
> Cheers,
> Jeff
> --

if you can't find a soln, try a for loop and create sections like these??:

[pilatus-sec-write_1]
rw=write
openfiles=1
nrfiles=1
stonewall

[pilatus-sec-write_2]
rw=write
openfiles=1
nrfiles=1
stonewall

[pilatus-sec-write_3]
rw=write
openfiles=1
nrfiles=1
stonewall

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

end of thread, other threads:[~2013-10-24  1:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <207015768.789438.1382524904131.JavaMail.zimbra@desy.de>
2013-10-23 10:45 ` sequential workload Mkrtchyan, Tigran
2013-10-23 17:03   ` Jeff Moyer
2013-10-24  1:16     ` Brian L.

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.