Hi Team,
I am Trying to setup simulation based on Virtual Users.
I want to achieve something like,
100 VUsers → 10min Ramp up and 1 hour Steady State.
I have Tried Below Config. but it is not working. each thread is executing once and going in done state.
setUp(
scn.inject(rampUsers(100) over 600.seconds ))
.throttle(reachRps(100) in (600 seconds), holdFor(60 minutes))
.protocols(httpConf)
Please some one can help me to build my expected Configuration.