On 13. apr. 2011, at 22.03, Abi Raja wrote: > Is there a way to get a log of all the commands processed a memcached > process ordered chronologically? What I'm really trying to see is if > my code is hitting Memcached often enough rather going to the database > all the time.
Can't you monitor the stats to determine that? There is a stat for get hits and get misses (and for the other commands)... Or do you need the actual key in the request? You'll get more info from the memcached server if you bump it's verbosity (add a -v or two), but it will also print other stuff.. Cheers, Trond Norbye