如何使用 Visual Studio 2010 负载测试工具测试 Web 服务器性能
我目前正在考虑尝试使用 VS2010 Ultimate 进行负载测试,我知道它是如何工作的。我希望能够看到执行测试时远程网络服务器上的服务器负载是多少,但我看不到任何有关我需要安装什么来进行此测试的信息,
如果有人有任何信息或有任何这方面的经验区域这将非常有用,
谢谢
保罗
I'm currently looking at trying to use VS2010 Ultimate for Load Testing purposes and I know how this works. I want to be able to see what the server load on the remote webserver is when the tests are being performed but I cannot see any information on what I need to install to do this test is
If anyone has any information or has any experience in this area it would be very useful
thanks
paul
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您使用“新负载测试向导”时,您需要将所需的服务器包含到“计数器集”中。
通过这种方式,可以使用 Windows 服务器上的 Perfmon 计数器为您提供有关您想要查看的所有项目的反馈。
打开端口进行远程性能监控<存在一些防火墙/安全问题< /a>.
You need to include the servers you want into the "Counter set" when you use the "new load test wizard".
By this uses the Perfmon counters on windows servers to give you feedback on all the items you want to see.
There are some firewall/security issues around opening the ports for remote performance monitoring.
我发现问题出在哪里 - 默认情况下,webtest 不使用 IE 附带的默认代理详细信息,
因此在 webtest 的属性中,您需要在代理值中键入“默认”一词,
这似乎有点奇怪发生!
I found out where the issue was - by default the webtest doesnt use the default proxy details that come with IE
therefore in the properties of the webtest you need to type the word 'default' into the proxy value
seems like a bit of a weird thing to happen!