There are several monitoring tools for MySQL that show you useful statistics about your server, draw graphs, store historical information and generate trends. All are using the same approach – querying MySQL status variables – this provides basic information about server health. But is that information enough to find and trace weak spots? Unfortunately no. You can get a high level report showing that there is definitely something wrong with your database, but not the root cause. The ...



