物理ディスクの平均ディスク書き込み速度 (秒)

Microsoft.Linux.RHEL.7.PhysicalDisk.AverageDiskWriteTime.Monitor (UnitMonitor)

Red Hat Enterprise Linux Server 7 物理ディスクの平均ディスク書き込み速度 (秒) モニター

Knowledge Base article:

概要

(物理ディスクの) 平均書き込み時間の値が高くなっています。システムのパフォーマンスに悪影響を与える可能性があります。

物理ディスクの平均書き込み時間は秒単位で測定されます。ボトルネックが発生しているディスクは、システム全体の速度を下げる原因になる可能性があります。

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

構成

物理ディスクの監視は、既定では無効になっています。監視を有効にするには、[Red Hat Enterprise Linux Server 7 物理ディスクの検出] というオブジェクト検出を有効にします。

既定の構成

パラメーター

既定値

しきい値

0.05

間隔 (秒)

300

サンプル数

5

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

原因

異常な状態とは、物理ディスクの平均書き込み時間の値が現在高くなっていることを示します。

この状態の原因には、次のような状況が考えられます。

解決策

Element properties:

TargetMicrosoft.Linux.RHEL.7.PhysicalDisk
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
ディスクの平均書き込み秒数の値が高すぎます
Physical Disk\Avg.Disk Sec/Write パフォーマンス カウンターの値を超えました。しきい値を超えた値は、次のとおりです。{0} 秒/書き込み
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.Linux.RHEL.7.PhysicalDisk.AverageDiskWriteTime.Monitor" Accessibility="Public" Target="Microsoft.Linux.RHEL.7.PhysicalDisk" TypeID="Unix!Microsoft.Unix.WSMan.Performance.Filtered.Average.Threshold.MonitorType" Enabled="true" ParentMonitorID="SystemHealth!System.Health.PerformanceState">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.Linux.RHEL.7.PhysicalDisk.AverageDiskWriteTime.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_DiskDriveStatisticalInformation?__cimnamespace=root/scx</Uri>
<Filter/>
<SplitItems>true</SplitItems>
<Interval>300</Interval>
<ObjectName>Physical Disk</ObjectName>
<CounterName>Avg. Disk sec/Write</CounterName>
<InstanceName>$Target/Property[Type="Unix!Microsoft.Unix.LogicalDevice"]/DeviceID$</InstanceName>
<InstanceProperty>/DataItem/WsManData/*[local-name(.)='SCX_DiskDriveStatisticalInformation']/*[local-name(.)='Name']</InstanceProperty>
<Value>$Data/WsManData/*[local-name(.)='SCX_DiskDriveStatisticalInformation']/*[local-name(.)='AverageWriteTime']$</Value>
<Threshold>.05</Threshold>
<NumSamples>5</NumSamples>
</Configuration>
</UnitMonitor>