平均ディスク読み取り速度 (秒) (SUSE Linux Enterprise Server 11)

Microsoft.Linux.SLES.11.PhysicalDisk.AverageDiskReadTime.Collection (Rule)

パフォーマンス カウンター Physical Disk\Avg.Disk sec/Read の収集ルール

Knowledge Base article:

概要

このルールは、Physical Disk\Avg.Disk sec/Read パフォーマンス カウンターのパフォーマンス データを収集します。収集された値には、パフォーマンス ビューおよびレポートでアクセスできます。

この指標は、ディスク読み取りの平均時間を秒単位で示します。ボトルネックが発生しているディスクは、システム全体の速度を下げる原因になる可能性があります。

エージェントによって返される値は、最近 5 分間の平均速度です。

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

Element properties:

TargetMicrosoft.Linux.SLES.11.PhysicalDisk
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Unix.WSMan.PerfCounterProvider.Filtered Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Linux.SLES.11.PhysicalDisk.AverageDiskReadTime.Collection" Target="Microsoft.Linux.SLES.11.PhysicalDisk" Enabled="true" Remotable="true">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Unix!Microsoft.Unix.WSMan.PerfCounterProvider.Filtered">
<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/Read</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(.)='AverageReadTime']$</Value>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>