Introduction

HyperV processorratio monitor Template.

Discovery with the agent

Collector Type: Agent

Category: Application Monitors

Application Name: HyperV processorratio monitor Template

Pre-requisites

  1. The Namespace ‘root\virtualization’ must be there in the server.

  2. Check the below listed WMI query in the server to get the monitor result.

Collected Metrics

Metric NameDisplay NameDescription
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.