Is there any command line or php script which returns the memcached total memory usage?
|
feedback
|
|
As Mike said, you can look at the line including the "STAT bytes" to see memory usage:
| |||
|
feedback
|
|
memcache's default port is 11211 so if memcache is local
Then run the stats command and that will spit out memory usage
| |||||
feedback
|
|
I personally use PhpMemcacheAdmin http://code.google.com/p/phpmemcacheadmin/ It creates an easy to use GUI. Of course you'll need to have PHP support. | |||
|
feedback
|