Storage Subsystem: CPU Utilization (\%)

Microsoft.SystemCenter.OperationsManager.Storage.SubSystem.Performance.AverageCPUUsage.Collection (Rule)

Storage Subsystem CPU Utilization (\%) performance collection rule

Knowledge Base article:

Summary

Storage Subsystem: CPU Utilization (%)

Element properties:

TargetMicrosoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystem
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.FilteredMetricsDataSource Microsoft.Storage.Library.MonitoringRunAsProfile
Mapper ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SystemCenter.OperationsManager.Storage.SubSystem.Performance.AverageCPUUsage.Collection" Enabled="true" Target="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.StorageSubSystem" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.Windows.Server.10.0.Storage.StorageSpacesDirect.FilteredMetricsDataSource" RunAs="MicrosoftStorageLibrary!Microsoft.Storage.Library.MonitoringRunAsProfile">
<StorageClassName>MSFT_StorageSubSystem</StorageClassName>
<StorageObjectUniqueID>$Target/Property[Type="MicrosoftStorageLibrary!Microsoft.Storage.Library.StorageArray"]/UniqueID$</StorageObjectUniqueID>
<MetricName>AverageCPUUsage</MetricName>
<TimeoutSeconds>300</TimeoutSeconds>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
</DataSource>
</DataSources>
<ConditionDetection ID="Mapper" TypeID="Perf!System.Performance.DataGenericMapper">
<ObjectName>Storage Array</ObjectName>
<CounterName>CPU Utilization</CounterName>
<InstanceName/>
<Value>$Data/Property[@Name='AverageCPUUsage']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SystemCenter!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>