Collect Operations Manager DB Write Action Modules\Avg. Batch Size

Microsoft.SystemCenter.HealthService.CollectionRule.Performance.AvgBatchSize (Rule)

Collects Average Batch Size performance counter.

Knowledge Base article:

Summary

This rule collects data for the Operations Manager Database Write Action Modules\Avg. Batch Size performance counter.

Causes

This section is not applicable to performance collection rules.

Resolutions

There is no resolution to perform for performance collection rules since they do not generate state or alerts.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryPerformanceCollection
EnabledTrue
Instance NameOpsMgr DB Write Action Modules
Counter NameAvg. Batch Size
Frequency300
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.HealthService.CollectionRule.Performance.AvgBatchSize" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Avg. Batch Size</CounterName>
<ObjectName>OpsMgr DB Write Action Modules</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>300</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SCLibrary!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>