Home Applications MONLBL Viewer

MONLBL Viewer

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
0
0 reviews
0
Awards
405
Views
0
IPM installs
0
0
Details
Releases (1)
Reviews
Issues
Pull requests (1)
It is a web UI for inspecting Caché Monitor (%MONLBL) results.

What's new in this version

Initial Release

monlbl-viewer

MONLBL Viewer - a web UI for inspecting Caché Monitor (%MONLBL) results.

It provides a minimal metrics for routines (Line-by-Line statistics: Time, TotalTime, Number of executions)
and summary on routines.

Installation

  1. Download and import(compile) GMONLBL.Installer.cls.xml
  2. In terminal:
    
    set a("Namespace") = {desired namespace}
    (optional)set a("SourceDir") = {project directory}
    do ##class(GMONLBL.Installer).setup(.a)
    


3. If you will not specify SourceDir, it will download sources from GitHub
4. It will also create all necessary namespaces, web apps and mapping

What’s working now:

  • Start, Stop, Pause/Resume, Reset Caché Monitor
  • Show Summary for all monitored routines
  • Show detalized view (Line-by-Line) on selected routine
  • Syntax highlighting
  • Namespace changing
Version
1.21.301 Jun, 2018
Ideas portal
Category
Developer Environment
Works with
CachéEnsemble
First published
01 Jun, 2018
Last edited
01 Jun, 2018
Last checked by moderator
09 Oct, 2025Doesn't work