When working with mysql database server, it would be great if we can monitor all process that's happening inside the database server, this kind of feature could be handy during performance test.
Is there anything like that in this world? a tool that can show process of mysql database server? behold my friend, 'mytop' is the one you looking for, 'mytop' is a command line tool that can display mysql process.
You can tell that 'mytop' is inspired by program called 'top' on ubuntu. You can install 'mytop' on ubuntu using command below:
sudo apt-get install mytop
No comments:
Post a Comment