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:
- Target Concurrency: Total 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 :
Aggregate report after the test plan has been completed :
Thanks !!
Comments
Post a Comment