Jmeter Load Testing: Adding 1000 concurrent Users Per Minute (Jmeter)

Jmeter Load Testing: Adding 1000 concurrent Users Per Minute (Jmeter)

Apache JMeter is a popular open-source software used for performance/load testing.

Let us take a web-based application, where we need to check its behavior when concurrent users should be maintained on it for a certain time.


                                      

  • Add an Aggregate Listner: 





  • After that add a Concurrency Thread Group:


  • Add below values in :




  • Target ConcurrencyTotal number of threads (users) in the test.
  • Ramp-up Time (min): Total ramp-up duration in minutes.
  • Ramp-up Steps Count: Total number of steps in which a group of threads (users) will ramp up.
  • Hold Target Rate Time (min): The steady-state when all the threads are active

Add an HTTP Request: 

Fill up the values as shown below :
 

Hit the start button (save your test plan before that )



Aggregate report after the test plan has been completed :





Thanks !!






Comments