To run a longer ramped Gatling load test,
for 500 seconds with 30 devices,
please edit
runBatchGatling.py
and
set
timeLimit = 80*60, instTimeLimit = 14*60, frameTimeLimit = 14*60, endFrame = 30, nWorkers = 54
,
then please edit
./gatlingWorker/ncsSim.scala
and
uncomment the line
scn.inject( rampConcurrentUsers(1) to (6) during (360 seconds), constantConcurrentUsers( 6 ) during (140 seconds ) )
then re-run
python3 ./runBatchGatling.py
Here are example outputs: