This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Alert on high CPU for an IIS application pool

Hello everyone,

How can I create an alert for an application pool when it uses cpu over 50% and send an email notification about which pool is using high cpu?

Thanks!

  • You can use AppInsight for IIS to get the IIS app pool monitored and edit the Work Process Statistic Monitor under the application pool

    On this view you will see the Component settings for this monitor, which include the critical CPU threshold:

    pastedImage_1.png

    If you edit this application monitor you can then send the CPU % critical threshold to 50%:

    Override the template and this will give you the 50% criticality.

    NB: This will only effect the specific IIS Application monitor you selected

    Alert

    The alert details are below looking for a critical status on the Component Monitor

    Hope this helps