configure: add TCP_NODELAY check
[fio.git] / examples / iometer-file-access-server
CommitLineData
d090f6f6
JA
1# This job file tries to mimic the Intel IOMeter File Server Access Pattern
2[global]
3description=Emulation of Intel IOmeter File Server Access Pattern
4
5[iometer]
6bssplit=512/10:1k/5:2k/5:4k/60:8k/2:16k/4:32k/4:64k/10
7rw=randrw
8rwmixread=80
9direct=1
10size=4g
11ioengine=libaio
12# IOMeter defines the server loads as the following:
13# iodepth=1 Linear
14# iodepth=4 Very Light
15# iodepth=8 Light
16# iodepth=64 Moderate
17# iodepth=256 Heavy
18iodepth=64