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>