Hello Handian,
Thank you for your detailed post and for sharing the screenshot from your 3-node Azure Local (Azure Stack HCI) cluster. I appreciate you highlighting the CPU utilization difference for node2 (JKT AZLOCAL.02): 6% in Windows Admin Center (WAC) Servers inventory versus 50% in Failover Cluster Manager. This is a common and expected observation in Azure Stack HCI / Hyper-V environments and does not indicate a performance problem, resource contention, or cluster issue.
- WAC reports the parent partition (management OS / host) CPU usage only — typically low (~6% here) because most processing occurs under the Hyper-V hypervisor for guest VMs.
- Failover Cluster Manager reports total physical node CPU utilization (hypervisor + all guest VM activity combined), which is why it shows the higher value (~50%).
- This is by design: the two tools pull from different performance counters. WAC is the recommended and most accurate monitoring tool for Azure Stack HCI.
- No action is required unless you are seeing actual high CPU alerts, slow VMs, or throttling. The 50% reading in Failover Cluster Manager simply includes the full workload on the node.
Steps to work on
- Verify with Performance Monitor.
- On the affected node, open perfmon.msc.
- Add these counters:
- Hyper-V Hypervisor Logical Processor(*)% Total Run Time → This matches the total CPU view shown in Failover Cluster Manager (including guests).
- Processor(*)% Processor Time → This matches the host/parent partition view shown in WAC.
- Compare the two live charts — you will see the exact same 6% vs. 50% split.
- Use WAC for ongoing monitoring (preferred method)
- Stay in the Servers or Virtual machines dashboard in WAC.
- Switch to the Summary tab for a clear host vs. guest breakdown of CPU and memory.
- This is the modern, Azure-integrated view designed specifically for Azure Stack HCI clusters.
- Optional: Enable Azure Monitor for cluster-wide insights
- Connect your cluster to Azure Monitor (if not already done).
- Review the built-in metrics Percentage CPU, Percentage CPU Host, and Percentage CPU Guest for a consolidated view across all nodes.
If you would like me to walk you through the PerfMon counters remotely or review any recent VM workloads on node2, just let me know.
Thanks,
Manish.