-
Notifications
You must be signed in to change notification settings - Fork 33
MySQL Query Sniffer
License
zorkian/mysql-sniffer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published