Difference between revisions of "Fio Sequential Write"
Jump to navigation
Jump to search
(Created page with " <code>fio --randrepeat=1 --size=5G --ioengine=libaio --direct=1 --gtod_reduce=1 --bs=4k --iodepth=64 --readwrite='''write''' --name=MY_TEST --filename=TEST_TO_DELETE && rm T...") Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 2: | Line 2: | ||
+ | <pre> | ||
+ | fio --randrepeat=1 --size=5G --ioengine=libaio --direct=1 --gtod_reduce=1 --bs=4k --iodepth=64 --readwrite=write --name=MY_TEST --filename=TEST_TO_DELETE && rm TEST_TO_DELETE | ||
+ | MY_TEST: (g=0): rw=write, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=64 | ||
+ | fio-3.1 | ||
+ | Starting 1 process | ||
+ | MY_TEST: Laying out IO file (1 file / 5120MiB) | ||
+ | fio: native_fallocate call failed: Operation not supported | ||
+ | Jobs: 1 (f=1): [W(1)][100.0%][r=0KiB/s,w=21.4MiB/s][r=0,w=5477 IOPS][eta 00m:00s] | ||
+ | MY_TEST: (groupid=0, jobs=1): err= 0: pid=29121: Wed Apr 22 13:04:27 2020 | ||
+ | write: IOPS=5420, BW=21.2MiB/s (22.2MB/s)(5120MiB/241814msec) | ||
+ | bw ( KiB/s): min=12000, max=26872, per=99.98%, avg=21676.90, stdev=2394.94, samples=483 | ||
+ | iops : min= 3000, max= 6718, avg=5419.20, stdev=598.74, samples=483 | ||
+ | cpu : usr=0.61%, sys=1.97%, ctx=275677, majf=0, minf=10 | ||
+ | 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 rwt: total=0,1310720,0, short=0,0,0, dropped=0,0,0 | ||
+ | latency : target=0, window=0, percentile=100.00%, depth=64 | ||
+ | Run status group 0 (all jobs): | ||
+ | WRITE: bw=21.2MiB/s (22.2MB/s), 21.2MiB/s-21.2MiB/s (22.2MB/s-22.2MB/s), io=5120MiB (5369MB), run=241814-241814msec | ||
+ | </pre> | ||
== See also == | == See also == | ||
* {{fio}} | * {{fio}} |
Revision as of 13:05, 22 April 2020
fio --randrepeat=1 --size=5G --ioengine=libaio --direct=1 --gtod_reduce=1 --bs=4k --iodepth=64 --readwrite=write --name=MY_TEST --filename=TEST_TO_DELETE && rm TEST_TO_DELETE
fio --randrepeat=1 --size=5G --ioengine=libaio --direct=1 --gtod_reduce=1 --bs=4k --iodepth=64 --readwrite=write --name=MY_TEST --filename=TEST_TO_DELETE && rm TEST_TO_DELETE MY_TEST: (g=0): rw=write, bs=(R) 4096B-4096B, (W) 4096B-4096B, (T) 4096B-4096B, ioengine=libaio, iodepth=64 fio-3.1 Starting 1 process MY_TEST: Laying out IO file (1 file / 5120MiB) fio: native_fallocate call failed: Operation not supported Jobs: 1 (f=1): [W(1)][100.0%][r=0KiB/s,w=21.4MiB/s][r=0,w=5477 IOPS][eta 00m:00s] MY_TEST: (groupid=0, jobs=1): err= 0: pid=29121: Wed Apr 22 13:04:27 2020 write: IOPS=5420, BW=21.2MiB/s (22.2MB/s)(5120MiB/241814msec) bw ( KiB/s): min=12000, max=26872, per=99.98%, avg=21676.90, stdev=2394.94, samples=483 iops : min= 3000, max= 6718, avg=5419.20, stdev=598.74, samples=483 cpu : usr=0.61%, sys=1.97%, ctx=275677, majf=0, minf=10 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 rwt: total=0,1310720,0, short=0,0,0, dropped=0,0,0 latency : target=0, window=0, percentile=100.00%, depth=64 Run status group 0 (all jobs): WRITE: bw=21.2MiB/s (22.2MB/s), 21.2MiB/s-21.2MiB/s (22.2MB/s-22.2MB/s), io=5120MiB (5369MB), run=241814-241814msec
See also
Advertising: