forked from pmuellr/kbn-alert-load
-
Notifications
You must be signed in to change notification settings - Fork 1
/
runSuites.sh
executable file
·13 lines (13 loc) · 1.12 KB
/
runSuites.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
testLength=30
ecctlConfig=config
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-50000-es-2x64GB-kb-16x8GB-rules-100,200,300
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-50000-es-2x64GB-kb-16x8GB-rules-400,600,800
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-100000-es-2x64GB-kb-16x8GB-rules-100,200,300
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-250000-es-2x64GB-kb-16x8GB-rules-25,50,75
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-250000-es-2x64GB-kb-16x8GB-rules-100,200,300
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-50000-es-4x64GB-kb-16x8GB-rules-400,600,800
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-100000-es-4x64GB-kb-16x8GB-rules-100,200,300
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-100000-es-4x64GB-kb-16x8GB-rules-400,600,800
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-250000-es-4x64GB-kb-16x8GB-rules-25,50,75
kbn-alert-load run -M $testLength -C $ecctlConfig indicator-index-250000-es-4x64GB-kb-16x8GB-rules-100,200,300