vote up 0 vote down star

Are these stats normal? I have problems with my PHP products, so I want to know if these data are healthy

stats
STAT pid 2312
STAT uptime 5292037
STAT time 1253692925
STAT version 1.2.8
STAT pointer_size 64
STAT rusage_user 2600.605647
STAT rusage_system 9533.168738
STAT curr_items 1153303
STAT total_items 139795434
STAT bytes 435570863
STAT curr_connections 288
STAT total_connections 135128959
STAT connection_structures 1018
STAT cmd_flush 1
STAT cmd_get 171491050
STAT cmd_set 139795434
STAT get_hits 127840250
STAT get_misses 43650800
STAT evictions 24166536
STAT bytes_read 2731502572454
STAT bytes_written 2889855000126
STAT limit_maxbytes 536870912
STAT threads 2
STAT accepting_conns 1
STAT listen_disabled_num 802
END
flag

25% accept rate

1 Answer

vote up 0 vote down

Yes, why? Is anything wrong?

STAT bytes 435570863
STAT limit_maxbytes 536870912

You may want to increase cache size as you are close full it.

link|flag
My PHP products got some problems: a user logged in and will log out some time with out any action. I use memcached to store sessions so I post this question to see if there is anything wrong with memcached. Thanks for your reply – Mickey Shine Sep 23 at 8:51
Yes. there is a session expiration value passed with PUT command to memcached. It doesn't store data forever, it expires after some time. But this setting is per application, so please check your scripts on where to put this param – FractalizeR Sep 23 at 10:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.