mysql慢查詢日誌分析工具使用

餘二五發表於2017-11-10

1.mysql-log-filter工具指令碼使用說明:

google code上找到的一個分析工具.提供了 python 和 php 兩種可執行的指令碼。http://code.google.com/p/mysql-log-filter/ (需要搬梯子爬牆),51cto下載連結:http://down.51cto.com/data/2123725

使用方法:(這裡只介紹python的使用方法)

python mysql_filter_slow_log.py  ./mysql1-slow.log –no-duplicates –sort-execution-count –top=10  >> mysql_slow_test.txt

備註:mysql1-slow.log  慢查詢日誌名稱

 –no-duplicates

 –sort-execution-count

 –top=10  取前十位

 mysql_slow_test.txt  輸出分析報告

本文轉自 知止內明 51CTO部落格,原文連結:http://blog.51cto.com/357712148/1961194,如需轉載請自行聯絡原作者


相關文章