Move setup_rate() out of log.c
[fio.git] / examples / netio
... / ...
CommitLineData
1# Example network job, just defines two clients that send/recv data
2[global]
3ioengine=net
4filename=localhost/8888
5size=4k
6size=10g
7
8[receiver]
9rw=read
10cpumask=1
11
12[sender]
13rw=write
14cpumask=1