Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

how to monitor performance of scripts/UI

Solved820 views5th March 2024#automationscript LCA
2
Tim Vandenbruwaene [SLC] [DevOps Enabler]2.18K 28th February 2024 0 Comments

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?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5th March 2024

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
3
Matthijs Favorel [SLC] [DevOps Advocate]1.97K Posted 29th February 2024 0 Comments

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.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5th March 2024
0
Michiel Vanthuyne [SLC] [DevOps Enabler]4.16K Posted 29th February 2024 1 Comment

Hi Tim,

If you want to monitor the script time, you could simply add a System.Diagnostics.Stopwatch and start it at the start of your script, stop it at the end of the script and log the time used. If you want a full end-to-end test, you can use a UI testing framework such as Ranorex, for which we have some courses in the learning section of the dojo. In many cases the bulk of time will be consumed by the script, so the additional work of creating an end-to-end test might not be needed as this will typically only add 1-2 seconds to the total time.

Matthijs Favorel [SLC] [DevOps Advocate] Posted new comment 29th February 2024
Matthijs Favorel [SLC] [DevOps Advocate] commented 29th February 2024

The full duration of each script is logged by default in the SLAutomation log, so if you only need the full execution time, nothing special is needed in your script.

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs