From 3f5723c0d11861ec9172baf967d34bf8bdf04684 Mon Sep 17 00:00:00 2001 From: Donato Marrazzo Date: Wed, 30 Sep 2020 10:07:46 +0200 Subject: [PATCH] drools metrics --- tuning.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tuning.md b/tuning.md index fb7ad84..d319f9a 100644 --- a/tuning.md +++ b/tuning.md @@ -69,6 +69,14 @@ standalone.xml ``` +# DRL Tuning + +Red Hat Process Automation Manager include a powerful rule engine based on the well known Drools project. + +Tuning DRL to get the best performances is not trivial task. The following project is a very valuable tool: + +https://github.com/tkobayas/MetricLogUtils/wiki/How-to-use-MetricLogUtils + ### References [Tune async execution in Kie Server](http://mswiderski.blogspot.it/2017/11/tune-async-execution-in-kie-server.html)