SLIDE 51 nci.org.au
Lab 1 – FIO Tasks – 2/2
- Sample run for random IO:
# Random Workload – set using --readwrite=randrw, ratio of reads and writes set using --rwmixread=50 (i.e. 50% read, 50% writes)
% /short/z00/jxa900/fio-src/fio --randrepeat=1 --ioengine=libaio --gtod_reduce=1 --bs=4k --iodepth=8 -- size=1024MB --readwrite=randrw --rwmixread=50 --thread --numjobs=2 --name=test -- filename=/short/jxa900/test.out test: (g=0): rw=randrw, bs=4K-4K/4K-4K/4K-4K, ioengine=libaio, iodepth=64 ... fio-2.2.6-15-g3765 Starting 2 threads Jobs: 2 (f=2): [m(2)] [100.0% done] [47712KB/0KB/0KB /s] [11.1K/0/0 iops] [eta 00m:00s] test: (groupid=0, jobs=2): err= 0: pid=7014: Sat Apr 25 18:46:09 2015 mixed: io=2048.0MB, bw=43254KB/s, iops=10813, runt= 48485msec cpu : usr=1.42%, sys=20.51%, ctx=243452, majf=0, minf=5 IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%, >=64=100.0% submit : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0% complete : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.1%, >=64=0.0% issued : total=r=524288/w=0/d=0, short=r=0/w=0/d=0, drop=r=0/w=0/d=0 latency : target=0, window=0, percentile=100.00%, depth=64 Run status group 0 (all jobs): MIXED: io=2048.0MB, aggrb=43253KB/s, minb=43253KB/s, maxb=43253KB/s, mint=48485msec, maxt=48485msec
In the previous table note the data: Title: Num Threads, Working Set (MB), Block Size (KB), Time Taken (ms), Data Read/Written (MB), IOPS, B/W (MB/sec) Row: 2, 1024, 4, 48485, 2048, 10813, 42.2 (=43253/1024)