Ffile2fix
Sign in Get started
← All tools

Slow Query Log Visualizer

Parse supported slow-query log lines into a bounded summary; it does not execute or optimize queries.

⚑ 199 points per successful run · Balance: 0 · Buy points

Slow Query Log

Paste the contents of your MySQL slow_query_log file (the standard # Time: / # Query_time: format).

Analysis

Paste a slow query log to see parsed queries sorted by duration.

How to Use

Paste the raw contents of a MySQL slow query log (enabled via slow_query_log, typically found at a path like /var/log/mysql/mysql-slow.log). The tool parses each entry's # Time:, # Query_time: / Lock_time: / Rows_sent: / Rows_examined: header and the query text that follows, then lists every slow query sorted by execution time (slowest first) along with summary statistics.