mysql-sniffer

command module
v0.0.0-...-589b992 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2015 License: BSD-3-Clause Imports: 9 Imported by: 0

README

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>.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL