projects
/
fio.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Missed FIO_UNIDIR io ops flags on net engine
[fio.git]
/
examples
/
netio
Commit
Line
Data
b9448b92
JA
1
# Example network job, just defines two clients that send/recv data
2
[global]
3
ioengine=net
9f9214f2
4
filename=localhost/8888
36afc119
5
bs=4k
b9448b92
JA
6
size=10g
7
8
[receiver]
9
rw=read
10
cpumask=1
11
12
[sender]
13
rw=write
14
cpumask=1