Gruppo di errore di sistema monitoraggio client - Regola di raccolta prestazioni in base al conteggio totale

Microsoft.SystemCenter.CM.AEM.Internal.SystemBucketTotalHitCountPerfCollection (Rule)

Questa regola attiva la raccolta di dati delle prestazioni in relazione al conteggio totale per gruppo di errore di sistema

Knowledge Base article:

Riepilogo

Questa regola viene utilizzata internamente per raccogliere i dati delle prestazioni in relazione al conteggio totale delle istanze per gruppo di errori di sistema. Tale regola non deve essere sostituita in quanto potrebbe avere un impatto negativo sul monitoraggio.

Cause

Questa sezione non è applicabile per questo tipo di regola.

Risoluzioni

Non è richiesta alcuna azione utente per questo tipo di regola.

Element properties:

TargetMicrosoft.SystemCenter.CM.AEM.CrashListener
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.SystemCenter.CM.AEM.Internal.SystemBucketTotalHitCountPerfCollection" Target="AEMLib!Microsoft.SystemCenter.CM.AEM.CrashListener" Enabled="true" ConfirmDelivery="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Minutes">15</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="PerfDataWriter" TypeID="Microsoft.SystemCenter.CM.AEM.Internal.MapQueriedPerfData">
<Query>select sum(AC.HitCount), AC.SourceEntityId from AemCrashCounters AC join MT_SystemBucket SB on AC.SourceEntityId = SB.BaseManagedEntityId where AC.EntityTypeId = 1 group by AC.SourceEntityId</Query>
<ObjectName>Bucket</ObjectName>
<CounterName>BucketErrorCount</CounterName>
<Value>Columns/Column[1]</Value>
<ManagedEntityId>Columns/Column[2]</ManagedEntityId>
<RuleId>$MPElement[Name="AEMViewsInternal!Microsoft.SystemCenter.CM.AEM.Views.Internal.SystemBucketTotalHitCountPerfCollector"]$</RuleId>
</WriteAction>
</WriteActions>
</Rule>