VS 负载测试和“发送的总字节数”性能计数器?
我对 WCF 服务进行了负载测试,我们正在尝试不同的压缩库和配置,并且需要测量测试期间发送的 mb 总数。是否有一个性能计数器可以测量相对流量 pr。测试。如果是这样,我如何将它添加到我的负载测试中 - 似乎只有一小部分性能计数器可见 - 例如,在“Web服务”类别下,我在 VS 中看不到性能计数器“接收的总字节数”负载测试,但我可以在 PerfMon 中找到它。
谢谢
I have a load test for a WCF service, where we are trying out different compression libraries and configurations and we need to measure the total number of mb sent during a test. Is there a performance counter that measure the relative trafic pr. test. If so, how do I add it to my load test - it seems that only a fraction of the performance counters are visible - E.g. under the category "Web Service", i don't see the performance counter "Total Bytes Received" in VS Load test, but I can find it in PerfMon.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在负载测试中展开 Counter Sets >展开适用>右键单击计数器集>添加计数器
您可以实现自己的自定义性能计数器,如下所示:
In the load test expand Counter Sets > Expand applicable > Right Click on Counter Sets > Add Counters
You can implement your own custom performance counter like so: