收集效能資料

Microsoft.SystemCenter.CollectPerformanceData (WriteActionModuleType)

此系統規則會收集所有物件的效能資料。

Knowledge Base article:

摘要

此規則為內部使用,用以收集整個管理群組的所有效能資料。不應覆寫此規則,否則會對監視有負面影響。

原因

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

解決方式

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

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.Performance.Data

Member Modules:

ID Module Type TypeId RunAs 
Mapper ConditionDetection Microsoft.SystemCenter.Performance.LinkedDataMapper Default
WA WriteAction System.PublishData Default

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.CollectPerformanceData" Accessibility="Public" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SystemCenter.Performance.LinkedDataMapper">
<ManagedEntityId>$Target/Id$</ManagedEntityId>
<RuleId>$MPElement$</RuleId>
</ConditionDetection>
<WriteAction ID="WA" TypeID="System!System.PublishData">
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<ChannelId>7EB72AED-8069-4289-B9EB-00A29230B4D0</ChannelId>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="WA">
<Node ID="Mapper"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>Performance!System.Performance.Data</InputType>
</WriteActionModuleType>