Home Apache PHP Ubuntu MySQL Linux HTML Win CSS Perl Javascript Rants Retro
 
Print This Page
Date Posted: Sunday 07th of February 2010 | Category: MySQL
Monitor MySQL queries with mtop
Monitor MySQL queries with mtop
Today I found an application called mtop that monitors MySQL queries. It shows you which queries are taking the most amount of time to complete.

To install mtop enter the following in the terminal

sudo apt-get install mtop

To run mtop enter the following in the terminal

mtop