Tag: memcached

  • memcached monitoring and statistics

    I wanted to know, overtime, how many cache hits and misses my instance was getting. Searched a lot and finally found this perl script: http://code.google.com/p/memcache-top/ Usage is very simple. Save the file, give it execution permissions, then just run: ./memcache-top.pl –commands –cumulative Here’s an output example: Seems like I’m doing fine, caching the right parts!…