Suppose I've 50 users. I want the load of 49 users on the website in parallel with 50th user who will be performing a time-consuming single action only once. How can I achieve such concurrency in Jmeter?
Normally you should be using different Thread Groups to represent different business groups of virtual users so you can have:
Alternatively you can go for a single Thread Group of 50 users and use Throughput Controller to limit execution of the single action to 1:
More information: Running JMeter Samplers with Defined Percentage Probability
1.4m articles
1.4m replys
5 comments
57.0k users