Giter VIP home page Giter VIP logo

unredis's Introduction

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

unredis's People

Contributors

nanaeasiedu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.