EMC Isilon Disk TimeInQ Collection Rule

EMC.Isilon.DiskTimeInQ.Collection.Rule (Rule)

This performance rule collects EMC Isilon Disk TimeInQ

Knowledge Base article:

Summary

This rule collects performance data for EMC Isilon Disk.

This workflow targets the EMC Isilon Disk, using SSH protocols call.

The isi command used: isi statistics drive --long --noconversion --noheader --csv

Performance Counter information:

Configuration

Configuration:

Causes

Possible reasons for this rule for not collecting performance data:

Resolutions

To troubleshoot possible issues with this rule try the following:

Element properties:

TargetEMC.Isilon.Disk
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource EMC.Isilon.DiskPerformanceDS Default
MapToPerf ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="EMC.Isilon.DiskTimeInQ.Collection.Rule" Enabled="false" Target="EMC.Isilon.Disk" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="EMC.Isilon.DiskPerformanceDS">
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<SNMPAddress>$Target/Host/Property[Type="NetworkLibrary!System.NetworkManagement.Node"]/SNMPAddress$</SNMPAddress>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="MapToPerf" TypeID="Perf!System.Performance.DataGenericMapper">
<ObjectName>Disk</ObjectName>
<CounterName>TimeInQ (ms)</CounterName>
<InstanceName>$Target/Property[Type="EMC.Isilon.Disk"]/Bay$</InstanceName>
<Value>$Data/Property[@Name='$Target/Property[Type="EMC.Isilon.Disk"]/Bay$ TimeInQ (ms)']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>