I would like to monitor how much each step takes to execute, starting from clicking a button on the Visio UI/LCA to the actual update on the UI.
So in my case typically operator clicks a button, triggers a scripts, script executes a couple of functions and when the script finishes it triggers an UI update
Is there a framework available or recommended implementation so that it's possible to monitor the performance of each of these steps over.
Creating for example a LCA to visualize this.
In the documentation I found following link: Namespace Skyline.DataMiner.Net.LogHelpers | DataMiner Docs, would that be usefull in this case?
Hi Tim,
There is indeed a framework available, see the details here: https://github.com/SkylineCommunications/SLC-AS-ScriptPerformanceAnalyzer
There is a nuget available to implement in the scripts, and a package with an ad-hoc data source and Low-Code app to visualize and investigate the performance of the scripts.