Skip to content

narita-takeru/sqlintercept

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sqlintercept

sqlintercept

About

sqlintercept is designed to help you increase your application's performance by reducing the number of queries it makes. It will watch your queries and visualize tables are too much accessed.

Requirements

  • go

#Installation

$ go get github.com/narita-takeru/sqlintercept/cmd/sqlintercept

#Usage

$ sqlintercept -src=127.0.0.1:3305 -dst=127.0.0.1:3306

##Try to run query

$ mysql -u root hoge_database -h 127.0.0.1 -P 3305 --ssl-mode=DISABLED -e "select count(*) from one table"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages