mtop – MySQL Monitor

mysql.jpg

mtop allows you to monitor your MySQL instance in real-time. It shows you uptime of the instance, number of queries executed per second, slow queries, number active threads, etc.

If on Ubuntu/Debian: sudo apt-get -y install mtop

Use following command to watch your MySQL server stats with 1 second refresh interval.

mtop -se 1

Related Posts

Comments are closed.