The simplest and most straightforward way to do this is to add the -vv parameter at the start of the memcached to print each client's request and corresponding at the console, which is ideal for development. Another straightforward way to do this is through Telnet, for example: If the server is a native 11211 port, you can use
telnet localhost 11211
Log in, and then use stats to view the server status.
In addition, the better choice is to use a number of specialized monitoring tools, memcached online listed some excellent tools: Http://code.google.com/p/memcached/wiki/Tools, I recommend one of the simple command-line tools: Memcache-top URL: http://code.google.com/p/memcache-top/, after downloading the extract, you can use the following to view 127.0.0.1 : Service status on 11212 and 127.0.0.1:11211.
Perl memcache-top-v0.6--instances=127.0.0.1:11212,127.0.0.1:11211
memcache-top-v0.6 is the Perl file in the installation directory, you can also directly modify the file to write the instances list.
memcached Monitoring Tools
memcached Monitoring Tools