A simple tool to monitor Oracle database queues with live charts and basic anomaly detection.
- Add one or more sources with connection info and a query.
- Each query must return a single number (e.g.
SELECT COUNT(*) ...
). - Values are fetched at the polling interval and shown in live plots.
- Each source opens its own window.
- An alert is raised if the queue spikes.
Older Oracle versions need the Instant Client. Set its path in settings.json
or from the GUI under Settings.
Anomalies are detected with an AutoRegressive (AR) model. Only upward spikes are considered.
![]() Main Window |
![]() Live Plot |