voxmedia / slowqwatch

Counts mysql slow query log ratio and sends to statsd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Watch a log and send to statsd!

This is a very simple tool that will watch a log and increase a StatsD metric when a line matches the specified regex.

It was initially created to watch a MySQL slow query log and plot it on a dashboard, hence the name. Now it's a more generic tool.

Just check the --help to see how to use it. Remember to enclose the regex with single quotes. ''

About

Counts mysql slow query log ratio and sends to statsd

License:MIT License


Languages

Language:Go 100.0%