-
Notifications
You must be signed in to change notification settings - Fork 52
/
run-params.ini
104 lines (77 loc) · 2.48 KB
/
run-params.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
active_range=Active Range
active_range-param-default=100
active_range-param-match=/^1?[0-9]{1,2}$/
font_size=Font Size
font_size-param-default=9
font_size-param-match=/^[0-9]{1,2}$/
highcharts_js_url=Highcharts Javascript URL
highcharts_js_url-param-default=http://code.highcharts.com/highcharts.js
highcharts3d_js_url=Highcharts 3D Javascript URL
highcharts3d_js_url-param-default=http://code.highcharts.com/highcharts-3d.js
jquery_url=Highcharts 3D Javascript URL
jquery_url-param-default=http://code.jquery.com/jquery-2.1.0.min.js
no3dcharts=No 3D Charts?
no3dcharts-param-default=0
no3dcharts-param-match=/^[01]$/
nojson=No JSON Artifacts?
nojson-param-default=0
nojson-param-match=/^[01]$/
nopdfreport=No PDF Report?
nopdfreport-param-default=0
nopdfreport-param-match=/^[01]$/
noprecondition=No Precondition?
noprecondition-param-default=0
noprecondition-param-match=/^[01]$/
noparsefio=No Parse Fio?
noparsefio-param-default=0
noparsefio-param-match=/^[01]$/
nopurge=No Purge?
nopurge-param-default=0
nopurge-param-match=/^[01]$/
norandom=No Random IO?
norandom-param-default=0
norandom-param-match=/^[01]$/
noreport=No Reports?
noreport-param-default=0
noreport-param-match=/^[01]$/
nosecureerase=No Secure Erase?
nosecureerase-param-default=0
nosecureerase-param-match=/^[01]$/
notrim=No Trim?
notrim-param-default=0
notrim-param-match=/^[01]$/
nozerofill=No Zero Fill?
nozerofill-param-default=0
nozerofill-param-match=/^[01]$/
oio_per_thread=OIO/Thread (Queue Depth)
oio_per_thread-param-default=64
oio_per_thread-param-match=/^[0-9]{1,3}$/
precondition_passes=Precondition Passes
precondition_passes-param-default=2
precondition_passes-param-match=/^[1-9]$/
ss_rounds=Steady State Rounds
ss_rounds-param-default=25
ss_rounds-param-match=/^[0-9]+$/
ss_verification=Steady State Verification
ss_verification-param-default=10
ss_verification-param-match=/^[0-9]{1,2}$/
target=Target
test=Test
test-param-default=iops
threads=Threads
threads-param-default={cpus}
threads_per_core_max=Max Threads Per CPU Core
threads_per_core_max-param-default=2
threads_per_core_max-param-match=/^[0-9]{1,2}$/
threads_per_target_max=Max Threads Per Target
threads_per_target_max-param-default=8
threads_per_target_max-param-match=/^[0-9]{1,2}$/
timeout=Timeout (seconds)
timeout-param-default=86400
timeout-param-match=/^[0-9]+$/
verbose=Verbose?
verbose-param-default=0
verbose-param-match=/^[01]$/
wd_test_duration=Workload Dependent Test Duration
wd_test_duration-param-default=60
wd_test_duration-param-match=/^[0-9]+$/