|  | Slow Query Log Parser - MySQL Performance Optimization & Support, InnoDB, XtraDB and X#!/usr/bin/perl # # Nathanial Hendler # http://retards.org/ # # 2001-06-26 v1.0 # # This perl script parses a MySQL slow_queries log file # ignoring all queries less than $min_time and prints # out how many times a query was greater than $min_time # with  www.mysqlperformanceblog.com |  |