在 QEMU CentOS 客户机操作系统中启用 ethtool 统计信息

在 QEMU CentOS 客户机操作系统中启用 ethtool 统计信息

我在运行 CentOS 7 的 QEMU 客户操作系统中有一个可用的网络接口,在主机操作系统端它报告如下:

$ virsh domiflist --domain mydomain
 Interface   Type        Source       Model    MAC
------------------------------------------------------------------
 -           vhostuser   /tmp/sock0   virtio   42:42:42:42:42:42

在客户操作系统中:

# ethtool -S eth1
no stats available

在主机操作系统中:

$ virsh domifstat --domain mydomain --interface "42:42:42:42:42:42"
error: Failed to get interface stats mydomain 42:42:42:42:42:42
error: internal error: Interface not found

是否可以为该接口启用详细统计数据?

相关内容