forked from earl86/analysis-vc-mysql-sniffer
-
Notifications
You must be signed in to change notification settings - Fork 1
License
vonwind/analysis-vc-mysql-sniffer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
vc-mysql-sniffer - A free tool to output query traffic for MySQL To run: Simply execute the binary to see queries written to stdout in the format used by MySQL's slow query log. Add the -output=[filename] option to write the output to the specified file instead. python analysis-vc-log.py yourip 3306 | sort | uniq -c | sort -nr |head -n 10
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%