IIS Web服务器指标集

编辑

IIS Web服务器指标集

编辑

这是 iis 模块的 Web 服务器指标集。

此指标集允许用户检索 IIS 中的相关指标。

指标值分为几个组。

process 对象包含系统/进程计数器,例如 IIS 工作进程的整体服务器和 CPU 使用率以及内存(IIS 工作进程当前使用和可用的内存)。

network 对象包含 IIS 性能计数器,例如:Web 服务:每秒接收的字节数(有助于跟踪以识别潜在的流量峰值),Web 服务:每秒发送的字节数(有助于跟踪以识别潜在的流量峰值),Web 服务:当前连接数(通过用户对其应用程序的经验,用户可以识别此值的正常值)等等。

cache 对象包含用户模式缓存和输出缓存的指标。

asp_netasp_net_application 包含与 asp.net 相关的性能计数器值。

仪表盘

编辑
metricbeat iis webserver overview
metricbeat iis webserver process

这是一个默认的指标集。如果主机模块未配置,则默认启用此指标集。

字段

有关指标集中每个字段的描述,请参见导出字段 部分。

这是一个此指标集生成的示例文档。

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "event": {
        "dataset": "iis.webserver",
        "duration": 115000,
        "module": "iis"
    },
    "iis": {
        "webserver": {
            "asp_net": {
                "application_restarts": 0,
                "request_wait_time": 0
            },
            "asp_net_application": {
                "pipeline_instance_count": 3,
                "requests_executing": 0,
                "requests_in_application_queue": 0
            },
            "cache": {
                "current_file_cache_memory_usage": 696,
                "current_files_cached": 2,
                "current_uris_cached": 0,
                "file_cache_hits": 1,
                "file_cache_misses": 7,
                "maximum_file_cache_memory_usage": 696,
                "output_cache_current_items": 0,
                "output_cache_current_memory_usage": 0,
                "output_cache_total_hits": 0,
                "output_cache_total_misses": 8,
                "total_files_cached": 2,
                "total_uris_cached": 1,
                "uri_cache_hits": 0,
                "uri_cache_misses": 8
            },
            "network": {
                "current_anonymous_users": 0,
                "current_connections": 0,
                "current_nonanonymous_users": 0,
                "maximum_connections": 3,
                "service_uptime": 343447,
                "total_anonymous_users": 6,
                "total_bytes_received": 2715,
                "total_bytes_sent": 89432,
                "total_connection_attempts": 4,
                "total_delete_requests": 0,
                "total_get_requests": 6,
                "total_nonanonymous_users": 0,
                "total_post_requests": 0
            }
        }
    },
    "metricset": {
        "name": "webserver",
        "period": 10000
    },
    "service": {
        "type": "iis"
    }
}