formats

Monitor MySQL Performance with mytop




mytop is an excellent app to monitor mysql performance. Let’s check it out!


Firstly, install mytop:

$ sudo apt-get install mytop




Run mytop with tack tack prompt to have mytop prompt for the root mysql password:

$ mytop --prompt




Done! You can now monitor the number of mysql queries the server is processing as well as key buffer efficiency.

mytop

When loaded, press d to prompt for a specific database name to monitor.

mytop_02

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux Monitor MySQL Performance with mytop