VUser Setup in Simulation

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.

Hi Team,

I am really stuck in this position. and not able to figure out how to achieve this.

Please someone can help me on this?

Scenario:100 VUsers → 10min Ramp up and 1 hour Steady State.

Setup details:

setUp(
scn.inject(rampUsers(100) during (600))
).protocols(httpProtocol).maxDuration(70 minutes)