An open API service indexing awesome lists of open source software.

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.

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

![Screenshot](https://drive.google.com/uc?export=view&id=1nvDhbjsuYD0lFsG2mGw39nCGC3xahQ2f "Screenshot")