blob: e68fead8ab6792ec803f57226f036ade9ac27191 [file] [log] [blame]
Dale Curtis8adf7892011-09-08 16:13:36 -07001# Large file random writes.
2# 1024 files, 100MB per file.
3
4time=300 # 5 min
5alignio=1
6
7[filesystem0]
8# For KVM Autotest , this will by-default
9# be / , unless and until the user is absolutely
10# sure what is is upto.
11 location=/
12 num_files=2
13 min_filesize=1G
14 max_filesize=2G
15[end0]
16
17[threadgroup0]
18 num_threads=4
19
20 read_random=1
21 read_weight=1
22
23 read_size=5242880 # 5 MB
24 read_blocksize=4096
25[end0]