📜 ⬆️ ⬇️

MySQL monitoring and statistics

Probably, many of you have had and need to keep statistics on the load on your MySQL servers. Sometimes you need quite a bit: the number of connections, how many requests per hour / day are executed, at what time of day the maximum or minimum load, etc.

I wrote a project for myself and offer it to you.

http://mysql.lexxspace.ru/
')
This tool will collect statistics on one site from all your MySQL servers and display it in the form of convenient graphs.

Project task
1. Centrally store, process and display MySQL database statistics:
* number of compounds per hour and per day,
* the number of SELECT, INSERT, UPDATE and DELETE queries executed by the DBMS.
3. Customize graphics on their own.

Source: https://habr.com/ru/post/18905/


All Articles