projects
/
fio.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix bad interaction with file open/close and queuing
[fio.git]
/
examples
/
netio
1
# Example network job, just defines two clients that send/recv data
2
[global]
3
ioengine=net
4
filename=localhost/8888
5
bs=4k
6
size=10g
7
#set the below option to enable end-to-end data integrity tests
8
#verify=md5
9
10
[receiver]
11
rw=read
12
13
[sender]
14
rw=write