Tools for analyzing the slow query log of MySql [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI am looking f开发者_运维知识库or a tool that will help me analyze my slow queries log of MySql, any suggestions?
Did you try mysqldumpslow, part of MySQL?
http://dev.mysql.com/doc/refman/5.1/en/mysqldumpslow.html
I like this Ruby gem: https://github.com/wvanbergen/request-log-analyzer
精彩评论