Is it possible to use PRTG to monitor the resource usage per IIS app pool? (in a shared hosting environment, there are multiple sites and customers on a single server, so to get the metrics properly, we would need to know how much a single app pool is using in terms of CPU, RAM and Storage. also, live and historical monitoring and custom alerts and reports for these metrics would be required.)


Article Comments

Hi,

Please have a look at the PerfCounter IIS Application Pool Sensor. I'm afraid that this is the only native sensor to monitor an IIS Application Pool at the moment, if you need more detailed information you might want to create your own sensor using the EXE/Script Advanced Sensor.

Best regards


Jun, 2015 - Permalink

Given that I am quite bad at scripting/writing those kind of things, could you perhaps tell me if it is at least possible to create such a sensor that would read out the metrics i asked about?


Jun, 2015 - Permalink

Hi, it looks like that it is possible by scanning the IIS Worker Process utilization using the Performance Monitor and analyzing it with the DebugDiag tool described in this article, but this will need to be done outside of PRTG, sorry.


Jun, 2015 - Permalink