SyncGateway 资源指标集编辑

此功能处于测试阶段,可能会发生变化。设计和代码不如正式的 GA 功能成熟,按原样提供,不提供任何担保。测试版功能不属于正式 GA 功能的支持 SLA。

SyncGateway resources 指标集包含有关 SyncGateway 实例的全局资源利用率的信息。

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

字段

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

以下是由此指标集生成的示例文档

{
    "@timestamp": "2017-10-12T08:05:34.853Z",
    "event": {
        "dataset": "syncgateway.resources",
        "duration": 115000,
        "module": "syncgateway"
    },
    "metricset": {
        "name": "resources",
        "period": 10000
    },
    "service": {
        "address": "127.0.0.1:37571",
        "type": "syncgateway"
    },
    "syncgateway": {
        "resources": {
            "admin_net_bytes": {
                "recv": 186313933,
                "sent": 67278955
            },
            "error_count": 0,
            "go_memstats": {
                "heap": {
                    "alloc": 143386592,
                    "idle": 81616896,
                    "inuse": 250585088,
                    "released": 26927104
                },
                "pause": {
                    "ns": 88693194
                },
                "stack": {
                    "inuse": 3342336,
                    "sys": 3342336
                },
                "sys": 357708024
            },
            "goroutines_high_watermark": 311,
            "num_goroutines": 308,
            "process": {
                "cpu_percent_utilization": 0,
                "memory_resident": 335306752
            },
            "pub_net": {
                "recv": {
                    "bytes": 186313933
                },
                "sent": {
                    "bytes": 67278955
                }
            },
            "system_memory_total": 33291907072,
            "warn_count": 6
        }
    }
}