Introduction
HyperV processorratio monitor Template.
Discovery with the agent
Collector Type: Agent
Category: Application Monitors
Application Name: HyperV processorratio monitor Template
Pre-requisites
- The Namespace ‘root\virtualization’ must be there in the server. 
- Check the below listed WMI query in the server to get the monitor result. 
Collected Metrics
| Metric Name | Display Name | Description | 
|---|---|---|
| Hyperv_VirtualtoLogicalProcessorRatio | (@(gwmi -ns root\virtualization MSVM_Processor).count / (@(gwmi Win32_Processor) | measure -p NumberOfLogicalProcessors -sum).Sum) | Shows the ratio between virtual to logical processor. |