Worker İç Sıra Uzunluğunu Topla

Microsoft.SystemCenter.ServiceManagementAutomation.2012R2.Rule.Collect.WorkerInternalQueueLength (Rule)

Microsoft Service Automation Worker için Worker İç Sıra Uzunluğu sayacını topla

Knowledge Base article:

Özet

Worker İç Sıra Uzunluğu performans sayacını toplar.

Yapılandırma

Bu kuralda şu seçenekler yapılandırılabilir:

Seçenek

Açıklama

Varsayılan

CounterName

Performans sayacının adı. Bu değer, bir dil paketi haricinde hiçbir şekilde geçersiz kılınmamalıdır.

WorkerInternalQueueLength

Etkin

İzleyicinin çalıştırılıp çalıştırılmayacağını belirtir.

True

Sıklık

Kuralın çalıştırılma zamanları arasında saniye cinsinden geçen süre.

600

MaximumSampleSeparation

Tolerans ayarındaki, yeni bir örnek toplanmadan önce atlanan maksimum örnek sayısı.

4

ObjectName

Performans nesnesinin adı. Bu değer bir dil paketi haricinde hiçbir şekilde geçersiz kılınmamalıdır.

Orchestrator Worker Performans Sayaçları

Tolerans

Toplanacak örnek için, örnek değerinin sıralamadaki toplanan önceki değerden farklı olması gereken değer.

5

Element properties:

TargetMicrosoft.SystemCenter.ServiceManagementAutomation.2012R2.Server.Worker
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.ServiceManagementAutomation.2012R2.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.ServiceManagementAutomation.2012R2.Rule.Collect.WorkerInternalQueueLength" Target="Microsoft.SystemCenter.ServiceManagementAutomation.2012R2.Server.Worker" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.ServiceManagementAutomation.2012R2.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Worker Internal Queue Length</CounterName>
<ObjectName>Orchestrator Worker Performance Counters</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>600</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>6</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>