<div dir="ltr">On my midPoint instances, we run a weekly recompute job to fix anything that's been missed by live synchronization. When the job completes, we have it send out an email notification with the Environmental Performance details of the task with the following expression:<br><br><bodyExpression><br>    <script><br>    <code><br><div>    import com.evolveum.midpoint.schema.statistics.*;       <br></div><div>EnvironmentalPerformanceInformation.format(event.getTask().getAggregatedLiveOperationStats().getEnvironmentalPerformanceInformation());</div>    </code><br>   </script><br></bodyExpression><br><br>On my non-clustered setups, this works great. When I run the clustered version of the recompute task, this expression doesn't yield any output which makes some sense as when you click on "Environmental Performance" for the task in the UI there's no data there. Is there a way to get some equivalent statistics in a clustered setup (i.e. this many updates/deletes/etc. per resource)?<br><br><div>I have found the per-worker Environmental Performance stats for the task in the UI, but I'm not sure how to craft a Groovy expression to display all of those for the workers I have configured or better yet, get a summary based on those.</div><div><br></div><div>Any ideas? <br></div></div>