diff options
Diffstat (limited to '')
-rw-r--r-- | playgrounds/fio/rand-write.fio | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/playgrounds/fio/rand-write.fio b/playgrounds/fio/rand-write.fio new file mode 100644 index 0000000..5564414 --- /dev/null +++ b/playgrounds/fio/rand-write.fio @@ -0,0 +1,14 @@ +[global] +name=fio-rand-write +filename=./data/fio-rand-write +rw=randwrite +bs=4K +direct=0 +numjobs=4 +time_based=1 +runtime=900 + +[file1] +size=8G +ioengine=libaio +iodepth=16 |