
Initial Release
It’s a follow-up to my previous package DBdashboard
Big THANKS to Ashok Kumar T for providing the graphic presentation.
The graphics of his package GBLSizeMonitor were exactly what I was looking for.
Visualization is one of the key factors for fast recognition of numeric facts.
I collect the actual DB parameters and show them numerically and visually.
Short summary:
As in the previous package, all is running from a CSP page.
And it is all written in pure InterSystems ObjectScript, JavaScript, HTML

Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
git clone https://github.com/r-cemper/swaggertools-DBfree.git
To build and start the container run:
docker compose up -d && docker compose logs -f
To open IRIS Terminal do:
docker-compose exec iris iris session iris
USER>
To access IRIS System Management Portal
http://localhost:42773/csp/sys/UtilHome.csp
In your browser simply call
http://localhost:42773/csp/user/ZX.dbSizeViewer.cls
As in the previois packages it is now possible to take also a snapshot from
a remote system. The only requirement is to append an URL parameter formatted:
Example for defaults: port=1972 user=_SYSTEM pw=SYS
Missing URL paramter uses the local system.
Example:
http://localhost:42773/csp/user/ZX.dbSizeViewer.cls?SERVER=192.168.0.11:11972:SuperUser:SYS