Samlar in Operations Manager DB-skrivåtgärdsmoduler\Genomsn. Batchstorlek

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

Samlar in genomsnittlig batchstorlek prestandaräknare.

Knowledge Base article:

Sammanfattning

Regeln samlar in data till prestandaräknaren Operations Manager-databasens moduler för skrivåtgärd\Genomsnittlig. Prestandaräknare för batchstorlek.

Orsaker

Det här avsnittet gäller inte för prestandainsamlingsregler.

Lösningar

Det finns ingen lösning för prestandainsamlingsregler eftersom de inte genererar något annat tillstånd eller några aviseringar.

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>