Testing realistic loads for new versions of existing web app
- by David Cournapeau
Assuming I have a relatively complex web application, I am interested in testing performances of a new version using a traffic as realistic as possible.
Traffic is relatively complex (session-based, lots of internal logic which depends on incoming requests). The webapp depends on many servers (databases, frontends, etc...). I can think of two…