Skip to content

3manuek/binlogTop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binlogTop (archived)

Binlog Event (sort of) top. Kind deprecated for latest MySQL versions.

Notice

This tool is old, and it was used to debug the Binary Log events in MySQL stream when a transaction is split in between files. This tool helped to figure out the transactions that were having the issue.

Howto run

./blem -port=22695 -password="msandbox" -user="msandbox" -interval=5

Help: ./blem --help

Considering advanced monitoring

See metric tuning for parallel replication

Acknowledgments

Based on the great tool developed by Siddontang ("github.com/siddontang/go-mysql/").

TODO

Add https://github.com/SentimensRG/sigctx for graceful shutdown (not extremely necessary).

About

Binlog Event (sort of) top.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages