如何在asp.net上模拟并发Web请求?

发布于 2024-11-26 20:27:08 字数 49 浏览 1 评论 0原文

我想在许多用户请求我的页面时测试我的网站的性能。有什么办法可以模拟很多请求吗?谢谢!

I want to test my website's performance when many users are requesting my pages. Is there any way to simulate many requests? thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

月光色 2024-12-03 20:27:08

对于我之前的工作,我必须测试 ASP.NET Web 服务的性能,我所做的就是编写一个具有多线程的简单 WinForm 应用程序,每个线程使用 HttpWebRequest 向我的 Web 服务发出请求
您可能需要增加 IIS 上并发请求的限制,据我所知,默认情况下为 2。

For my previous job, I had to test the performance of our asp.net webservices and what I did was wrote a simple WinForm application with multithreading and every thread make a request to my webservice using HttpWebRequest.
You may have to increase the limit for concurrent requests on IIS, which as far as i know is 2 by default.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文