Teamed Enriched NIC Received Bytes

Dell.WindowsServer.TeamedEnrichedNIC.RxBytes (Rule)

Collects the performance counter Received Bytes for the teamed network interface

Knowledge Base article:

Summary

This rule collects performance data for bytes received on the Teamed Network Interface.

The Received Bytes performance counter exposes total bytes received over each teamed network adapter, including framing characters.

Element properties:

TargetDell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Dell.WindowsServer.EnrichedNIC.PerfMetrics Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Dell.WindowsServer.TeamedEnrichedNIC.RxBytes" Target="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit" Enabled="false">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Dell.WindowsServer.EnrichedNIC.PerfMetrics">
<IntervalSeconds>900</IntervalSeconds>
<CounterName>Received Bytes</CounterName>
<InstanceName>$Target/Property[Type="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit"]/NetConnectionID$</InstanceName>
<ObjectName>Dell Teamed Network Statistics</ObjectName>
<Value>1</Value>
<Arguments>"$Target/Property[Type="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit"]/index$" rxBytes virtual</Arguments>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>