Storage Center Volume WriteLatency Collection Rule

Dell.Storage.VolumeWriteLatencyCounter.Rule (Rule)

Description for the new performance collection rule.

Element properties:

TargetDell.Storage.Volume
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

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