使用 vs2008 进行负载测试,如何从被测系统获取统计数据?
使用 VS2008 测试版在网站上运行 webtest 或负载测试时,如何获取网络服务器的 CPU 等? 我确信我在这里速度很慢,但我不知道如何设置它!
如果有帮助的话,我可以远程访问网络服务器。
作为一个骑手问题,我可以将 perfmon 统计数据导入到已经运行的测试中吗?
When running a webtest or load test on a website using VS2008 Test edition how can I get the CPU etc of the webserver? I am sure I am being very slow here but I cannot work out how to set it up!
I can remote onto the webserver if that helps any.
As a rider question, can I import perfmon stats back into an already-run test?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过将计数器集添加到负载测试中来做到这一点。 http://msdn.microsoft.com/en-us/library/ms404676。 ASPX
You can do that by adding the counter sets to your load test. http://msdn.microsoft.com/en-us/library/ms404676.aspx
我曾尝试将数据塞入数据库中先前运行的测试中。 Visual Studio 2008 没有加载我的结果。
我没有看到任何迹象表明这是/不可能的。
I have tried shoe-horning data into a previously run test in the database. Visual Studio 2008 did not load up my results.
I have not seen anything to indicate that it is/is not possible.