Hi there,

You might want to consider using direct socket communication for this
instead of relying on having a specific memcache PECL library
installed.  Since you're just relying on the stats command which is
very easy to parse for.  Also you might consider the switch statement
instead of the big line of if and elseif's.

Otherwise it looks good, thanks for the additional version of this app.

Gavin

On Thu, Apr 23, 2009 at 7:09 AM, gf <[email protected]> wrote:
>
> Hello. I enjoy an idea of memcache monitoring utility.
> So I wrote mctop (http://code.google.com/p/mctop/).
> It provides some statistics of memcache cluster online. Very useful
> for monitoring and debugging purposes.
> Thanks to Nicholas for an idea.
> Welcome any comment and suggestions.
>

Reply via email to