20.24. 显示指定客户机虚拟机的 CPU 统计
virsh cpu-stats 域
--total
start
count
命令提供指定客户机虚拟机的 CPU 统计信息。默认情况下,它显示所有 CPU 的统计信息,以及总计。--total
选项仅显示总统计信息。count 选项将仅显示
计算 CPU 的统计信息。
例 20.51. 如何生成客户机虚拟机的 CPU 统计
以下示例为名为 guest1 的客户机虚拟机生成 CPU 统计信息。
# virsh cpu-stats guest1
CPU0:
cpu_time 242.054322158 seconds
vcpu_time 110.969228362 seconds
CPU1:
cpu_time 170.450478364 seconds
vcpu_time 106.889510980 seconds
CPU2:
cpu_time 332.899774780 seconds
vcpu_time 192.059921774 seconds
CPU3:
cpu_time 163.451025019 seconds
vcpu_time 88.008556137 seconds
Total:
cpu_time 908.855600321 seconds
user_time 22.110000000 seconds
system_time 35.830000000 seconds