PHP API and Memcache::getStats

Antony Dovgal tony2001 at phpclub.net
Mon Dec 27 10:31:31 PST 2004


On Mon, 27 Dec 2004 13:14:28 -0500
Jeraimee Hughes <jhughes at revelex.com> wrote:

> On Dec 27, 2004, at 12:27 PM, Jeraimee Hughes wrote:
> > When using Memcache::getStats on my two memcached servers some
> > fields are coming back with values that I think may be off. Since
> > I've never used memcached before I'm hoping someone else can give me
> > some clues before I write a test case using the C or other language
> > API.
> 
> I should have noted that I'm using the memcache PHP *C* version from 
> PHP's PECL project and not the PHP-written memcache class.

Please, try to connect to memcached and see what it returns:
shell# telnet <host> <port>
telnet# stats<Enter>

-- 
Wbr, 
Antony Dovgal aka tony2001
tony2001 at phpclub.net || antony at dovgal.com


More information about the memcached mailing list