Toplam Hata

Microsoft.SystemCenter.CM.AEM.Views.Internal.AppTotalHitCountPerfCollector (Rule)

Uygulama başına Toplam Hata

Knowledge Base article:

Özet

Bu kural, uygulama başına toplam isabet sayısıyla ilgili perf verilerinin toplanması için dahili olarak kullanılır. İzleme üzerinde olumsuz bir etkisi olacağından bu kural geçersiz kılınmamalıdır.

Nedenler

Bu bölüm bu kural türü için geçerli değil.

Çözümlemeler

Bu kural türü için bir kullanıcı eylemi yok.

Element properties:

TargetMicrosoft.SystemCenter.CM.AEM.Application
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
SchedulerDS DataSource System.Scheduler Default
PerfDataWriter WriteAction Microsoft.SystemCenter.CM.AEM.Views.Internal.MapQueriedPerfData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.Views.Internal.AppTotalHitCountPerfCollector" Target="AEMLib!Microsoft.SystemCenter.CM.AEM.Application" Enabled="false" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="SchedulerDS" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">60</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="PerfDataWriter" TypeID="Microsoft.SystemCenter.CM.AEM.Views.Internal.MapQueriedPerfData">
<Query/>
<ObjectName/>
<CounterName/>
<Value/>
<ManagedEntityId/>
<RuleId/>
</WriteAction>
</WriteActions>
</Rule>