如何测试托管在共享服务器上、每天有大量访问者的 ASP.NET 网站?
我有与房地产相关的网站,将托管在共享服务器上。我想针对大量访问者测试我的网站。
粗略地说,我只是想通过浏览每个页面来了解响应时间,同时有很多一致的页面视图 是否有任何工具可以模拟该
用户需要登录才能在网站上进行大部分活动,但搜索功能可供任何人使用,并且像往常一样它将被大量使用。我只是想确保它尽可能顺利。
欢迎任何建议。
谢谢。
I have property related website, going to be hosted on shared server. I want to test my site for large number of visitors.
Roughly I just want to get idea about response time by going thru each page while there are lot of concorrent page views
Is there any tool available that can simulate this
User need to login before they can do most of activities on site but Search feature is available to anyone and as usual it's going to be heavily used. I just want to make sure it's as smooth as it should be.
Any suggestions are welcome.
thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 Microsoft 的 wcat 6.3 工具。这里有很多关于使用它的问题,所以如果您需要帮助。
您可以在这里下载:http://www .iis.net/community/default.aspx?tabid=34&g=6&i=1466
这是x86版本,但也有一个指向x64的链接版本(如果您需要的话)。
You could use wcat 6.3 tool from Microsoft. There are plenty of questions regarding using it here on so in case you need help.
You can download it here: http://www.iis.net/community/default.aspx?tabid=34&g=6&i=1466
That is the x86 version, but there is also a link to the x64 version if that's what you need.
您正在寻找的称为“负载测试”。有些网站提供此类服务,其中一些提供免费测试。
只需谷歌“免费负载测试”或“负载测试”即可。找到您想要的服务,它将在您的网站上生成所需的负载并为您提供所需的信息。
What you're looking for is called "Load testing". There are web sites that provide such services, some of them provide free testing.
Just Google for "free load testing" or "load testing". Find a service you want and it will generate required load on your web site and provide you with information you need.