TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How do you load test your application?

2 pointsby gergderksonover 7 years ago
We&#x27;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&#x27;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:&#x2F;&#x2F;goad.io&#x2F;).<p>Does anyone have any other recommendations or advice?

1 comment

aprdmover 7 years ago
I have been using this: <a href="https:&#x2F;&#x2F;github.com&#x2F;andrecp&#x2F;flask-restplus-sqlalchemy-locust" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;andrecp&#x2F;flask-restplus-sqlalchemy-locust</a> with success.