2

I want to test the performance of my website. I have hosted it on godaddy and I want to see how it performance when 100s of users are trying to access it.

Is their a way to do the above? Is their a script that can be developed to send multiple page request?

Thanks

4

2 回答 2

2

考虑尝试Jmetersiege

于 2012-06-27T12:39:53.610 回答
2

Apache Bench通常用于进行负载测试(这几乎就是您所描述的)。还有许多服务可以为您完成(有些是免费的,大多数费用各不相同)。

您可以简单地编写 curl 或 whet 脚本以并行处理它,但如果您不跟踪站点在负载下的执行情况(这是其他工具的用武之地),那么仅仅对其施加负载并不是非常有用。

需要注意的一件事是,如果您只测试基本页面/应用程序,或者您是否使用真正的浏览器引擎来测试整个页面(包括图像和静态资源)。

于 2012-07-11T20:22:43.370 回答