Description
IIS Template
Discovery with the agent
Collector Type: Agent
Category: Application Monitors
Application Name: IIS
Global Template Name : Microsoft IIS DotNet v4 - Performance Counters
Pre-requisites
- For IIS monitors need Microsoft .Net Framework 4.
Collected Metrics
Metric Name | Display Name | Description |
---|---|---|
CurrentConnections | CurrentConnections | Current Connections is the current number of connections established with the Web service. |
TotalConnectionAttemptsallinstances | TotalConnectionAttemptsallinstances | Total Connection Attempts is the number of connections that have been attempted using the Web service (since service startup). This counter is for all instances listed. |
ConnectionAttemptsPersec | ConnectionAttemptsPersec | The rate that connections to the Web service are being attempted. |
LogonAttemptsPersec | LogonAttemptsPersec | The rate that logons to the Web service are being attempted. |
TotalNotFoundErrors | TotalNotFoundErrors | Total Not Found Errors is the number of requests that couldn't be satisfied by the server because the requested document could not be found (since service startup). These are generally reported as an HTTP 404 error code to the client. |
NotFoundErrorsPersec | NotFoundErrorsPersec | The rate of errors due to requests that couldn't be satisfied by the server because the requested document could not be found. These are generally reported as an HTTP 404 error code to the client. |
TotalLockedErrors | TotalLockedErrors | Total Locked Errors is the number of requests that couldn't be satisfied by the server because the requested was locked (since service startup). These are generally reported as an HTTP 423 error code to the client. |
LockedErrorsPersec | LockedErrorsPersec | The rate of errors due to requests that couldn't be satisfied by the server because the requested document was locked. These are generally reported as an HTTP 423 error code to the client. |
RequestWaitTimeASP | RequestWaitTimeASP | The number of milliseconds the most recent request was waiting in the queue. |
RequestsNotFoundASP | RequestsNotFoundASP | The number of requests for files that were no found. |
RequestsQueuedASP | RequestsQueuedASP | The number of requests waiting for service from the queue. |
RequestWaitTimeASPNET | RequestWaitTimeASPNET | The number of milliseconds the most recent request was waiting in the queue. |
RequestsQueuedASPNET | RequestsQueuedASPNET | The number of requests waiting to be processed. |