Reputation: 13
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.
Upvotes: 0
Views: 198
Reputation: 130
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
Upvotes: 1