Hyper-V MPE 2012 Network Interface Received

HyperVMPE2012.SRHV.NetworkInterfaceReceived.Rule (Rule)

Element properties:

TargetMicrosoft.Windows.HyperV.2012.ServerRole
CategoryPerformanceCollection
EnabledFalse
Instance NameNetwork Interface
Counter NameBytes Received/sec
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default

Source Code:

<Rule ID="HyperVMPE2012.SRHV.NetworkInterfaceReceived.Rule" Enabled="false" Target="MSWinHV2012Dis!Microsoft.Windows.HyperV.2012.ServerRole" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="SPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="MSWinLib!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Bytes Received/sec</CounterName>
<ObjectName>Network Interface</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
<Tolerance>1000</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="MSSCLib!Microsoft.SystemCenter.CollectPerformanceData"/>
</WriteActions>
</Rule>