OpsMgr DB Write Action 모듈\Avg. Processing Time 수집

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

Avg. Batch Size 성능 카운터를 수집합니다.

Knowledge Base article:

요약

이 규칙은 OpsMgr DB Write Action Modules\Avg에 대한 데이터를 수집합니다. Processing Time 성능 카운터를 수집합니다.

원인

성능 수집 규칙에 해당되지 않는 섹션입니다.

해결

성능 수집 규칙이 상태나 경고를 생성하지 않기 때문에 해결 방법이 없습니다.

Element properties:

TargetMicrosoft.SystemCenter.CollectionManagementServer
CategoryPerformanceCollection
EnabledTrue
Instance NameOpsMgr DB Write Action Modules
Counter NameAvg. Processing Time
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.HealthService.CollectionRule.Performance.AvgProcessingTime" 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. Processing Time</CounterName>
<ObjectName>OpsMgr DB Write Action Modules</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>180</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>