出力キューの長さ

Microsoft.Windows.Server.10.0.NetworkAdapter.OutputQueueLength.Collection (Rule)

Network Interface\Output Queue Length カウンターを収集するルール。

Knowledge Base article:

概要

このルールは、Network Interface\output Queue Length カウンターを収集します。

Output Queue Length は、出力パケット キューの長さ (パケット数) を示します。この値が 2 より小さくなると、遅延が発生します。その場合は、ボトルネックを突き止め、できるかぎりボトルネックを取り除いてください。

Element properties:

TargetMicrosoft.Windows.Server.10.0.NetworkAdapter
CategoryPerformanceCollection
EnabledFalse
Instance NameNetwork Adapter
Counter NameOutput Queue Length
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.Server.10.0.NetworkAdapter.OutputQueueLength.Collection" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.NetworkAdapter">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="PerformanceDS" TypeID="SystemPerf!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</ComputerName>
<CounterName>Output Queue Length</CounterName>
<ObjectName>Network Adapter</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.NetworkAdapter"]/PerfmonInstance$</InstanceName>
<AllInstances>false</AllInstances>
<Frequency>300</Frequency>
<Tolerance>2</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>12</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>