November 22, 2007

A Memcache Status View for Django

Since I’m running effbot.org on a shared server with limited memory for long-running processes, I’m quite interested in keeping track of my Django application’s resource usage.

As part of this, I wanted an easy way to see what the memcached server I’m using for caching is up to, and came up with a a simple Django view that grabs the current status from the server. Here’s how to implement this on your own Django site:

Related

Link Posted by Tim at November 22, 2007 10:10 AM | TrackBack