我们有一些Web应用运行在IIS 7.5上,它们的应用程序池标识为ApplicationPoolIdentity。
我们想让这些应用能够读取Performance Counter。
但是,我们无法将它们的帐号加入Performance Monitor Users组。因为以ApplicationPoolIdentity为标识运行的Web应用,其帐号是动态创建的,会变。
请问如何解决这个问题?
你好,
我建议您尝试 该链接:
https://msdn.microsoft.com/en-us/library/xhcx5a20(v=vs.140).aspx
谢谢,但是这个链接对我没有帮助。
我不是要在perfmon界面中查看performance counter;
而是要在IIS中运行的web application内(以ApplicationPoolIdentitify为标识)获取performance counter,要怎么做呢?