DMC
DMC

Reputation: 219

correct use of throughput controller (JMeter)

I have the following scenario:

enter image description here

  1. Main thread is set to 50 concurrent users (looping - as testduration will be scheduled).

  2. Throughput controllers for all API calls is set to 100% 'Percent Executions' with 'Per User' ticked off.

Except for /pdfbill (set to 50%), as we only want 25 concurrent users here instead of 50 users.

Q: Is this approach correct? Or should i use the 'Per user' option inside the throughput controller for all calls ?

Upvotes: 0

Views: 1277

Answers (1)

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34536

Yes your approach is correct as er this documentation:

Upvotes: 1

Related Questions