Virtual Network Received Throughput Collection Rule

Microsoft.Windows.HyperV.2016.VirtualNetwork.ReceivedThroughputCollectionRule (Rule)

Collects Virtual Network's Received Bytes per second.

Knowledge Base article:

Summary

The rule collects Virtual Network's Received Bytes per second.

Element properties:

TargetMicrosoft.Windows.HyperV.VirtualNetwork
CategoryPerformanceCollection
EnabledTrue
Instance NameHyper-V Virtual Switch
Counter NameBytes Received/sec
Frequency3600
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
PerformanceDS DataSource System.Performance.DataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.HyperV.2016.VirtualNetwork.ReceivedThroughputCollectionRule" Enabled="onEssentialMonitoring" Target="HVLib!Microsoft.Windows.HyperV.VirtualNetwork" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.DataProvider">
<ComputerName>$Target/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Bytes Received/sec</CounterName>
<ObjectName>Hyper-V Virtual Switch</ObjectName>
<InstanceName>$Target/Property[Type="HVLib!Microsoft.Windows.HyperV.VirtualNetwork"]/NetworkName$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>3600</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLib!Microsoft.SystemCenter.CollectPerformanceData"/>
</WriteActions>
</Rule>