-
Notifications
You must be signed in to change notification settings - Fork 5
/
secondaryload.yml
45 lines (39 loc) · 972 Bytes
/
secondaryload.yml
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
sample:
read: 0
write: 0
readDelay: 10
writeStop: 20
exhaustCursor: false
hourly:
read: 0
write: 0
readDelay: 10
writeStop: 20
exhaustCursor: true
collision: false
daily:
read: 100
write: 500
readDelay: 10
writeStop: 120
exhaustCursor: false
collision: false
writeConcern:
majority: true
journal: true
readConcernMajority: false
secondary: false
duration: 120
#seed: ec2-34-229-157-95.compute-1.amazonaws.com, ec2-54-172-242-55.compute-1.amazonaws.com, ec2-34-203-10-202.compute-1.amazonaws.com
seed: ec2-184-72-180-171.compute-1.amazonaws.com, ec2-34-205-74-11.compute-1.amazonaws.com, ec2-52-90-113-129.compute-1.amazonaws.com
database: timeSeries
port: 27019
days: 15
servers: 500
drop: false
createIndex: true # create basic indexes after drop?
login: mlynn
authSource: admin
password: Password123!
#description: "secondary load"
description: "w:majority / j:true / rc enabled / 500 writers, 100 readers, loaded secondary"