New

The executive guide to generative AI

Read more

KVM 模块

编辑

此功能处于 Beta 阶段,可能会发生更改。其设计和代码不如正式 GA 功能成熟,并按“原样”提供,不提供任何保证。Beta 功能不受正式 GA 功能的支持 SLA 的约束。

这是 kvm 模块。

配置示例

KVM 模块支持 模块 中描述的标准配置选项。这是一个配置示例

metricbeat.modules:
- module: kvm
  metricsets: ["dommemstat", "status"]
  enabled: true
  period: 10s
  hosts: ["unix:///var/run/libvirt/libvirt-sock"]
  # For remote hosts, setup network access in libvirtd.conf
  # and use the tcp scheme:
  # hosts: [ "tcp://<host>:16509" ]

  # Timeout to connect to Libvirt server
  #timeout: 1s

指标集

以下指标集可用

Was this helpful?
Feedback