Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to ramp down in Jmeter?

We all know Jmeter isn't the best at changing the number of active threads during the run (unless you get fancy and make separate thread groups that fire off at different intervals).

Has any come up with a good solution for ramping down at the end of the test?

For example, I start with 50 threads and within 30 minutes I want 0 active threads.

like image 680
BlackGaff Avatar asked Jul 30 '10 17:07

BlackGaff


People also ask

What should be the ideal ramp up period in JMeter?

The ramp-up period tells JMeter how long to take to "ramp-up" to the full number of threads chosen. If 10 threads are used, and the ramp-up period is 100 seconds, then JMeter will take 100 seconds to get all 10 threads up and running. Each thread will start 10 (100/10) seconds after the previous thread was begun.

What is ramp up and ramp down in performance testing?

Ramp up and ramp down helps us to test server auto scaling, as when server sees requests are on an increasing trend, it spins up more servers to manage the load.

How do you calculate ramp up and ramp down?

Ans: The user ramp up decides the rate at which virtual users add to the load test whereas ramp down instructs LoadRunner at which rate virtual users exit from the load test. Example: Ramp-up rate – 5 Vusers per 10 seconds. Ramp-down rate – 20 Vusers per 5 seconds.


1 Answers

Check out Ultimate Thread Group here, I think this is it.

like image 155
Andrey Pokhilko Avatar answered Nov 30 '22 23:11

Andrey Pokhilko