Home Applications DBdashboard

DBdashboard

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
1 reviews
0
Awards
177
Views
3
IPM installs
0
0
Details
Releases (3)
Reviews (1)
Issues
Articles (1)
Show free DB space as a DeepSee dashboard

What's new in this version

archived


 no maintenance or update

Dashboard of free database space

It’s a follow-up to my previous package DBfree, but not part of a contest

The idea

As DeepSee in IRIS can display tables and graphics in a dashboard, I tried to fill
in the actual DB parameters and to visualize them.
Short summary:
It is possible and an interesting exercise to misuse DepSee as a graphic viewer.
As in the previous package, all is running from a CSP page.
And it is all written in pure InterSystems ObjectScript

Prerequisites

Make sure you have git and Docker desktop installed.

Installation

Clone/git pull the repo into any local directory

git clone https://github.com/r-cemper/DBdashboard.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

How to use it

In your browser simply call

http://localhost:42773/csp/user/ZX.dbdash.cls

Release notes version 1.0.0

Based on the very positive feedback I have added a new functionality.
It is now possible to take also a snapshot from a remote system.
The only requirement is to append an URL parameter formatted:

?SERVER=IP-Address[:SuperServerPort[:Username[:Password]]]

Example for defaults: port=1972 user=_SYSTEM pw=SYS

http://localhost:42773/csp/user/ZX.dbdash.cls?SERVER=192.168.0.11:11972:SuperUser:SYS

Article

Ideas Portal

Last checked by moderator
02 Dec, 2025Works
Made with
download archive
Version
1.0.125 Jan, 2026
Ideas to the app
Category
Technology Example
Works with
InterSystems IRISInterSystems IRIS for Health
First published
22 Sep, 2025
Last edited
25 Jan, 2026