Is there a simple mysql command that can tell me how active our database is?
|
feedback
|
|
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. | |||
|
feedback
|
|
I like | |||
|
feedback
|
That'll do for one-off measurements. If you want a more long-term view of mysql's load, I'd recommend checking out Munin. Out of the box, it comes configured with a mysql queries per second graph. | |||||
feedback
|