Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Azure性能计数器-Http服务Url组_Azure - Fatal编程技术网

Azure性能计数器-Http服务Url组

Azure性能计数器-Http服务Url组,azure,Azure,我想监视web角色实例处理的HTTP请求数 为此,我使用了Http服务Url组类别并选择了AllRequests计数器 然后,我开始对我的角色进行负载测试,并注意到HTTP计数器没有增加 有人能解释一下为什么HTTP计数器没有增加,以及监视网络使用的最佳计数器是什么 谢谢在我的Windows Server 2008 R2计算机上,我使用W3SVC_W3WP->Requests/Sec计数器查找IIS服务的HTTP请求总数。对于网络监控,我使用网络接口->每秒接收字节数和网络接口->每秒发送字节数

我想监视web角色实例处理的HTTP请求数

为此,我使用了Http服务Url组类别并选择了AllRequests计数器

然后,我开始对我的角色进行负载测试,并注意到HTTP计数器没有增加

有人能解释一下为什么HTTP计数器没有增加,以及监视网络使用的最佳计数器是什么


谢谢

在我的Windows Server 2008 R2计算机上,我使用W3SVC_W3WP->Requests/Sec计数器查找IIS服务的HTTP请求总数。对于网络监控,我使用网络接口->每秒接收字节数和网络接口->每秒发送字节数