Reputation: 49
helo, im so new on jmeter
and confused how the samples of summary report count, cz im using plug-in bzm - Concurrency Thread Group.. with the same setting of target concurrency, ramp up time, ramp-up step count, and hold target rate time can give different count of samples, how can i count the samples correctly?
Upvotes: 0
Views: 543
Reputation: 168072
What do you mean by "correctly"?
If you use Concurrency Thread Group you cannot precisely control the number of sample results because it mainly depends on your application response time, lower response time - more sample results, higher response time - less sample results.
If you're looking for a way of making strictly X requests - add Throughput Controller and specify how many requests you want to make:
More information: Advanced Load Testing Scenarios with JMeter Part 4 - Stepping Thread Group and Concurrency Thread Group
Upvotes: 1