I am running a test on Blazemeter by disabling the load configuration:
In the JMeter script, I have given 181 Users (total). The Load Distribution setting in Blazemeter looks like this: 2- Total Engines(Private- 50% each):
When I trigger the test I see this at the start:
During the test I see this: Max user count of 362
and then to original count (181) :
Q: Why do I see this discrepancy in total number of threads(Users)? And will I see 724 users if I change the engine count to 4? i.e. (Users given in script * Number of engines) before it returns to actual number of users?
If you disable BlazeMeter overrides your .jmx script is being executed "as it is", take a look at documentation:
When it comes to Distributed Test execution each engine runs the .jmx script as it is so
181
user in your Thread Group and 1 engine - you will see 181 usersGoing forward you can consider reaching out to BlazeMeter Support, they should be able to offer much comprehensive help than anyone here.