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

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