Total Transmitted Packets

Dell.WindowsServer.TeamedEnrichedNIC.TxTotalPackets (Rule)

Collects the performance counter Total Transmitted Packets for the teamed network interface

Knowledge Base article:

Summary

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

The Total Transmitted Packets performance counter exposes total packets transmitted over each teamed network adapter

Element properties:

TargetDell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit
CategoryPerformanceHealth
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.TxTotalPackets" Target="Dell.WindowsServer.TeamedEnrichedNetworkInterfaceUnit" Enabled="false">
<Category>PerformanceHealth</Category>
<DataSources>
<DataSource ID="DS" TypeID="Dell.WindowsServer.EnrichedNIC.PerfMetrics">
<IntervalSeconds>600</IntervalSeconds>
<CounterName>Total Transmitted Packets</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$" txTotalPackets virtual</Arguments>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>