So I'm using Concurrency Thread Group with Throughput Shaping Timer. In TST I have: one request per second duration 60s then two request per second duration 60s So after all I expect 180 requests but each run I receive different values. Why? One time 142, another 118. result
0
votes
1 Answers
0
votes
You're having some errors in your tests so it worth checking jmeter.log file for any suspicious entries:
You should not be running your tests in GUI mode, GUI mode is only for tests development and debugging, when it comes to test execution, especially for 1000 virtual users you should be running your JMeter tests in command-line non-GUI mode