Mysql – How to tell how many queries per second thesql is handling

MySQL

Is there a simple mysql command that can tell me how active our database is?

Best Answer

I like mytop for this (I keep several instances running in a screen all the time), and innotop is very helpful if you're using innodb tables.