Hi all, My CMS website (php/Apache) is running slowly. I verified my database and everything seems rights. Then, I'm looking my memcached server. Here is my "stats":
[root@memcache ~]# echo stats | nc localhost 11211 STAT pid 32393 STAT uptime 31851673 STAT time 1508919856 STAT version 1.4.5 STAT pointer_size 64 STAT rusage_user 56919.130976 STAT rusage_system 99369.663514 STAT curr_connections 92 STAT total_connections 809774812 STAT connection_structures 1035 STAT cmd_get 904070159 STAT cmd_set 1764069647 STAT cmd_flush 0 STAT get_hits 579705788 STAT get_misses 324364371 STAT delete_misses 65946208 STAT delete_hits 108095536 STAT incr_misses 301106212 STAT incr_hits 279055938 STAT decr_misses 0 STAT decr_hits 0 STAT cas_misses 0 STAT cas_hits 0 STAT cas_badval 0 STAT auth_cmds 0 STAT auth_errors 0 STAT bytes_read 3004972719103 STAT bytes_written 4248720080084 STAT limit_maxbytes 536870912 STAT accepting_conns 1 STAT listen_disabled_num 0 STAT threads 4 STAT conn_yields 0 STAT bytes 206381613 STAT curr_items 1912121 STAT total_items 1436554987 STAT evictions 10336 STAT reclaimed 467112204 END It seems that : STAT get_hits 579705788 STAT get_misses 324364371 STAT delete_misses 65946208 STAT delete_hits 108095536 is not good. True ? How can I correct it ? The memcached is older the website (v1.4) and its running with : memcached -d -p 11211 -u memcached -m 512 -c 1024 -P /var/run/memcached/memcached.pid -t 4 -v Could someone help me ? Regards -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
