Re: Memcached monitoring/statistics tool

2009-03-30 Thread Josh Snyder
We have sizeable number of memcache instances running. We have some simple Nagios alerts mainly checking for reachability and a handful of Cacti graphs. However, in practice, memcached is extremely stable, so we only get alerts when we've screwed something up, and the Cacti graphs see pretty

Re: stats subcommands in memcached...

2009-01-29 Thread Josh Snyder
My next question is stats cachedump. Are people using that feature?? Personally I would like to kill that as a stats subcommand, and try to think of a better way we may help developers to try to debug their application. stats cachedump can be very helpful. Here's how we use it (albeit

Re: stats subcommands in memcached...

2009-01-28 Thread Josh Snyder
My next question is stats cachedump. Are people using that feature?? Personally I would like to kill that as a stats subcommand, and try to think of a better way we may help developers to try to debug their application. stats cachedump can be very helpful. Here's how we use it (albeit

Re: facebook memcached on github (redux)

2008-12-19 Thread Josh Snyder
Well, there's #3 - rebalance the existing slabs using the slab reassignment command that nobody knows about. :) Do tell! :) On the protocol side: It'd be great to get it added to http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt and eventually to the various client