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:
why though define 300 users per second have 'active users' grow 2k.
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
Post a Comment