vSphere 资源池度量集

编辑

此功能处于测试阶段,可能会发生变化。其设计和代码不如正式发布的功能成熟,按现状提供,不提供任何担保。测试版功能不受正式发布功能的服务级别协议 (SLA) 的约束。

这是 vsphere 模块的资源池度量集。

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

字段

有关度量集每个字段的描述,请参见导出字段部分。

这是一个此度量集生成的示例文档。

{
    "@timestamp": "2024-08-06T10:38:51.952Z",
    "metricset": {
        "name": "resourcepool",
        "period": 10000
    },
    "service": {
        "type": "vsphere",
        "address": "https://127.0.0.1:8989/sdk"
    },
    "event": {
        "dataset": "vsphere.resourcepool",
        "module": "vsphere",
        "duration": 57462824
    },
    "vsphere": {
        "resourcepool": {
            "name": "Resources",
            "status": "green",
            "vm": {
                "names": ["DC0_H0_VM0", "DC0_H0_VM1"],
                "count": 2
            },
            "cpu": {
                "usage": {
                    "mhz": 3323
                },
                "demand": {
                    "mhz": 3344
                },
                "entitlement": {
                    "mhz": 3197,
                    "static": {
                        "mhz": 21294
                    }
                }
            },
            "memory": {
                "compressed": {
                    "bytes": 0
                },
                "usage": {
                    "guest": {
                        "bytes": 6515851264
                    },
                    "host": {
                        "bytes": 122227261440
                    }
                },
                "entitlement": {
                    "bytes": 38726008832,
                    "static": {
                        "bytes": 14680064
                    }
                },
                "private": {
                    "bytes": 121226919936
                },
                "shared": {
                    "bytes": 45088768
                },
                "swapped": {
                    "bytes": 0
                },
                "ballooned": {
                    "bytes": 0
                },
                "overhead": {
                    "bytes": 1695547392,
                    "consumed": {
                        "bytes": 1001390080
                    }
                }
            }
        }
    }
}