輸出佇列長度

Microsoft.Windows.Server.2008.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.2008.NetworkAdapter
CategoryPerformanceCollection
EnabledFalse
Instance NameNetwork Interface
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.2008.NetworkAdapter.OutputQueueLength.Collection" Enabled="false" Target="Server2008!Microsoft.Windows.Server.2008.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 Interface</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>