Linux – How to find max connections used by memcached

linuxmemcached

In our LAMP application we have increased the max connection value for memcached to very high to avoid error for max connection we were having. Now we want to set appropriate value to max connections for memcached. Is there a way to find the maximum connections used by memcached during the period it has been working?

I know how to find connections used by memcached at a given moment.

Best Answer

One way is to install memcache-top which will give you number of connections as well as a wealth of other information for your memcache instances.