Hey brother, want to confirm, if in JMeter I set the number of users to 10 and ramp-up to 5 with loop count of 1, it means that it will take 5 seconds to generate all users (5/10 = 0.5 seconds per user). Does it mean that request will also be generated every 0.5 second?
Hi Naman, ramp up of 5 sec for 10 users means 2 users will be added every second until we have 10 users in 5 sec So you are right here Now as a virtual user is generated, it will run all the requests in your Thread Group So logically, if you have a single request (sampler) it will get executed every .5 sec
Thank you sir, it's very usefull content
You're most welcome Arvind
Bro super thanks for updates 🥰
Most welcome Divakar
Hey brother, want to confirm, if in JMeter I set the number of users to 10 and ramp-up to 5 with loop count of 1, it means that it will take 5 seconds to generate all users (5/10 = 0.5 seconds per user). Does it mean that request will also be generated every 0.5 second?
Hi Naman, ramp up of 5 sec for 10 users means 2 users will be added every second until we have 10 users in 5 sec
So you are right here
Now as a virtual user is generated, it will run all the requests in your Thread Group
So logically, if you have a single request (sampler) it will get executed every .5 sec
@@RaghavPal ah okay, so it means that request will also be produced every 0.05 secs correct? Sorry If I misunderstand
As a new VU gets generated, it will start the request
@@RaghavPal Thanks