Transmitted Bytes (Teamed NIC)

Dell.WindowsServer.TeamedEnrichedNIC.TxBytes (Rule)

Collects the performance counter Transmitted Bytes for the teamed network interface

Knowledge Base article:

Summary

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

The Transmitted Bytes performance counter exposes total bytes transmitted 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.TxBytes" Target="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit" Enabled="false">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Dell.WindowsServer.EnrichedNIC.PerfMetrics">
<IntervalSeconds>600</IntervalSeconds>
<CounterName>Transmitted 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$" txBytes virtual</Arguments>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>