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: Proper Way of Load Testing and Good Tools?

9 pointsby reader_1000over 11 years ago
Hi,<p>Which load testing tools do you suggest for web application performance and capacity measuring. What is the best practices or proper way of doing load testing? Could you please share your experience? Thanks.

5 comments

blubberlubberover 11 years ago
There are some very good, very expensive machines for this.<p>Open-source wise, there&#x27;s Tsung: <a href="http://tsung.erlang-projects.org/" rel="nofollow">http:&#x2F;&#x2F;tsung.erlang-projects.org&#x2F;</a>
grumpsover 11 years ago
FWIW I&#x27;m not sure if it&#x27;s good practice or not. I used locust.io recently. The client allowed me to ramp up request rates until I got HTTP Errors. I measured against their previous analytic sites. Of course this was a guesstimate because GA doesn&#x27;t let you see the max num of simultaneous users. I found holes in the infrastructure that need to be remedied. The holes were to prevent anything similar to a slashdot effect. I also watched against the servers IO&#x2F;CPU utlization, and RAM.
whichdanover 11 years ago
You can get a lot of mileage out of Apache Bench[1].<p>[1] <a href="http://httpd.apache.org/docs/2.2/programs/ab.html" rel="nofollow">http:&#x2F;&#x2F;httpd.apache.org&#x2F;docs&#x2F;2.2&#x2F;programs&#x2F;ab.html</a>
评论 #6458911 未加载
blubberlubberover 11 years ago
Also, good for you that you&#x27;ve decided to actually run a scalability test. Most people don&#x27;t ;-)
smartwaterover 11 years ago
<a href="http://www.loadimpact.com" rel="nofollow">http:&#x2F;&#x2F;www.loadimpact.com</a>