Comments on Monitor MySQL connections and queries with mytop

This article will explain the installation and usage of mytop, a handy tool for live monitoring of MySQL queries. Also looking into various operations that a user can perform while monitoring the queries on mytop.

2 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Siddhant Tyagi

Great tool. I have been using it for quite some time but then my monitoring requirements needed a little bit more information than the nytop command. I then used the output of the PROCESSLIST query after every second using a cron job. Performance Schema was intoduced as of version 5.6.14 of MySQL, making the task of the DBA's all the more easier.

By: Luciano

Hi,

Great tutorial. Thanks