オペレーティング システムの DPC 時間の合計割合

Microsoft.Linux.SLES.11.OperatingSystem.TotalPercentDPCTime.Monitor (UnitMonitor)

SUSE Linux Enterprise Server 11 オペレーティング システムの DPC 時間の合計割合モニター

Knowledge Base article:

概要

(すべてのプロセッサの) DPC 時間の合計割合が高くなっています。システムのパフォーマンスに悪影響を与える可能性があります。

合計 DPC 時間は、すべてのプロセッサが遅延プロシージャ呼び出し (DPC) を受け取って処理するために使用した時間です。DPC は標準割り込みより低い優先順位で実行する割り込みです。DPC は特権モードで実行するので、% DPC Time は % Privileged Time のコンポーネントです。高い % DPC Time 値が継続する場合は、プロセッサがボトルネックになっているか、アプリケーションまたはハードウェアに関連する問題によって、全体的なシステム パフォーマンスが大きく低下している可能性があります。

モニターのしきい値は、エージェントへのポーリングで返された値の平均値を基準として分析されます。ここで [サンプル数] パラメーターは、平均値の計算に使用されるサンプルの数を制御します。エージェントによって返される値は、1 分間隔で照会された最新の 5 つの値のローリング平均値です。

構成

既定の構成

パラメーター

既定値

しきい値

15

間隔 (秒)

300

サンプル数

3

上記で定義されたパラメーターの値は、上書きを使用して、すべてのインスタンスまたは特定のインスタンスやグループに対して変更できます。

原因

高い % DPC Time 値は、次の 1 つまたは複数の原因によって引き起こされることがあります。

解決策

DPC Time 値が高い場合の根本原因を特定するには、次の手順に従います。割り込みと DPC の処理に費やしたプロセッサ時間の割合を監視します。これには次の指標を監視します。

% Interrupt Time (_Total) メトリックおよび % DPC Time (_Total) メトリックの値を、% Processor Time (_Total) と比較します。

% Processor Time (_Total) の値が 85% を超える状態が続き、% Interrupt Time (_Total) または % DPC Time (_Total) の値が 15% を超える場合、プロセッサがパフォーマンス ボトルネックの原因になっていると思われます。このボトルネックは、コンピューターのプロセッサをアップグレードするか、プロセッサを追加することで対処できます。

% Processor Time (_Total) の値が 85% 未満の状態が持続し、% Interrupt Time (_Total) または Total % DPC Time (_Total) の値が 15% を超える場合は、パフォーマンスの問題がアプリケーションとハードウェアのどちらかに関する問題に起因している可能性があります。

Element properties:

TargetMicrosoft.Linux.SLES.11.OperatingSystem
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Unix.WSMan.Performance.Filtered.Average.Threshold.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
DPC 時間の合計割合が高すぎます
Processor\\% DPC Time\_Total パフォーマンス カウンターのしきい値を超えました。しきい値を超えた値は、次のとおりです。 {0}.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Linux.SLES.11.OperatingSystem.TotalPercentDPCTime.Monitor" Accessibility="Public" Target="Microsoft.Linux.SLES.11.OperatingSystem" TypeID="Unix!Microsoft.Unix.WSMan.Performance.Filtered.Average.Threshold.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Linux.SLES.11.OperatingSystem.TotalPercentDPCTime.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Value$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UnderThreshold" ID="UnderThreshold"/>
<OperationalState HealthState="Error" MonitorTypeStateID="OverThreshold" ID="OverThreshold"/>
</OperationalStates>
<Configuration>
<TargetSystem>$Target/Host/Property[Type="Unix!Microsoft.Unix.Computer"]/NetworkName$</TargetSystem>
<Uri>http://schemas.microsoft.com/wbem/wscim/1/cim-schema/2/SCX_ProcessorStatisticalInformation?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>true</SplitItems>
<Interval>300</Interval>
<ObjectName>Processor</ObjectName>
<CounterName>% Interrupt Time</CounterName>
<InstanceName>_Total</InstanceName>
<InstanceProperty>/DataItem/WsManData/*[local-name(.)='SCX_ProcessorStatisticalInformation']/*[local-name(.)='Name']</InstanceProperty>
<Value>$Data/WsManData/*[local-name(.)='SCX_ProcessorStatisticalInformation']/*[local-name(.)='PercentDPCTime']$</Value>
<Threshold>15</Threshold>
<NumSamples>3</NumSamples>
</Configuration>
</UnitMonitor>