Since Python is all I use in my shop, you've earned yourself my dearest thanks and a new follower.
Show HN: Redis Dashboard
11–20 of 25 posts
Re: Show HN: Redis Dashboard
#12So server restarts and failures are just okay.
Anyone used similar monitoring utilities in production?
Re: Show HN: Redis Dashboard
#13I also think you should make scales for "Used Memory" and "Memory Consumption" the same.
Looks good though.
Re: Show HN: Redis Dashboard
#14Earlier quoted context omitted.
agreed on MONITOR command, i rather just use INFO however on our deployment, top keys and commands are usually the most important information i'm looking for and with 2.4 there is currently no way.
When full monitoring is needed (like for the top keys) but still the analysis must be run continuously on a production instance, maybe in the next version of MONITOR (already planned) we could say to it "give me N items and return back in normal mode", or a similar thing but with time (for instance 1 millisecond), so that it is possible to perform some kind of polling that has no serious impacts on the server. Well I…
Re: Show HN: Redis Dashboard
#15Re: Show HN: Redis Dashboard
#16Worth browsing the code just to see some very well organized source for a tornado+redis+backbone stack, which is pretty popular I think on the real-time web.
Re: Show HN: Redis Dashboard
#17This looks awesome. Anyone know of a similar project for MongoDB?
Re: Show HN: Redis Dashboard
#18The text for the upper boxes is easy to read on the full sized png, but difficult when scaled when showing in the github page. If the smaller size is the default it could be an issue. I also think you should make scales for "Used Memory" and "Memory Consumption" the same. Looks good though.
agreed on the scales.
Re: Show HN: Redis Dashboard
#19Re: Show HN: Redis Dashboard
#20This looks awesome. Anyone know of a similar project for MongoDB?