Hello, I'm trying to create a custom sensor package for some API/WEB servers that we run. The metrics I need to collect are as follows: CPU Util (builtin) Memory Util (builtin) Avg response time to IIS (builtin) ASP.net Requests per second ASP.net requests queued
The last two are giving me fits. I know that I have to use the PERF_COUNTERS on the servers, but I can't find a sensor to match.
Is there a guide, or set-by-step instructions, on how to configure the PERF-COUNTERS, then create a custom sensor to monitor the ASP.NET targets above?
Thanks, In Advance, TMK
Add comment