We use cacti. You can find our scripts at our developers site.
http://dealnews.com/developers/
Brian Moon
On Oct 28, 2007, at 1:39 AM, "K J" <[EMAIL PROTECTED]> 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.?