projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
doc: Add usage and example about s3 storage class and crypto
[fio.git]
/
examples
/
tiobench-example.fio
1
; tiobench like setup, add more fX files between the stonewalls to
2
; create more threads
3
4
[global]
5
direct=1
6
size=512m
7
bsrange=4k-4k
8
timeout=60
9
numjobs=4 ; 4 simultaneous threads for each job
10
11
[f1]
12
rw=write
13
14
[f2]
15
stonewall
16
rw=randwrite
17
18
[f3]
19
stonewall
20
rw=read
21
22
[f4]
23
stonewall
24
rw=randread