Jens Axboe | d090f6f | 2007-12-14 12:41:04 +0100 | [diff] [blame] | 1 | # This job file tries to mimic the Intel IOMeter File Server Access Pattern |
2 | [global] | ||||
3 | description=Emulation of Intel IOmeter File Server Access Pattern | ||||
4 | |||||
5 | [iometer] | ||||
6 | bssplit=512/10:1k/5:2k/5:4k/60:8k/2:16k/4:32k/4:64k/10 | ||||
7 | rw=randrw | ||||
8 | rwmixread=80 | ||||
9 | direct=1 | ||||
10 | size=4g | ||||
11 | ioengine=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 | ||||
18 | iodepth=64 |