[BUG] Load test exhibits completely different load characteristics on 2nd run.
mithunshanbhag opened this issue · 2 comments
mithunshanbhag commented
Describe the bug
- I have a quick load test set up to use 5 virtual users, single-engine, duration = 120 seconds, ramp-up time = 120 seconds.
- On first run, a total of 2521 requests are generated (average 21.9 requests/second).
- On second run, a total of 10847 requests are generated (average 180.87 requests/second).
- The second run seems to generate almost 8x the load. See the screenshot below.
Details
- Subscription ID: d0c33f09-f408-4bb7-935e-c53c50358a38
- Load Test Resource Name:
contoso-traders-loadtestctstg
- Load Test Name:
contoso-traders-products
- Run 1:
TestRun_2/3/2023_7:35:35AM
- Run 2:
TestRun_2/3/2023_7:41:37AM
Screenshots
Additional Details
- For context, the second run is with chaos studio enabled (AKS chaos mesh with pod failures). But that does not explain why the load service is generating 8x the load.
CC: @MarcusFelling
AB#1741010
ninallam commented
@mithunshanbhag As you can see, the load which is the Virtual Users is same. The number of requests depends on the response time of your application. The way VUs (or threads) work in JMeter is that once a thread sends a requests it waits till the response is received and then sends the next one. So if the response time is less, in the same duration the number of requests would be higher. Hope that answers your question.
mithunshanbhag commented
Thanks @ninallam, understood.
Closing this issue. Will follow up with Chaos Studio team separately on the other orthogonal issue (non responsive pods)