sql-perf-monitoring
0
0
Initial Release
This is a sql query performance tool provided by David Loveluck.
See the related community article for more information.
Attention : it's not compatible with community container image.
Pull or adapt the image base in Dockerfile
.
Current image is : containers.intersystems.com/intersystems/iris:2021.1.0.215.0
Clone/git pull the repo into any local directory
git clone https://github.com/lscalese/sql-perf-monitoring.git
Put your iris.key the repo directory.
Open the terminal in this directory and run:
docker-compose build
docker-compose up -d
Open an IRIS\HealthShare terminal :
zpm "install sql-perf-monitoring"
Initial Release