-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not write results in disk, use max-body=0
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
- Loading branch information
1 parent
cd9c405
commit ff4a3f8
Showing
2 changed files
with
71 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,65 @@ | ||
# vim: expandtab shiftwidth=2 softtabstop=2 | ||
# vi: expandtab shiftwidth=2 softtabstop=2 | ||
|
||
# First scenario is configured as warmup and it will also tune the default ingress-controller to assign the router pods to the infra nodes | ||
- termination: http | ||
connections: 200 | ||
samples: 1 | ||
duration: 30s | ||
path: /128.html | ||
concurrency: 2 | ||
tool: vegeta | ||
serverReplicas: 9 | ||
requestTimeout: 2s | ||
warmup: false | ||
keepalive: false | ||
threads: 50 | ||
connections: 400 | ||
samples: 5 | ||
duration: 2m | ||
path: /256.html | ||
concurrency: 9 | ||
tool: vegeta | ||
serverReplicas: 45 | ||
tuningPatch: '{"spec":{"nodePlacement": {"nodeSelector": {"matchLabels": {"node-role.kubernetes.io/infra": ""}}}, "replicas": 2}}' | ||
delay: 10s | ||
threads: 400 | ||
requestTimeout: 10s | ||
warmup: true | ||
|
||
- termination: reencrypt | ||
connections: 400 | ||
samples: 2 | ||
duration: 2m | ||
path: /256.html | ||
concurrency: 9 | ||
tool: vegeta | ||
serverReplicas: 45 | ||
threads: 400 | ||
requestTimeout: 10s | ||
delay: 10s | ||
|
||
- termination: http | ||
connections: 400 | ||
samples: 2 | ||
duration: 2m | ||
path: /256.html | ||
concurrency: 9 | ||
tool: vegeta | ||
serverReplicas: 45 | ||
threads: 400 | ||
requestTimeout: 10s | ||
delay: 10s | ||
|
||
- termination: edge | ||
connections: 400 | ||
samples: 2 | ||
duration: 2m | ||
path: /256.html | ||
concurrency: 9 | ||
tool: vegeta | ||
serverReplicas: 45 | ||
threads: 400 | ||
requestTimeout: 10s | ||
delay: 10s | ||
|
||
|
||
- termination: passthrough | ||
connections: 400 | ||
samples: 2 | ||
duration: 2m | ||
path: /256.html | ||
concurrency: 9 | ||
tool: vegeta | ||
serverReplicas: 45 | ||
threads: 400 | ||
requestTimeout: 10s | ||
delay: 10s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters