Run the load generators against our server: the window holds, memory returns to baseline, no defects
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
log:
|
||||
level: info
|
||||
rate: yes
|
||||
netbuf: false
|
||||
|
||||
profiler:
|
||||
enabled: no
|
||||
|
||||
smpp:
|
||||
remote: NODE_HOST:2775
|
||||
bind:
|
||||
systemID: dumb-idle
|
||||
systemType: ""
|
||||
password: dumbpw
|
||||
mode: TRX
|
||||
|
||||
generator:
|
||||
enabled: yes
|
||||
message:
|
||||
from:
|
||||
ton: 1
|
||||
npi: 1
|
||||
addr: "15550005678"
|
||||
to:
|
||||
ton: 1
|
||||
npi: 1
|
||||
addr: "15550001234"
|
||||
template: no
|
||||
registeredDelivery: 0
|
||||
dataCoding: 1
|
||||
body: "load phase 7 - S6 idle probe"
|
||||
count: 1
|
||||
rate: 1
|
||||
window: 10
|
||||
# Sends its one message, gets the response, then goes silent - run through the no-ping binary
|
||||
# (see the Dockerfile), so nothing at all crosses the wire after that: no enquire_link, no traffic.
|
||||
stayConnected: yes
|
||||
@@ -0,0 +1,35 @@
|
||||
log:
|
||||
level: info
|
||||
rate: yes
|
||||
netbuf: false
|
||||
|
||||
profiler:
|
||||
enabled: no
|
||||
|
||||
smpp:
|
||||
remote: NODE_HOST:2775
|
||||
bind:
|
||||
systemID: dumb-soak
|
||||
systemType: ""
|
||||
password: dumbpw
|
||||
mode: TRX
|
||||
|
||||
generator:
|
||||
enabled: yes
|
||||
message:
|
||||
from:
|
||||
ton: 1
|
||||
npi: 1
|
||||
addr: "15550005678"
|
||||
to:
|
||||
ton: 1
|
||||
npi: 1
|
||||
addr: "15550001234"
|
||||
template: no
|
||||
registeredDelivery: 0
|
||||
dataCoding: 1
|
||||
body: "load phase 7 - long soak, fast handler"
|
||||
count: 300000
|
||||
rate: 500
|
||||
window: 100
|
||||
stayConnected: yes
|
||||
@@ -0,0 +1,35 @@
|
||||
log:
|
||||
level: info
|
||||
rate: yes
|
||||
netbuf: false
|
||||
|
||||
profiler:
|
||||
enabled: no
|
||||
|
||||
smpp:
|
||||
remote: NODE_HOST:2775
|
||||
bind:
|
||||
systemID: dumb-w2000
|
||||
systemType: ""
|
||||
password: dumbpw
|
||||
mode: TRX
|
||||
|
||||
generator:
|
||||
enabled: yes
|
||||
message:
|
||||
from:
|
||||
ton: 1
|
||||
npi: 1
|
||||
addr: "15550005678"
|
||||
to:
|
||||
ton: 1
|
||||
npi: 1
|
||||
addr: "15550001234"
|
||||
template: no
|
||||
registeredDelivery: 0
|
||||
dataCoding: 1
|
||||
body: "load phase 7 - window 2000, above maxHeldMessages (S9)"
|
||||
count: 20000
|
||||
rate: 2000
|
||||
window: 2000
|
||||
stayConnected: no
|
||||
@@ -0,0 +1,35 @@
|
||||
log:
|
||||
level: info
|
||||
rate: yes
|
||||
netbuf: false
|
||||
|
||||
profiler:
|
||||
enabled: no
|
||||
|
||||
smpp:
|
||||
remote: NODE_HOST:2775
|
||||
bind:
|
||||
systemID: dumb-w500
|
||||
systemType: ""
|
||||
password: dumbpw
|
||||
mode: TRX
|
||||
|
||||
generator:
|
||||
enabled: yes
|
||||
message:
|
||||
from:
|
||||
ton: 1
|
||||
npi: 1
|
||||
addr: "15550005678"
|
||||
to:
|
||||
ton: 1
|
||||
npi: 1
|
||||
addr: "15550001234"
|
||||
template: no
|
||||
registeredDelivery: 0
|
||||
dataCoding: 1
|
||||
body: "load phase 7 - window 500, below maxHeldMessages"
|
||||
count: 20000
|
||||
rate: 2000
|
||||
window: 500
|
||||
stayConnected: no
|
||||
Reference in New Issue
Block a user