パフォーマンス カウンター データの要求が多すぎて失敗しました

Microsoft.Windows.Server.10.0.OperatingSystem.PerfCounterDataRequestTimeOut.Alert (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「Corrupted Performance Counters May Disappear or Be Unavailable to Perfmon (破損したパフォーマンス カウンターが表示されなくなる、または機能しなくなる)」( http://go.microsoft.com/fwlink/?LinkId=27763) を参照してください。

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

Element properties:

TargetMicrosoft.Windows.Server.10.0.OperatingSystem
CategoryEventCollection
EnabledTrue
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.Server.10.0.OperatingSystem.PerfCounterDataRequestTimeOut.Alert" Enabled="true" Target="ServervNext!Microsoft.Windows.Server.10.0.OperatingSystem" ConfirmDelivery="true">
<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>
<SimpleExpression>
<ValueExpression>
<XPathQuery>EventSourceName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>Perflib</Value>
</ValueExpression>
</SimpleExpression>
</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.Server.10.0.OperatingSystem.PerfCounterDataRequestTimeOut.Alert.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue/>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>