Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 523 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 523 Bytes

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.

php ./queryscan.php

ScreenShot

Screenshot