Git Product home page Git Product logo

sd-redis's Introduction

Adds Redis Monitoring to Server Density

Overview

This plugin uses “redis-cli info” to grab every available key/value pair.
It’s up to the end user to create groups that make sense and to select the
statistics they care most about. Some are less useful than others…

Installation

  • Head to https://youraccount.serverdensity.com/plugins/ and Add new plugin
  • Add a plugin called Redis
  • Edit the Redis plugin and create groups for the graphs
  • You can determine the full list of available keys using “redis-cli info”. Eg,
  $ /usr/local/redis/redis-cli info
  redis_version:2.0.4
  redis_git_sha1:00000000
  redis_git_dirty:0
  arch_bits:64
  multiplexing_api:epoll
  process_id:570
  uptime_in_seconds:1320682
  uptime_in_days:15
  connected_clients:4
  connected_slaves:0
  blocked_clients:0
  used_memory:787912
  used_memory_human:769.45K
  changes_since_last_save:34940
  bgsave_in_progress:0
  last_save_time:1296331818
  bgrewriteaof_in_progress:0
  total_connections_received:347
  total_commands_processed:522951
  expired_keys:0
  hash_max_zipmap_entries:64
  hash_max_zipmap_value:512
  pubsub_channels:0
  pubsub_patterns:0
  vm_enabled:0
  role:master
  db0:keys=4,expires=0
  • To get you started, here are some example groups you might find useful
  Title: Status
  connected_clients
  connected_slaves
  blocked_clients
  expired_keys
  changes_since_last_save
  Title: PubSub
  pubsub_channels
  pubsub_patterns
  Title: Memory
  used_memory

sd-redis's People

Contributors

cloudartisan avatar sj26 avatar josephholsten avatar sutto avatar

Watchers

 avatar James Cloos avatar  avatar

Forkers

sutto

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.