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 : Command Frequencies #18

Open kumarnitin opened 12 years ago

kumarnitin commented 12 years ago

Create a new widget to show individual command frequencies ( # of operations per second). This is slightly different from Top Commands Widget, which shows the aggregate count of individual commands.

Sample Output: GET 23 operations / second SET 1892 operations / second HGET 12 operations / second ZINCRBY 783 operations / second ZRANGEBYSCORE 99 operations / second

Source for Stats : Similar to Top Commands Widget

Chart Type : Table