DW SAP Dialog/ResponseTime

ozsoft.sap.Rule.WritePerformanceDataToDW.AppServer.Dialog.ResponseTime (Rule)

Writes SAP App Server Dialog ResponseTime Performance Counter Data to Data Warehouse

Element properties:

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

Member Modules:

ID Module Type TypeId RunAs 
SdkDataSource DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider Default
FilterCCMS ConditionDetection ozsoft.sap.ConditionDetection.CCMSPerfCounter Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

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