Hi,
I am trying to figure this one out. I've got perf_counter[] doing some wonderful things for me right now. I have been configuring it as an item within the web interface, and I have been able to pull in really awesome stats.
However, I cannot seem to get a few specifc ASP.NET counters to work. I have many other counters reporting in from this machine.
The specific error message I get is:
This also happens if I make a typo - I got the same error message. A typeperf -qx confirms that these counters exist, and I am able to add them and monitor them in perfmon.
I've read all of the 'official documentation' and I've searched this forum over, but the closest I have found to an answer is that you can configure certain perf counters in the agent config. But I don't like that answer, as it doesn't seem right. I don't need to configure any of the OTHER counters in the agent (I have been doing them solely through the web interface).
Help? Do I need to escape characters? Are the agents only compiled to support a certain subset of perfmon counters? What on earth is happening here?
I am trying to figure this one out. I've got perf_counter[] doing some wonderful things for me right now. I have been configuring it as an item within the web interface, and I have been able to pull in really awesome stats.
However, I cannot seem to get a few specifc ASP.NET counters to work. I have many other counters reporting in from this machine.
The specific error message I get is:
Code:
Active parameter [perf_counter[\ASP.NET Applications(__Total__)\Anonymous Requests/Sec]] is not supported by agent on host [www.example.com] Active parameter [perf_counter[\ASP.NET Applications(__Total__)\Sessions Active]] is not supported by agent on host [www.example.com] Active parameter [perf_counter[\ASP.NET v2.0.50727\Requests Current]] is not supported by agent on host [www.example.com]
I've read all of the 'official documentation' and I've searched this forum over, but the closest I have found to an answer is that you can configure certain perf counters in the agent config. But I don't like that answer, as it doesn't seem right. I don't need to configure any of the OTHER counters in the agent (I have been doing them solely through the web interface).
Help? Do I need to escape characters? Are the agents only compiled to support a certain subset of perfmon counters? What on earth is happening here?
Comment