TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to get a high load on a website in a short time?

1 点作者 user321超过 8 年前
Simple question for you. I wait for some answers.

2 条评论

CephalopodMD超过 8 年前
Create a simple script (using python requests, bash + curl, whatever), and invoke it a bunch of times on a large machine on EC2 using a bash program for example. you want a machine that can handle many of these scripts running simultaneously. use multiple instances if you must.<p>Not very sophisticated, but it&#x27;ll tell you if your scaling&#x2F;load-balancing&#x2F;etc. is sufficient to do what you need it to do.
mtmail超过 8 年前
I can recommend <a href="https:&#x2F;&#x2F;loader.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;loader.io&#x2F;</a>. There&#x27;s a couple of alternatives like <a href="https:&#x2F;&#x2F;www.blitz.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.blitz.io&#x2F;</a><p>To run load testing yourself, there&#x27;s a list at the bottom of <a href="https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;how-to-use-apachebench-to-do-load-testing-on-an-ubuntu-13-10-vps" rel="nofollow">https:&#x2F;&#x2F;www.digitalocean.com&#x2F;community&#x2F;tutorials&#x2F;how-to-use-...</a> I avoid that because my client (laptop) becomes the bottleneck when simulating high production load.