Hi,
You can try specific performance counters in Performance Monitor on the Hyper-V host to monitor CPU usage. The relevant counters are:
- Hyper-V Hypervisor Logical Processor (*)% Total Run Time The total non-idle time of the logical processors
- Hyper-V Hypervisor Logical Processor (*)% Guest Run Time The time spent running cycles within a guest or within the host
- Hyper-V Hypervisor Logical Processor (*)% Hypervisor Run Time The time spent running within the hypervisor
- Hyper-V Hypervisor Root Virtual Processor ()\ Measures the CPU usage of the root partition
- Hyper-V Hypervisor Virtual Processor ()\ Measures the CPU usage of guest partitions
These counters provide a more accurate representation of CPU usage for VMs on Hyper-V hosts.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.