Test Cm Event Storm 74/140874/2
authorToineSiebelink <toine.siebelink@est.tech>
Tue, 13 May 2025 11:41:50 +0000 (12:41 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Tue, 13 May 2025 11:49:09 +0000 (12:49 +0100)
- 6 minutes CM Event Background load to 26*500 = 13000 AVC/sec
- 8 minutes CM Event Background load to 6*500 = 3000 AVC/sec

Issue-ID: CPS-2743
Change-Id: Ide4201609e5d9766b3d3ab7c855dfd11159dafd0
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
k6-tests/ncmp/config/kpi.json
k6-tests/ncmp/ncmp-test-runner.js

index ca57536..8168be1 100644 (file)
       "vus": 1,
       "iterations": 1
     },
-    "produceKafkaMessages": {
+    "produceKafkaMessagesStorm": {
       "executor": "constant-arrival-rate",
-      "rate": 11,
+      "rate": 26,
       "timeUnit": "1s",
-      "duration": "15m",
-      "preAllocatedVUs": 10,
-      "maxVUs": 12,
+      "duration": "6m",
+      "preAllocatedVUs": 26,
+      "maxVUs": 30,
       "exec": "produceAvcEventsScenario",
       "gracefulStop": "10s"
+    },
+    "produceKafkaMessagesNormal": {
+      "executor": "constant-arrival-rate",
+      "rate": 6,
+      "timeUnit": "1s",
+      "duration": "8m",
+      "preAllocatedVUs": 6,
+      "maxVUs": 8,
+      "exec": "produceAvcEventsScenario",
+      "gracefulStop": "10s",
+      "startTime": "7m"
     }
   },
   "thresholds": {
index 4e44a47..655416b 100644 (file)
@@ -203,7 +203,7 @@ export function legacyBatchProduceScenario() {
 }
 
 export function produceAvcEventsScenario() {
-    sendBatchOfKafkaMessages(250);
+    sendBatchOfKafkaMessages(500);
 }
 
 export function legacyBatchConsumeScenario() {