Request-log-analyzer 1.5.0
Bart and I just released request-log-analyzer version 1.5.0. New features include:
- MySQL slow query log format support to analyze what queries are slowing down your database.
- Format autodetection: with all those supported file formats, remembering the right
--formatparameter gets tricky. With format autodetection, this usually is not needed anymore!
As always, run the following command to install or upgrade to the latest version:
$ gem install request-log-analyzer






December 9th, 2009 at 12:24 pm
Thanks for your useful information.I was searching for a better solution to find the query which slows down my database.hope this would help me out.