PDA

View Full Version : Memcached settings


punchbowl
11-14-2008, 10:43 AM
I have xcache and memcached running with vB_Datastore_Memcached specified in config.php, however I'm not sure what port/ip I set memcached to run on.:o How can I check this out from shell?

tia

[edit: http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/]

kermit2
11-16-2008, 09:39 AM
nestat -alpn|grep LISTEN

is one way. You'll see memcache in the list.

punchbowl
11-16-2008, 11:46 AM
thanks a lot - useful stuff at your site too

cheers

(as i suspected i'd set the wrong ip for memcached!)

EDIT: Slight typo: netstat -alpn|grep LISTEN