Hi,
I'm looking for options on how to measure the ODM rules performance ??
This is because we want to do some performance tuning, hence i'm looking first for measuring the current performance of rules and then want to tune the rules and measure the performance of rules again.
Any suggestions are highly appreciated
Answer by odmgd (10516) | Dec 29, 2015 at 03:56 AM
To start with. out of the box, you can use the Decision Server statistics. From the decision server management console, select a ruleset from the Explorer tab and then View statistics providing in each XU Count, Total Time (ms), Average Time (ms), Min. Time (ms), Max. Time (ms), Last Execution Time (ms), First Execution Date and Last Execution Date.
If you want more details, then use the Decision Warehouse allowing to trace each individual ruleset execution.
Answer by rrjack (271) | Dec 28, 2015 at 01:16 PM
Check out the testing tools offered by RuleScape (http://www.rulescape.biz/#!tools/c7yy). You can easily build a test suite using the R-Unit test framework and when you run it, you get a coverage report that also reports on the performance of the rules. Very useful when performing rule tuning.