DW SAP Dialog/DBRequestTime
ozsoft.sap.Rule.WritePerformanceDataToDW.AppServer.Dialog.DBRequestTime (Rule)
Writes SAP App Server Dialog DBRequestTime Performance Counter Data to Data Warehouse
Element properties:
Member Modules:
Source Code:
<Rule ID="ozsoft.sap.Rule.WritePerformanceDataToDW.AppServer.Dialog.DBRequestTime" 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>DBRequestTime</CounterName>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>