Skip to content

Just a simple Python parser used to parse through MySQL slow log so I can analyze some SQL statements to optimize them. This uses Python 3.x

Notifications You must be signed in to change notification settings

bennpham/mysql_slow_log_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Slow Log Parser

Python script used for parsing MySQL slow logs.

How to Use

git clone https://github.com/bennpham/mysql_slow_log_parser.git
cd mysql_slow_log_parser
python run_parser.py

Run run_parser.py to execute the program.
If you want to parse multiple mysql-slow logs at a time, dump them in the logs folder.
The parsed logs should appear in your outputs folder.
Cfg folder is configuration files for how you want to parse your logs. You can also edit them in the program.

About

Just a simple Python parser used to parse through MySQL slow log so I can analyze some SQL statements to optimize them. This uses Python 3.x

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages