物理ディスクのアイドル時間の割合

Microsoft.Windows.Server.10.0.PhysicalDisk.PercentIdleTime (UnitMonitor)

パフォーマンス カウンター PhysicalDisk\\% Idle Time を監視します

Knowledge Base article:

概要

物理ディスクで多数の処理が行われ、その結果アイドル時間の割合が複数の連続サンプル数のしきい値を下回りました。

原因

物理ディスクでの処理が最近急激に増え、一気にしきい値を超えたか、時間の経過とともに物理ディスクの使用が徐々に増え、ある時点でしきい値を超えた可能性があります。

もう 1 つ考えられるのは、基盤となる物理ディスクまたはディスク サブシステムの一部が正常に機能していないか、正しく構成されていないために、物理ディスクのパフォーマンスが劣化した可能性です。

解決方法

次の手順に従って、この問題の原因を調査します。

調べた結果に応じて、次のいずれかの解決方法を試します。

Element properties:

TargetMicrosoft.Windows.Server.10.0.PhysicalDisk
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Instance NamePhysicalDisk
Counter Name\% Idle Time
Frequency900
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.Performance.ConsecutiveSamplesThreshold
RemotableTrue
AccessibilityPublic
Alert Message
物理ディスクのアイドル時間の割合 - 過小
Physical Disk\\% Idle Time パフォーマンス カウンターがしきい値を超えています。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Windows.Server.10.0.PhysicalDisk.PercentIdleTime" Accessibility="Public" Enabled="false" Target="ServervNext!Microsoft.Windows.Server.10.0.PhysicalDisk" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="SystemPerf!System.Performance.ConsecutiveSamplesThreshold" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Windows.Server.10.0.PhysicalDisk.PercentIdleTime.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Warning</AlertSeverity>
<AlertParameters/>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="ConditionTrue" HealthState="Warning"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="ConditionFalse" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>% Idle Time</CounterName>
<ObjectName>PhysicalDisk</ObjectName>
<InstanceName>$Target/Property[Type="WindowsServer!Microsoft.Windows.Server.PhysicalDisk"]/PerfmonInstance$</InstanceName>
<Frequency>900</Frequency>
<Threshold>20</Threshold>
<Direction>lessequal</Direction>
<NumSamples>24</NumSamples>
</Configuration>
</UnitMonitor>