nkrode / RedisLive

Visualize your redis instances, analyze query patterns and spikes.
http://www.nkrode.com/article/real-time-dashboard-for-redis
MIT License
3.07k stars 644 forks source link

New Widget : Persists vs Expire keys #16

Open kumarnitin opened 12 years ago

kumarnitin commented 12 years ago

Create a new widget to support Persists vs expire keys:

  1. Source for Stats : INFO command gives information about # of keys that are expiring vs persisting.
  2. Chart Type : Pie Chart
    • there is already some plumbing done in redis-monitor.py to capture this info, it's currently commented out.