Network Adapter\Packets Sent/sec 性能规则

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


此性能收集规则收集 Network Interface\Packets Sent/sec 性能计数器的值。这些值可用于更好地了解各个群集节点的负载分配。该规则将仅针对 NLB 使用的网络适配器收集该性能计数器。

Knowledge Base article:

摘要

此性能收集规则收集 Network Interface\Packets Sent/sec 性能计数器的值。这些值可用于更好地了解各个群集节点的负载分配。该规则将仅针对 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>