HP MSA2000 Physical Disk KBPS

MSA.Rule.Performance.PhysicalDisk.KBPS (Rule)

This rule collects Physical Disk KBPS performance data.

Knowledge Base article:

Summary

This rule collects Physical Disk Kilobytes Per Second performance data.

Configuration

Default values:

Additional

This rule works only on HP MSA2000 G3 series. If you try to change some values Cook Down may be break.

Another rules which uses this data source:

Element properties:

TargetMSA.PhysicalDisk
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
Performance DataSource MSA.DataSource.Common.Instance Default
Mapper ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="MSA.Rule.Performance.PhysicalDisk.KBPS" Enabled="true" Target="MSA.PhysicalDisk" ConfirmDelivery="true" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="Performance" TypeID="MSA.DataSource.Common.Instance">
<IntervalSeconds>300</IntervalSeconds>
<SyncTime>00:01</SyncTime>
<Midplane>$Target/Host/Host/Host/Host/Property[Type="MSA.System"]/SerialNumber$</Midplane>
<MsaCliPath>$Target/Host/Host/Host/Host/Host/Property[Type="MSA.PerformanceTool"]/MsaCliPath$</MsaCliPath>
<Command>show disk-statistics</Command>
<PrimaryIP>$Target/Host/Host/Host/Host/Property[Type="MSA.System"]/PrimaryIP$</PrimaryIP>
<SecondaryIP>$Target/Host/Host/Host/Host/Property[Type="MSA.System"]/SecondaryIP$</SecondaryIP>
<BaseType>disk-statistics</BaseType>
<Name>serial-number</Name>
<Value>$Target/Property[Type="MSA.PhysicalDisk"]/SerialNumber$</Value>
</DataSource>
</DataSources>
<ConditionDetection ID="Mapper" TypeID="Performance!System.Performance.DataGenericMapper">
<ObjectName>Physical Disk</ObjectName>
<CounterName>KBPS</CounterName>
<InstanceName>$Target/Host/Host/Host/Host/Property[Type="System!System.Entity"]/DisplayName$</InstanceName>
<Value>$Data/Property[@Name='kbytes-per-second-numeric']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="DWLibrary!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>