Data Warehouse performance collection: synchronization data items per second

Microsoft.SystemCenter.DataWarehouse.CollectionRule.Performance.Synchronization.DataItemsPerSecond (Rule)

Knowledge Base article:

Summary

System rule that collects the following performance counter:

Object: OpsMgr DW Synchronization Module

Counter: Data Items/Sec

Element properties:

TargetMicrosoft.SystemCenter.DataWarehouseSynchronizationService
CategoryPerformanceCollection
EnabledTrue
Instance NameOpsMgr DW Synchronization Module
Counter NameData Items/sec
Frequency180
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.DataWarehouse.CollectionRule.Performance.Synchronization.DataItemsPerSecond" Enabled="true" Target="Microsoft.SystemCenter.DataWarehouseSynchronizationService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>.</ComputerName>
<CounterName>Data Items/sec</CounterName>
<ObjectName>OpsMgr DW Synchronization Module</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>180</Frequency>
<Tolerance>5</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="DataWarehouse!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>