Długość kolejki wyjściowej

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

Zasada zbiera dane z licznika Interfejs sieciowy\Długość kolejki wyjściowej.

Knowledge Base article:

Podsumowanie

Ta zasada umożliwia zbieranie danych licznika Interfejs sieciowy\Długość kolejki wyjściowej.

Licznik Długość kolejki wyjściowej wskazuje długość kolejki pakietów wyjściowych (w pakietach). Jeśli jego wartość wynosi więcej niż dwa, oznacza to, że zdarzają się opóźnienia i że należy w miarę możności znaleźć oraz wyeliminować ich przyczynę.

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>