简体   繁体   中英

How can I calculate response time and throughput for large no.of threads

Given is jmeter generated summary report for 10 threads(concurrent request).

Can we calculate and find response time and throughput for 50 threads from the report we got for 10 users. I have to run load test of an rest api which trigger email and sms notifications. for which i wanted to know if their any way to find the approx response time and throughput for 50 threads if we have report for 10 threads.

The assumption will be accurate only in the case if linear dependency between number of users and throughput. In the absolute majority of cases you won't be able to predict the metrics values even using a set of previous results, not having only one test scenario.

So the only way to see that will be throughput and response time for 50 concurrent users is to run test with 50 concurrent users. If you are not in position to ramp-up extra virtual users there are still some things you still can test on a scaled down environment like:

  1. Code and Database Interaction
  2. External Service Calls
  3. Load Allocation
  4. Monitoring the Application Server
  5. Run a Soak Test

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM