Looks somewhat similar to something a wrote a few months back. http://steelthread.github.com/redmon/. Your solution looks good, well done.
Show HN: Redis Dashboard
21–25 of 25 posts
Re: Show HN: Redis Dashboard
#22Re: Show HN: Redis Dashboard
#23Re: Show HN: Redis Dashboard
#24Looks somewhat similar to something a wrote a few months back. http://steelthread.github.com/redmon/ . Your solution looks good, well done.
cool, i like the CLI interface - i was thinking of doing a similar widget too. are you still actively working on that project?
Re: Show HN: Redis Dashboard
#25I noticed you're using tornado but appear to be using the standard (non-evented?) python redis library. Does using this library block tornado's event loop? Did you look at other tools like brukva[1]? [1] https://github.com/evilkost/brukva
brukva looks interesting, i'll check it out. thnx.