Β© 2025 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms

Initial Release
The Global Memory Viewer is a lightweight, web-based CSP application for InterSystems IRIS that allows developers and administrators to:
β
 Interactive bar chart of global usage
β
 Pagination support for large numbers of globals
β
 Searchable global details table
β
 Dropdown to select IRIS namespaces
β
 Displays Allocated MB vs Used MB
β
 Uses Chart.js and pure CSP β no external frameworks required
You can install ZIRIS DevHub by cloning this repository or importing the classes into your IRIS namespace:
Clone the repository:
git clone https://github.com/AshokThangavel/GlobalMemViewer.git
Navigate to the project directory:
cd GlobalMemViewer
Run the docker compose file:
docker compose -f docker-compose.yml up -d --build
http://localhost/csp/user/Globals.SizeMonitor.cls