On Dec 29, 11:45 am, blazah <[email protected]> wrote:
> Agreed -- this is most likely the case, which is why I doubt we'd ever > need to dump the cache contents. It is something that is desired, > however, so I'm trying to see how feasible a cache dump is to do. It's generally considered a very bad thing and it's very difficult to conceive of a way to do it that wouldn't be horribly detrimental to the performance of the server, so it's not something anyone's considering doing without a *really* good use case. > What other tests/diagnostics are typically run for memcached? I saw > that you developed a test suite using Python (http://github.com/dustin/ > memcached-test/tree/master) -- Are there tests available that are > written in Java? Any other troubleshooting suggestions? My java client has a pretty good test suite: http://github.com/dustin/java-memcached-client
