Storage Center Disk Class ReadLatency Collection Rule

Dell.Storage.DiskClassReadLatencyCounter.Rule (Rule)

Description for the new performance collection rule.

Element properties:

TargetDell.Storage.DiskClass
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Dell.Storage.DiskClassIoUsage.DSM Default
CollectToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
CollectToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Dell.Storage.DiskClassReadLatencyCounter.Rule" Target="Dell.Storage.DiskClass" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Dell.Storage.DiskClassIoUsage.DSM">
<Frequency>900</Frequency>
<PrincipalName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<InstanceId>$Target/Property[Type="Dell.Storage.DiskClass"]/InstanceId$</InstanceId>
<ObjectName>Dell.Storage.StorageCenterDiskClassIoUsage</ObjectName>
<CounterName>ReadLatency</CounterName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CollectToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="CollectToDW" TypeID="MSDL!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>