unredis

command module
v0.0.0-...-e9148eb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2017 License: MIT Imports: 26 Imported by: 0

README

UNREDIS - Another Redis Monitoring Tool

Another redis monitoring tool built with Golang - a realtime dashboard for redis (terminal and web)

Installation

Using go get

$ go get -u github.com/ngenerio/unredis

Manual Installation

  • Clone the repo into your $GOPATH
  • Build with
$ make release

Usage

Usage ./unredis -redis-host HOST -redis-port PORT
  -redis-db int
    	The redis database to connect to
  -redis-host string
    	The host redis server can be found on (default "localhost")
  -redis-password string
    	The password for authentication
  -redis-port int
    	The port is redis server is running on (default 6379)
  -srv-host string
    	The address to run the server on (default "localhost")
  -srv-port int
    	The port to run the server on (default 3000)

Basic usage, run:

$ unredis

Specify the redis port and host, run:

$ unredis -redis-port PORT -redis-host=HOST

For more information:

$ unredis --help

After a successful start, go to localhost:3000 in your browser if you did not specify a different port to run the server on

NB

This is not yet done. The dashboard is very basic right now.

The stats data shown on the dashboard is ephemeral. Only the last 10 stats is stored and saved to disk when the program exists.

TODO

  • Add OPS/SEC widget to the dashboard
  • Display table containing redis server information
  • Add latency to stats
  • Measure stats across several redis instances
  • Display the stats in the terminal
  • Use event source to send new stats data to the client

Technologies

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL