All of lore.kernel.org
 help / color / mirror / Atom feed
* Simulating Real Random I/O with FIO
@ 2013-02-04 22:42 Neto, Antonio Jose Rodrigues
  2013-02-06 13:10 ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Neto, Antonio Jose Rodrigues @ 2013-02-04 22:42 UTC (permalink / raw)
  To: fio@vger.kernel.org

Hi All,

This is neto from Brazil

How are you?

I am doing a performance POC and I need to simulate 100% true random workload. I am using Fibre Channel and Windows 2008R2.

I have 8 LUNs (125GB each) and my configuration file is:

[workload]
bs=8k
ioengine=windowsaio
iodepth=3
numjobs=35
direct=1
runtime=120
size=1024g
filename=\\.\PhysicalDrive1
filename=\\.\PhysicalDrive2
filename=\\.\PhysicalDrive3
filename=\\.\PhysicalDrive4
filename=\\.\PhysicalDrive5
filename=\\.\PhysicalDrive6
filename=\\.\PhysicalDrive7
filename=\\.\PhysicalDrive8
zonesize=1024m
zoneskip=3g
rw=randrw
rwmixread=80
rwmixwrite=20
thread
unified_rw_reporting=1
group_reporting=1
randrepeat=0
norandommap

Questions:

1) I am assuming the working set is the size parameter that is 1TB. Is that correct?
2) What is the correlaction of the zonesize and zoneskip with the randomness? Adding those will help with the randomness of the workload or not? 
3) If I use zonesize=1024m and zoneskip=3g I have like 100K IOPS (coming from cache not disks) and if I use zonesize=10g and zoneskip=26g I have more realistic numbers. Could someone explain which is the a good example to use zonesize and zoneskip?
4) Is it possible with fio to specify per disk randomness area: For example: disk1 - start blocks 456 till blocks 3456, disk2 - start blocks 4567 to 103456

Thank you very much

All the best

neto



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

end of thread, other threads:[~2013-02-06 13:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 22:42 Simulating Real Random I/O with FIO Neto, Antonio Jose Rodrigues
2013-02-06 13:10 ` Jens Axboe
2013-02-06 13:19   ` Neto, Antonio Jose Rodrigues

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.