Memcache stats

Peter van Dijk peter at nextgear.nl
Wed Mar 5 09:46:52 UTC 2008


> I'm just trying to get some stats on how my memcache pool is coping  
> with the
> objects I'm throwing at it. At the moment I can see overall hits/ 
> misses and
> overall memory usage, but is it possible to see which objects are  
> getting
> the most hits or using the most memory?

If you have enabled memcached logging, you can count hits there.

> I'm using PHP and can't see anything in the class provided by pear.

You could extend that yourself, of course :)

Cheers, Peter


More information about the memcached mailing list