실제 디스크 유휴 시간 비율

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

PhysicalDisk\\% Idle Time 성능 카운터를 모니터링합니다.

Knowledge Base article:

요약

실제 디스크에서 많은 작업이 실행되어서 유휴 시간의 비율이 연속된 여러 샘플에 걸쳐서 임계값 미만입니다.

원인

최근에 실제 디스크에서 활동이 상당히 증가하여 순간적으로 임계값을 초과했거나 시간 경과에 따라 실제 디스크의 사용률이 꾸준히 증가하여 결과적으로 임계값을 초과했습니다.

또는 기본 실제 디스크 또는 디스크 하위 시스템의 일부가 제대로 작동하지 않거나 잘못 구성되어서 실제 디스크의 성능을 손상시키는 것일 수 있습니다.

해결 방법

이 문제를 더 조사하려면 다음 작업을 고려하십시오.

추가적인 조사에서 얻은 결과에 따라 해결 방법은 달라질 수 있으며 다음 중 하나를 포함할 수 있습니다.

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>