收集 Worker Throttling Mode

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

收集 Microsoft Service Automation Worker 的 Worker Throttling Mode 计数器

Knowledge Base article:

摘要

收集 Worker Throttling Mode 性能计数器。

配置

可以在此规则上配置以下选项:

选项

定义

默认值

CounterName

性能计数器的名称。不应该覆盖此值,除非由语言包进行覆盖。

WorkerThrottlingMode

已启用

指定是否应该运行监视器。

频率

规则运行间隔时间的秒数。

600

MaximumSampleSeparation

收集新样本之前跳过的“容差”设置内的最大样本数。

4

ObjectName

性能对象的名称。不应该覆盖此值,除非由语言包进行覆盖。

Orchestrator Worker 性能计数器

容差

样本值与以前收集的值之间相差的数额,必须达到此数额才会收集样本。

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.WorkerThrottlingMode" 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>WorkerThrottlingMode</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>