I want to implement the following scenario in Jmeter by ramping up users gradually. How can I achieve that?
Thread group A:
- Every minute, 10 thread should ramp up,
- unless they reach the total max of 500 threads,
- and then they all should run for 4 hours continually.
My goal is to check the average response time for 4 hours.