We're looking at ways to load test our AWS hosted SaaS product.<p>The application is behind load balancers and takes advantage of Elastic Beanstalk's auto scaling. It would be good to get an idea of how much, and what type of traffic we can handle before the application begins to scale up.<p>We are looking at using Goad (https://goad.io/).<p>Does anyone have any other recommendations or advice?
I have been using this: <a href="https://github.com/andrecp/flask-restplus-sqlalchemy-locust" rel="nofollow">https://github.com/andrecp/flask-restplus-sqlalchemy-locust</a> with success.