Skip to content

live monitoring redis commands via pcap in a browser

Notifications You must be signed in to change notification settings

swynter-ladbrokes/goredis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goredis

goredis is intended to be a graphical version of redis "monitor" tool. It captures network traffic via pcap to do so.

building

You need at least Go 1.1, Ragel 6.8 and libpcap and gb to build the project.

git clone https://github.com/hellvinz/goredis.git

ragel -Z -o src/cmd/goredis/main.go src/cmd/goredis/main.rl

gb build

building the ui (optional)

cd ui
npm install -g yo
npm install -g generator-angular
npm install grunt
npm install
bower install
bundle
bundle exec grunt build

running

sudo ./bin/goredis -d en0 -p 6379

where en0 is the interface you want to capture the traffic on

then navigate to http://thehost:12345, where thehost is where you have ran goredis

limitations

tested only on macos/debian and chrome

About

live monitoring redis commands via pcap in a browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ApacheConf 51.9%
  • JavaScript 24.5%
  • HTML 17.8%
  • Other 5.0%
  • Other 0.8%