This is the first public release. Features:
- Top Queries - See which queries are being run the most on your server.
- Top Users - See which users are using your server the most.
- Top Tables - See which database tables are opened the most.
- Top States - See which states your database is most busy doing, such as creating temp tables.
- Replication Profiling - You can measure how much capacity you have left on the replication SQL thread on slaves. If you are using MyISAM a lot, a MyISAM lock analysis will help discover any locks associated with replication, as well as lock-prone queries in general.
- Query Ratings and Visualization - You can get your queries rated using EXPLAIN and see which queries are …