Skip to content

vonwind/analysis-vc-mysql-sniffer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • Python 100.0%