stress testing - Gatling. Live users. Remotely closed / Connection timeout -


i'm trying exec

scn.inject(constantuserspersec(300) during (300 seconds) randomized),  

when running, number of active users growing fast around 2000. connection either 'timeout' or 'remotely closed'

few questions:

  1. why though define 300 users per second have 'active users' grow 2k.

  2. i'm testing on local environment test mysql database performance. guess fails because of system requirements and/or configuration.

anything can ?

if users don't terminate fast enough (long test journey, long response times), you'll 2k concurrent users within 7 sec (2000 / 7).


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -