summary refs log tree commit diff
path: root/playgrounds/fio/seq-write.fio
blob: 88fbeaa6f3ee93703eb814f5a3cf87a8c126fc64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[global]
name=fio-seq-write
filename=./data/fio-seq-write
rw=write
bs=256K
direct=0
numjobs=1
time_based=1
runtime=900

[file1]
size=8G
ioengine=libaio
iodepth=16