borisuvarov / mysql_binlog_parser

Simple script to extract the number of events (INSERT INTO, UPDATE, DELETE FROM) from MySQL binlog files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mysql_binlog_parser

A simple script which extracts number of events (INSERT INTO, UPDATE, DELETE FROM) from MySQL binlog files

Usage example

python extract_number_of_events.py --start_datetime="2017-06-08 00:01:00" --stop_datetime="2017-06-15 23:59:59"

About

Simple script to extract the number of events (INSERT INTO, UPDATE, DELETE FROM) from MySQL binlog files

License:MIT License


Languages

Language:Python 100.0%