收集性能数据

Microsoft.SystemCenter.CollectPerformanceData (Rule)

从任何对象收集性能数据的系统规则。

Knowledge Base article:

摘要

此规则供内部使用,用于收集整个管理组的所有性能数据。 此规则不应被替代,因为会对监视产生负面影响。

原因

本节不适用于此类型规则。

解决方法

此类型规则无需任何用户操作。

Element properties:

TargetMicrosoft.SystemCenter.HealthService
CategorySystem
EnabledTrue
Alert GenerateFalse
RemotableTrue
Commentthis rule collects all performance data from the agent

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.PublishedPerformanceDataProvider Default
WA WriteAction Microsoft.SystemCenter.PerformanceDataWriter Default

Source Code:

<Rule ID="Microsoft.SystemCenter.CollectPerformanceData" Comment="this rule collects all performance data from the agent" Enabled="true" Target="SCLibrary!Microsoft.SystemCenter.HealthService" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="90">
<Category>System</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SystemCenter.PublishedPerformanceDataProvider"/>
</DataSources>
<WriteActions>
<WriteAction ID="WA" TypeID="Microsoft.SystemCenter.PerformanceDataWriter" Target="SCLibrary!Microsoft.SystemCenter.CollectionManagementServer"/>
</WriteActions>
</Rule>