Hi guys,
What would be the best ways to monitor mysql performance and load, queries per second, total queries over a hour etc?
Thanks!
Hi guys,
What would be the best ways to monitor mysql performance and load, queries per second, total queries over a hour etc?
Thanks!
Firstly, be sure to watch for slow queries: http://dev.mysql.com/doc/refman/5.0/en/slow-query-log.html
mysqladmin extended
is very useful. See http://www.mysql.com/news-and-events/newsletter/2004-01/a0000000301.html for some tips.