The command returned "0" Is this good? Thanks.
On Mon, Apr 19, 2010 at 6:46 PM, Trond Norbye <[email protected]> wrote: > > On 19. apr. 2010, at 13.44, Darvin Denmian wrote: > >> Hello, >> >> I'm using memcached just to centralize my php session, for a while,but >> when I look this graph I realy don't understand why memcached >> stabilized at ~378MB. > > You should try to telnet to your memcached server on port 11211 and type in > stats and look for "STAT evictions" in your output. > > ex: > > tr...@ok:1008> telnet localhost 11211 > Trying ::1... > Connected to localhost. > Escape character is '^]'. > stats > [ .... cut .... ] > STAT evictions 0 > > Trond > > > > > -- > Subscription settings: > http://groups.google.com/group/memcached/subscribe?hl=en >
