성능 데이터 수집

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>