IIS module
editIIS module
editIIS (Internet Information Services) is a secure, reliable, and scalable Web server that provides an easy to manage platform for developing and hosting Web applications and services.
The iis
module will periodically retrieve IIS related metrics using performance counters such as:
- System/Process counters like the the overall server and CPU usage for the IIS Worker Process and memory (currently used and available memory for the IIS Worker Process).
- IIS performance counters like Web Service: Bytes Received/Sec, Web Service: Bytes Sent/Sec, etc, which are helpful to track to identify potential spikes in traffic.
- Web Service Cache counters in order to monitor user mode cache and output cache.
The iis
module mericsets are webserver
, website
and application_pool
.
- module: iis metricsets: - webserver - website - application_pool enabled: true period: 10s # filter on application pool names # application_pool.name: []
Metricsets
editwebserver
editA light metricset using the windows perfmon metricset as the base metricset. This metricset allows users to retrieve aggregated metrics for the entire webserver,
website
editA light metricset using the windows perfmon metricset as the base metricset. This metricset will collect metrics of specific sites, users can configure which websites they want to monitor, else, all are considered.
application_pool
editThis metricset will collect metrics of specific application pools, users can configure which websites they want to monitor, else, all are considered.
Module-specific configuration notes
edit-
application_pool.name
- []string, users can specify the application pools they would like to monitor.
The IIS module supports the standard configuration options that are described in Modules. Here is an example configuration:
metricbeat.modules: - module: iis metricsets: - webserver - website - application_pool enabled: true period: 10s # filter on application pool names # application_pool.name: []
The following metricsets are available: