Friday, August 31, 2012

Visualization tools for pt-query-digest tables

Visualization tools for pt-query-digest tables:
When you process MySQL slow query logs using pt-query-digest you can store samples of each query into query_review table and historical values for review trend analysis into query_review_history table. But it could be difficult to easily browse those tables without a good GUI tool.
For the visual browsing of tables created by pt-query-digest you may want to use some kind of web tools besides phpMyAdmin ;-)


Query Digest UI



This is a advanced, but easy to install, ui for pt-query-digest or mk-query-digest.
Main features:

* Dynamic filtering and searching of queries

* Colorized and normalized SQL syntax

* Explain the query dynamically

* Integrated pt-query-advisor support

* Detailed query historic stats, support for log_slow_verbosity.

Actually, this is a very simple and straightforward tool to browse slow queries. The web interface is AJAX-based. Please refer to the screenshot below to see what columns you can filter the report on. Personally, I find this tool useful in case you want to easily find a certain query by id, have it syntax-highlighted or find queries that have first been seen since the specified date or date range. For some reasons, the explain function seems broken as of my installation on CentOS 6.3 x86_64, Apache mod_php, PHP 5.3.16.


Box Anemometer



Anemometer is a tool for visualizing collected data from the MySQL Slow Query Log. The name comes from the instrument in a weather station that measures wind speed. SQL queries are like the wind — ephemeral and hard to get a hold of. Anemometer helps you get a handle on your queries; it makes it easier to figure out what to optimize and how to track performance over time.
Anemometer relies on the Percona Toolkit to do the slow query log collection. Specifically you can run pt-query-digest. To parse your slow logs and insert them into a database for reporting.

Personally, I find this tool as an advanced instrument that could be useful for:
* browsing queries with optional filtering on first seen date;

* custom reports, choosing which columns to show;

* filtering queries by hosts;

* filtering reports by different query conditions;

* graphing reports;

* explaining queries;

* searching and displaying samples;

* displaying table status and CREATE statements;

* reviewing and commenting on queries.
Despite its lack of ability to save predefined reports in the web interface for easy access, it does have a Permalink feature and API for relative date ranges. The web interface is pretty flexible as built on JQuery UI.
Take a look into the screenshots:



DIGITAL JUICE

No comments:

Post a Comment

Thank's!