MySQL Slow Query Log is your friend

The MySQL slow query log parser converts your slow query logs in to a more usable format.
It also adds some interesting information like median and average times.

For more information on it and a link to download the script go to the MySQL Slow Query Log Page


2 Comments to “MySQL Slow Query Log is your friend”  

  1. 1 Jacob Kjeldahl

    Hi

    I have patched the parser to handle multiline queries. It can be downloaded here: http://gist.github.com/67391

  2. 2 Kumkee

    Thanks Jocob!

    I have created a google code project that contains the updated version of this script.
    http://code.google.com/p/mysql-slow-query-log-parser/

    Cheers

Leave a Reply