DW SAP CPU/5minLoadAverage

ozsoft.sap.Rule.WritePerformanceDataToDW.AppServer.CPU.5minLoadAverage (Rule)

Writes SAP App Server CPU/5minLoadAverage Performance Counter Data to Data Warehouse

Element properties:

Targetozsoft.sap.AppServer
CategoryPerformanceCollection
EnabledFalse
Alert GenerateFalse
RemotableTrue
Commentthis rule writes SAP counter performance data to DW

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource ozsoft.sap.TargetEntityPerformanceCounterDataProvider Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="ozsoft.sap.Rule.WritePerformanceDataToDW.AppServer.CPU.5minLoadAverage" Comment="this rule writes SAP counter performance data to DW" Enabled="false" Target="ozsoft.sap.AppServer" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="ozsoft.sap.TargetEntityPerformanceCounterDataProvider">
<ObjectName>CPU</ObjectName>
<CounterName>5minLoadAverage</CounterName>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>