RedisLive

Visualize your redis instances, analyze query patterns and spikes.

Github星跟蹤圖

RedisLive

Visualize your redis instances, analyze query patterns and spikes.

Redis Live

Setup Instructions

Installation

Install Dependencies

You'll also need argparse if you're running Python < 2.7:

Get RedisLive

Configuration

  • edit redis-live.conf :
  • update the value of the key RedisServers to the redis instances you want to monitor. You can monitor multiple instances by appending more values to the RedisServers list.
  • update the value of the key RedisStatsServer to the redis instance you will use to store RedisLive data (this redis instance is different from the redis instances you are monitoring).
  • passwords can be added as an optional parameter for any redis instance

if you don't have a spare redis instance to use to store Redis Live data, then you can configure to use sqlite by changing "DataStoreType" : "sqlite"

Start RedisLive

  • start the monitoring script ./redis-monitor.py --duration=120 duration is in seconds (see caveat)
  • start the webserver ./redis-live.py
  • RedisLive is now running @ http://localhost:8888/index.html

Caveat on monitoring redis

Currently the only hook into monitoring a redis instance is Redis MONITOR command, which streams back every command processed and reduces the throughput of the redis instance. It is recommended to run redis-monitor with --duration suitable for your redis deployment and scheduling it to run periodically as a cron job.

Authors

Nitin Kumar

Contributors

License

RedisLive is released under the MIT license:

主要指標

概覽
名稱與所有者nkrode/RedisLive
主編程語言JavaScript
編程語言Python (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2012-06-09 07:31:50
推送於2022-02-05 10:17:42
最后一次提交2022-02-05 10:17:42
發布數0
用户参与
星數3.1k
關注者數176
派生數644
提交數140
已啟用問題?
問題數80
打開的問題數45
拉請求數25
打開的拉請求數0
關閉的拉請求數7
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?