从Source在LEMP Server上安装Memcached 1.4.2.0并使其与PHP5-Memcached对话

Using: Ubuntu 14.01 LTS in a LEMP Stack

I have managed to install Memcached from source and also have installed PHP5-memcached.

How do I know if the 2 are talking to each other?

Is there some configuration that I need to change and if so I would really appreciate any help on this?

Also I would like to monitor and see how memcached if being used.

I use a VPS server with about 2GB of RAM and will be installing wordpress on the LEMP stack.

Cheers.

The best solution to check if Memcached is running is phpMemcachedAdmin

https://code.google.com/p/phpmemcacheadmin/

It's like phpMyAdmin (for MySQL), but for Memcached