@rajmehta53
After test run finished on ‘medium’ TEST_TYPE I have 4 pods
NAME READY STATUS RESTARTS AGE
perf-test-1-txp22 0/1 Completed 0 4m17s
perf-test-2-klr86 0/1 Completed 0 4m17s
perf-test-initializer-6kzq6 0/1 Completed 0 4m30s
perf-test-starter-66phw 0/1 Completed 0 3m55s
the logs:
> kubectl logs perf-test-1-txp22
data_received........: 0 B 0 B/s
data_sent............: 0 B 0 B/s
iteration_duration...: avg=256.99µs min=3.05µs med=3.87µs max=1.08s p(90)=7.53µs p(95)=9.25µs
iterations...........: 272263 13555.7368/s
vus..................: 28 min=0 max=80
vus_max..............: 80 min=80 max=80
> kubectl logs perf-test-2-klr86
data_received........: 0 B 0 B/s
data_sent............: 0 B 0 B/s
iteration_duration...: avg=174.2µs min=2.86µs med=3.85µs max=1.09s p(90)=7.52µs p(95)=9.12µs
iterations...........: 295271 14701.22307/s
vus..................: 27 min=0 max=80
vus_max..............: 80 min=80 max=80
> kubectl logs perf-test-starter-66phw
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 238 100 151 100 87 24257 13975 --:--:-- --:--:-- --:--:-- 30200
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 238 100 151 100 87 82739 47671 --:--:-- --:--:-- --:--:-- 147k
{"data":{"type":"status","id":"default","attributes":{"status":4,"paused":false,"vus":0,"vus-max":80,"stopped":false,"running":false,"tainted":false}}}{"data":{"type":"status","id":"default","attributes":{"status":4,"paused":false,"vus":0,"vus-max":80,"stopped":false,"running":false,"tainted":false}}}
> kubectl logs perf-test-initializer-6kzq6
{
"paused": null,
"vus": null,
"duration": null,
"iterations": null,
"stages": [
{
"duration": "3s",
"target": 10
},
{
"duration": "14s",
"target": 10
},
{
"duration": "3s",
"target": 0
}
],
"scenarios": {
"default": {
"executor": "ramping-vus",
"startTime": null,
"gracefulStop": null,
"env": null,
"exec": null,
"tags": null,
"startVUs": null,
"stages": [
{
"duration": "3s",
"target": 10
},
{
"duration": "14s",
"target": 10
},
{
"duration": "3s",
"target": 0
}
],
"gracefulRampDown": null
}
},
"executionSegment": null,
"executionSegmentSequence": null,
"noSetup": null,
"setupTimeout": null,
"noTeardown": null,
"teardownTimeout": null,
"rps": null,
"dns": {
"ttl": null,
"select": null,
"policy": null
},
"maxRedirects": null,
"userAgent": null,
"batch": null,
"batchPerHost": null,
"httpDebug": null,
"insecureSkipTLSVerify": null,
"tlsCipherSuites": null,
"tlsVersion": null,
"tlsAuth": null,
"throw": null,
"thresholds": null,
"blacklistIPs": null,
"blockHostnames": null,
"hosts": null,
"noConnectionReuse": null,
"noVUConnectionReuse": null,
"minIterationDuration": null,
"ext": null,
"summaryTrendStats": [
"avg",
"min",
"med",
"max",
"p(90)",
"p(95)"
],
"summaryTimeUnit": null,
"systemTags": [
"check",
"error",
"error_code",
"expected_response",
"group",
"method",
"name",
"proto",
"scenario",
"service",
"status",
"subproto",
"tls_version",
"url"
],
"tags": {
"test_run_id": "Wed_Nov__1_08:53:42_PDT_2023"
},
"metricSamplesBufferSize": null,
"noCookiesReset": null,
"discardResponseBodies": true,
"totalDuration": "50s",
"maxVUs": 10
}
So for me, the initializer pod shows 10 VUs, but the starter and the runners show 160 VUs