spymemcached (Java Memcached Client)

Posted by Java Guy on Stack Overflow See other posts from Stack Overflow or by Java Guy
Published on 2009-04-09T21:20:55Z Indexed on 2010/06/13 12:02 UTC
Read the original article Hit count: 402

Filed under:
|

Is there a way to collect the memcached stats using this API (spymemcached)?

I know there are tools like cacti to collect information on Memcached Server. But I would like to collect, say, memory usage by each item I have put into the server--the total no. of items in the same category, etc... more importantly, the bytes used by individual pieces.

© Stack Overflow or respective owner

Related posts about java

Related posts about memcached