Cache hit ratio how to?
Todd Lipcon
todd at amiestreet.com
Sun Oct 28 17:34:49 UTC 2007
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 <hanson.char at gmail.com> 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 <pcdwho at gmail.com> 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 <pcdwho at gmail.com> wrote:
>>> How do I get stats on the Memcache usage for my application? For
>> instance,
>>> the hit ratio, miss rate, total objects, etc.?
>>
>
More information about the memcached
mailing list