Performance Counter Data Request TimeOut Alert

Microsoft.Windows.Client.Vista.OperatingSystem.PerfCounterDataRequestTimeOut.Alert.MissionCritical (Rule)

Knowledge Base article:

概要

このサービスのパフォーマンス カウンタ プロバイダは、指定された収集のタイムアウト期間内にパフォーマンス カウンタ データを返すことができませんでした。この期間はパフォーマンス カウンタごとに異なり、変更することができます。

パフォーマンス カウンタ データの収集機能のみに影響し、システムのヘルスには影響しません。この問題が解決されるまで、このカウンタのアラートを監視しているルールはアクティブ化されません。

サンプル イベント:

Perfproc.dll ライブラリのパフォーマンス データ コレクション関数 CollectSysProcessObjectData の終了待ちのタイムアウト期間が経過しました。この拡張可能カウンタまたはデータを収集しているサービスに問題があるか、このコールが試行されるときに、システムがビジー状態だった可能性があります。

関連イベント:

ソース :Perflib;

イベント ID: 1015

原因

パフォーマンス カウンタ プロバイダまたはデータ収集元のサービスに問題があるか、要求が生成されたときにシステムがビジー状態だった可能性があります。

解決方法

オープンまたは収集タイムアウトによって問題が発生する場合は、エラーを報告しているプロバイダまたはサービスの既定のオープンまたは収集のタイムアウト期間を変更できます。

既定では、オペレーティング システムはすべてのサービスで 10 秒間 (ミリ秒単位で測定) の収集またはオープンのタイムアウト期間を使用します。このタイムアウト期間をサービス単位で上書きするには、Open Timeout または Collect Timeout レジストリ エントリを変更します。

次の手順は Collect Timeout エントリの場合に適用されますが、同じ手順を Open Timeout エントリにも適用できます。

注意

レジストリを誤って編集すると、システムに重大な障害をもたらす可能性があります。レジストリを変更する前に、コンピュータ上の大切なデータのバックアップを作成するようにしてください。

Collect Timeout レジストリ エントリを変更するには、次の手順に従います。

外部

パフォーマンスおよび信頼性の監視の詳細については、Microsoft TechNet の Web サイト ( http://go.microsoft.com/fwlink/?LinkId=27756) (英語版の可能性があります) を参照してください。

使用できないパフォーマンス カウンタの詳細については、マイクロソフト サポート技術情報の記事 275659「パフォーマンス カウンタが損傷すると表示されなくなったり、Perfmon で使用できなくなったりすることがある」( http://go.microsoft.com/fwlink/?LinkId=27763) を参照してください。

パフォーマンス カウンタのトラブルシューティングの詳細については、マイクロソフト サポート技術情報の記事 152513「パフォーマンス モニタ カウンタの問題のトラブルシューティング」( http://go.microsoft.com/fwlink/?LinkId=30322) を参照してください。

Element properties:

TargetMicrosoft.Windows.Client.Vista.OperatingSystem
CategoryEventCollection
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
パフォーマンス カウンタ データの要求が多すぎて、タイムアウトになりました
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
EventDS DataSource Microsoft.Windows.EventProvider Default
GenerateAlert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Client.Vista.OperatingSystem.PerfCounterDataRequestTimeOut.Alert.MissionCritical" Enabled="false" Target="Vista!Microsoft.Windows.Client.Vista.OperatingSystem">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="EventDS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Perflib</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Microsoft-Windows-Perflib</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>1015</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="GenerateAlert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Client.Vista.OperatingSystem.PerfCounterDataRequestTimeOut.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>