Règle de performance Carte réseau\Paquets envoyés/seconde

Microsoft.Windows.NetworkLoadBalancing.6.2.NetworkInterface.PacketsSentPerSecond.Collection (Rule)


Cette règle de collecte de performance collecte les valeurs du compteur de performance Interface réseau\Paquets envoyés/s. Ces valeurs peuvent être utilisées pour mieux comprendre la distribution de charge pour chacun des nœuds du cluster. La règle ne collectera que ces compteurs de performance pour les cartes réseau utilisées par NLB.

Knowledge Base article:

Résumé

Cette règle de collecte de performance collecte les valeurs du compteur de performance Interface réseau\Paquets envoyés/s. Ces valeurs peuvent être utilisées pour mieux comprendre la distribution de charge pour chacun des nœuds du cluster. La règle ne collectera que ces compteurs de performance pour les cartes réseau utilisées par NLB.

Element properties:

TargetMicrosoft.Windows.NetworkLoadBalancing.6.2.NetworkAdapter
CategoryPerformanceCollection
EnabledTrue
Instance NameNetwork Interface
Counter NamePackets Sent/sec
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.DataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.NetworkLoadBalancing.6.2.NetworkInterface.PacketsSentPerSecond.Collection" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.NetworkLoadBalancing.6.2.NetworkAdapter" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.DataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Packets Sent/sec</CounterName>
<ObjectName>Network Interface</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServerLibrary!Microsoft.Windows.Server.NetworkAdapter"]/PerfmonInstance$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>