受影響的使用者

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

每個應用程式之受影響的唯一使用者總數

Knowledge Base article:

摘要

此規則為內部使用,用以收集每個應用程式中,與總使用者計數相關的效能資料。 不應覆寫此規則,否則會對監視有負面影響。

原因

本部分不適用此規則類型。

解決方式

此規則類型不需要任何使用者動作。

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.AppUserCountPerfCollector" 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>