Javascript must be enabled to download our products and perform other essential functions on the website.

ionicons-v5-m
ionicons-v5-j
Buy Now Download Free Trial
ionicons-v5-m
ionicons-v5-f

This help page is for version 9.1. The latest available help is for version 9.4.

How to monitor Internet Information Services (IIS)

Listed below are some of the recommendations for monitoring the Internet Information Services (IIS) counters and services.

ionicons-v5-h

Watch the training video How to monitor Internet Information Services (IIS).

IIS Services to Monitor

ServicesService Name
Application Host Helper ServiceAppHostSvc
Windows Process Activation Service*WAS
World Wide Web Publishing ServiceW3SVC

Events to Monitor

The Windows Process Activation Service also has some Event IDs that should be monitored as well. The Event Source for the following Event IDs is the Microsoft-Windows-WAS log file. The Event Log Monitor is ideal for this task.

  • 5144 - (Error): WAS is not able to enable application pool.
  • 5002 - (Error): Application pool is being automatically disabled.
  • 5059 - (Error): WAS encountered a failure when it started a worker process to save the application pool. The application pool has been disabled.
  • 5117 - (Warning): A worker process serving application pool has requested a recycle because it reached its private bytes memory limit.
  • 5077 - (Warning): A worker process serving application pool has requested a recycle because it reached its virtual memory limit.
  • 5009 - (Warning): A process serving application pool terminated unexpectedly.

IIS Performance Counters to Watch

Object\CounterDefault Threshold
Memory\Pages/sec0 - 20
Memory\Available Bytes10% of physical memory
Memory\Committed Bytes75% of physical memory
Memory\PoolNonpaged Bytes A steady value. (A slow rise might indicate a memory leak.)
Processor\% Processor Time< 75%
Processor\System Processor Queue Length< 2
LogicalDisk\% Disk TimeAs low as possible
LogicalDisk\Avg. Disk Queue Length< 2
LogicalDisk\Avg. Disk Bytes/TransferAs high as possible
Web Service\Bytes Total/secAs high as possible

Monitor IIS Application Pools

There are performance counters on the APP_POOL_WAS object that you can monitor using the Performance Monitor. One counter in particular, Current Application Pool State that has the following definition (pulled from Windows Perfmon description)

Current Status of the Application Pool from APP_POOL_WAS\Current Application Pool State

  • 1 - Uninitialized
  • 2 - Initialized
  • 3 - Running
  • 4 - Disabling
  • 5 - Disabled
  • 6 - Shutdown Pending
  • 7 - Delete Pending

References

http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/7898b860-462c-4846-a3a8-1179f287ad88.mspx?mfr=true
http://technet.microsoft.com/en-us/library/bb727100.aspx
http://letitknow.wordpress.com/2012/07/27/what-services-should-be-monitored-in-case-of-iis/

PA Server Monitor

Help Map