We use Ganglia (http://ganglia.info I think) to display all kinds of stats from our servers. The Ganglia graphs can be extended very easily through a utility "gmetric" that can be run from any shell script.

If anyone's interested, I'd be happy to post the simple script I've written for parsing memcache stats and submitting gmetrics for them.

-Todd

On Sun, 28 Oct 2007, K J wrote:

Has anyone come up with some simple web interface script to display
memcached stats?




On 10/20/07, Hanson Char <[EMAIL PROTECTED]> wrote:

Sample unix command:

echo -ne "stats\n\r" | nc -i1 localhost 11211

See:

http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt

Hanson Char

On 10/20/07, J A <[EMAIL PROTECTED]> wrote:
How do I get stats on the Memcache usage for my application?  For
instance,
the hit ratio, miss rate, total objects, etc.?

On 10/20/07, J A <[EMAIL PROTECTED]> wrote:
How do I get stats on the Memcache usage for my application?  For
instance,
the hit ratio, miss rate, total objects, etc.?


Reply via email to