Ops Mgr Agent in Hyper-V VM Performance Collection Rule - memory pages/sec (_Total)

Veeam.Virt.Extensions.HyperV.InGuest.PagesPersec (Rule)

Knowledge Base article:

Summary

This rule collects the performance metric Memory \ Pages/sec for the VM guest OS.

Metric definition:

Rate at which pages are read from or written to disk to resolve hard page faults. This counter is a primary indicator of the kinds of faults that cause system-wide delays.

Disabling this rule will stop collection of the metric into Ops Mgr and it will not be visible in views and reports. However, any monitor based on the same metric will continue to function.

To see all metrics collected in this class check the Veeam Hyper-V MP Metric Dictionary.

External

See the Help Center for more information including reference lists of all Rules and Monitors and User Guide for the Veeam Hyper-V MP.

See the Microsoft Online Documentation for more information on Microsoft Hyper-V.

Element properties:

TargetVeeam.Virt.Extensions.HyperV.HyperVVirtualMachine
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Veeam.Virt.Extensions.VMware.Module.PerfPoviderWithMapper.NoFilter Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Veeam.Virt.Extensions.HyperV.InGuest.PagesPersec" Enabled="onEssentialMonitoring" Target="Veeam.Virt.Extensions.HyperV.HyperVVirtualMachine" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Veeam.Virt.Extensions.VMware.Module.PerfPoviderWithMapper.NoFilter">
<ObjectName>Memory</ObjectName>
<CounterName>Pages/sec</CounterName>
<OutputObjectName>VMGuest-memory</OutputObjectName>
<OutputCounterName>Pages/sec</OutputCounterName>
<OutputInstanceName>_Total</OutputInstanceName>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>