Client Monitoring-toepassing - prestatieverzamelingsregel voor het aantal unieke beïnvloede gebruikers

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

Met deze regel worden de prestatiegegevens die betrekking hebben op het totale aantal beïnvloede gebruikers per toepassing verzameld

Knowledge Base article:

Samenvatting

Deze regel wordt intern gebruikt voor het verzamelen van de prestatiegegevens die betrekking hebben op het totale aantal beïnvloede unieke gebruikers per toepassing. Deze regel mag niet worden overschreven, omdat dit een ongewenst effect op de bewaking zal hebben.

Oorzaken

Deze sectie is niet van toepassing op dit type regel.

Oplossingen

Er bestaat geen gebruikersactie voor dit type regel.

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.AppUserCountPerfCollection" 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>DECLARE @TableName NVARCHAR(1000), @Query NVARCHAR(1000);SELECT @TableName = ManagedTypeTableName FROM ManagedType WHERE TypeName = 'Microsoft.SystemCenter.CM.AEM.Application';SET @Query = N'select count(*), SourceEntityId from AemRelationship AR join [' + @TableName + '] A on AR.SourceEntityId = A.BaseManagedEntityId where RelationshipTypeId = 0 and EntityTypeId = 0 group by SourceEntityId';EXEC sp_executesql @Query</Query>
<ObjectName>Application</ObjectName>
<CounterName>ApplicationUniqueUsersAffected</CounterName>
<Value>Columns/Column[1]</Value>
<ManagedEntityId>Columns/Column[2]</ManagedEntityId>
<RuleId>$MPElement[Name="AEMViewsInternal!Microsoft.SystemCenter.CM.AEM.Views.Internal.AppUserCountPerfCollector"]$</RuleId>
</WriteAction>
</WriteActions>
</Rule>