https://github.com/ollm/queryscan
PHP script that scans for a period of time the queries that are executed (MySQL, MariaDB), showing graphically the results, can be used to detect slow queries, that produce a blockage or simply to optimize.
https://github.com/ollm/queryscan
lock-table mariadb mysql php slow-queries
Last synced: 12 months ago
JSON representation
PHP script that scans for a period of time the queries that are executed (MySQL, MariaDB), showing graphically the results, can be used to detect slow queries, that produce a blockage or simply to optimize.
- Host: GitHub
- URL: https://github.com/ollm/queryscan
- Owner: ollm
- License: gpl-3.0
- Created: 2018-07-27T13:47:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T18:01:03.000Z (over 5 years ago)
- Last Synced: 2025-04-30T03:49:32.324Z (about 1 year ago)
- Topics: lock-table, mariadb, mysql, php, slow-queries
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Description
PHP script that scans for a period of time the queries that are executed (MySQL, MariaDB), showing graphically the results, can be used to detect slow queries, that produce a blockage or simply to optimize.
## Instructions
Configure the file to connect to your database.
You can use this script by running it from a browser or from the command line.
```shell
php ./queryscan.php
```
## ScreenShot
