简体   繁体   English

我如何测试我的ASP.NET网站在共享服务器上托管每天为很多访问者?

[英]how do I test my ASP.NET website being hosted on shared server for lot of visitors a day?

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. 谢谢。

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. 找到您想要的服务,它将在您的网站上产生所需的负载,并为您提供所需的信息。

You could use wcat 6.3 tool from Microsoft. 您可以使用Microsoft的wcat 6.3工具。 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 您可以在此处下载: 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. 这是x86版本,但如果你需要的话,还有x64版本的链接。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我如何计算一天使用asp.net和sql server 2008访问我的网站的次数 - How do I count the number of visits to my site on a day with asp.net and sql server 2008 如何调试IIS服务器(Godaddy)上托管的ASP.NET网站 - How to debug ASP.NET website hosted on IIS server (Godaddy) 如何在asp.net c#中计算网站的访问者数量 - how to count number of visitors for website in asp.net c# 我如何测试我的asp.net httphandler - How do i test my asp.net httphandler 从我的VS2010 IDE调试共享服务器上托管的ASP.NET应用程序 - Debug ASP.NET application hosted on shared server from my VS2010 IDE 如何在SubVersion和托管站点之间使用ASP.NET? - How do I work with ASP.NET between SubVersion and my hosted site? 如何将网站从IIS托管站点更改为ASP.Net Development Server托管站点? - How do I change a web site from an IIS hosted site to an ASP.Net Development Server hosted site? 我想在我的ASP.NET 3.5网站上测试Flash-关于如何进行的任何信息? - I want to test flash on my ASP.NET 3.5 website - any info on how i can? 如何对Asp.net的哪个类型的网站进行单元测试? - How to do Unit test for Asp.net which of type website? ASP.NET + SQL Server-如何将托管数据库移动到与网站相同的服务器? - ASP.NET + Sql Server - How to move hosted database to same server as website?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM