Search code examples
jmeterjmeter-plugins

configuring ramp-up in jmeter


Trying to figure this out

I have a single request, i'd like to send the request 100 times every 1 hour. in a loop

what is the right setup for this using the thread group plugin ?


Solution

  • You must combine these configuration: - Number of thread (users) = 100 - Ramp-up Period = 3600

    Those configuration will send request 100 times in 1 hour.

    Loop Count will determine how many hours you want to run the test. If you wan to run the test for 10 hours, just set the loop to 10.

    I hope this help you.