Operations Manager DB Yazma Eylemi Modülleri\Ort. Öğesini Topla Toplu İş Boyutu

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

Ortalama Toplu İş Boyutu performans sayacını toplar.

Knowledge Base article:

Özet

Bu kural Operations Manager Veritabanı Yazma Eylemi Modülleri\Ort. Toplu İş Boyutu performans sayacı için verileri toplar.

Nedenler

Bu bölüm performans toplama kuralları için geçerli değildir.

Çözümler

Durum veya uyarı oluşturmadıklarından, performans toplama kuralları için gerçekleştirilecek bir çözüm yok.

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>