パフォーマンス データの収集

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>