rampUsers not working like it expected .

Hello !
Could please anyone help ?
I’m trying to set-up configuration in which users or hits will grow gradually over specific time .

I have tried several set-ups .

//setUp(scn.inject(atOnceUsers(1))).protocols(httpProtocol)
//setUp(scn.inject(rampUsersPerSec(1) to (25) during(300))).protocols(httpProtocol)
setUp(scn.inject(rampUsers(300) over(1200 seconds))).protocols(httpProtocol)
//setUp(scn.inject(constantUsersPerSec(3) during(600 seconds))).protocols(httpProtocol)

But when I run gatling.sh , it finishes before defined period .

for example setUp(scn.inject(rampUsers(300) over(1200 seconds))).protocols(httpProtocol) , but it finished in less them 5 minutes :frowning:

I need set set-up smth like gradually increase of user/or his/persec from 1 to 200 during 30 minutes .

for example setUp(scn.inject(rampUsers(300) over(1200 seconds))).protocols(httpProtocol) , but it finished in less them 5 minutes :frowning:

It looks very wrong. You’re either using an old or unstable version, or did something wrong on your side.

gatling-charts-highcharts-bundle-2.2.0-SNAPSHOT

OK, meaning “unstable”.

What’s your snapshot timestamp? Have you tried a recent one?