Mem Cached Information Util

time to read 1 min | 155 words

I have been doing a lot of work with Mem Cached lately, and I have been frustrated with the lack of information that I have from it as I tried to use it. The main problem is not that the information isn't avialable, it is that I feel that telneting to a service and querying its status using text commands (and them trying to turn bytes to MB in my head) is a bit primitive.

This utility will simply query the MemCached server every 5 seconds, and display a more friendly status. You can configure its server via the app.config. Needless to say, this is a one off application, so it isn't meant to be very robust or maintainable (not that it does that much).

You can get it here. And the source (for the curious) is here.

Have fun...