forked from emc-mongoose/mongoose-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
defaults.yaml
230 lines (224 loc) · 4.86 KB
/
defaults.yaml
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
---
# WARNING: Do not edit this file manually, it will be replaced with factory default content on every Mongoose run.
item:
data:
input:
file: null
layer:
cache: 16
heap: false
size: 4MB
seed: 7a42d9c483244167
ranges:
concat: null
fixed: null
random: 0
threshold: 0
size: 1MB
verify: false
input:
file: null
path: null
naming:
length: 12
seed: "%{int64:xor(int64:reverse(time:millisSinceEpoch()), int64:reverseBytes(time:nanos()))}"
prefix: null
radix: 36
step: 1
type: random
output:
file: null
path: "%{date:format(\"yyyyMMdd.HHmmss.SSS\").format(date:from(time:millisSinceEpoch()))}"
type: data
load:
batch:
size: 32768
op:
limit:
count: 0
fail:
count: 100000
rate: false
rate: 0
recycle: 1000000
output:
duplicates: false
recycle:
mode: false
content:
update: false
retry: false
shuffle: false
type: create
wait:
finish: true
service:
threads: 0
step:
id: null
idAutoGenerated: false
limit:
size: 0
time: 0
node:
addrs: []
port: 1099
output:
color: true
metrics:
average:
aggregation:
period: 100
period: 10s
persist: true
table:
header:
period: 20
summary:
persist: true
trace:
persist: false
threshold: 0
quantiles:
- 0.25
- 0.5
- 0.75
run:
id: 0
comment: ""
node: false
port: 9999
scenario: null
version: 4.3.2
storage:
auth:
file: null
secret: null
token: null
uid: null
driver:
limit:
concurrency: 1
queue:
input: 1000000
threads: 0
type: dummy-mock
namespace: null
net:
node:
slice: false
aliasing:
# common
- name: "noop"
target: "load-op-type=noop"
- name: "create"
target: "load-op-type=create"
- name: "read"
target: "load-op-type=read"
- name: "update"
target: "load-op-type=update"
- name: "delete"
target: "load-op-type=delete"
- name: "atmos-subtenant"
target: "storage-auth-token"
- name: "s3-input-bucket"
target: "item-input-path"
- name: "s3-output-bucket"
target: "item-output-path"
- name: "swift-input-container"
target: "item-input-path"
- name: "swift-output-container"
target: "item-output-path"
# v3.5.0
- name: "test-step-metrics-period"
deprecated: true
target: "output-metrics-average-period"
- name: "test-step-metrics-threshold"
deprecated: true
target: "output-metrics-threshold"
- name: "test-step-name"
deprecated: true
target: "load-step-id"
- name: "test-step-limit-rate"
deprecated: true
target: "load-op-limit-rate"
- name: "item-data-content-file"
deprecated: true
target: "item-data-input-file"
- name: "item-data-content-seed"
deprecated: true
target: "item-data-input-seed"
- name: "item-data-content-ring-cache"
deprecated: true
target: "item-data-input-layer-cache"
- name: "item-data-content-ring-size"
deprecated: true
target: "item-data-input-layer-size"
- name: "load-circular"
deprecated: true
target: "load-op-recycle"
- name: "load-queue-size"
deprecated: true
target: "load-op-limit-recycle"
- name: "storage-driver-io-workers"
deprecated: true
target: "storage-driver-threads"
- name: "storage-driver-concurrency"
deprecated: true
target: "storage-driver-limit-concurrency"
- name: "load-rate-limit"
deprecated: true
target: "load-op-limit-rate"
# v4.0
- name: "load-generator-recycle-enabled"
deprecated: true
target: "load-op-recycle"
- name: "load-generator-shuffle"
deprecated: true
target: "load-op-shuffle"
- name: "load-limit-concurrency"
deprecated: true
target: "storage-driver-limit-concurrency"
- name: "load-limit-rate"
deprecated: true
target: "load-op-limit-rate"
- name: "load-type"
deprecated: true
target: "load-op-type"
- name: "storage-driver-remote"
deprecated: true
- name: "storage-driver-addrs"
deprecated: true
target: "load-step-node-addrs"
- name: "storage-driver-port"
deprecated: true
target: "load-step-node-port"
- name: "storage-driver-queue-input"
deprecated: true
target: "storage-driver-limit-queue-input"
- name: "test-scenario-file"
deprecated: true
target: "run-scenario"
- name: "test-step-distributed"
deprecated: true
- name: "test-step-id"
deprecated: true
target: "load-step-id"
- name: "test-step-limit-count"
deprecated: true
target: "load-op-limit-count"
- name: "test-step-limit-fail-count"
deprecated: true
target: "load-op-limit-fail-count"
- name: "test-step-limit-fail-rate"
deprecated: true
target: "load-op-limit-fail-rate"
- name: "test-step-limit-size"
deprecated: true
target: "load-step-limit-size"
- name: "test-step-limit-time"
deprecated: true
target: "load-step-limit-time"
- name: "item-naming-offset"
deprecated: true
target: "item-naming-seed"