thinkdb / mysql-sniffer

MySQL Query Sniffer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MySQL Query Sniffer

This program uses libpcap to capture and analyze packets destined for a MySQL
server.  With a variety of command line options, you can tune the output to
show you a variety of outputs, such as:

    * top N queries since you started running the program
    * top N queries every X seconds (sliding window)
    * all queries (sanitized or not)

There are other options useful for tuning the output to your specifications.
Please see the application help and play with it.

To compile, you need the Go compiler (http://golang.org) as well as the gopcap
library (https://github.com/akrennmair/gopcap) compiled and installed where go
can find it.

Written by Mark Smith <mark@qq.is>.

About

MySQL Query Sniffer

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%