Hi<br>i get stats from my memcached version like this. I use cmemcached the python api. What is the difference between curr_items and total_items. Is there anyway I can make the memcached not remove any item from the cache? I can give it how much ever memory it wants.
<br> thanks<br>mark<br><br><br> echo -ne "stats\r\n" | nc -i1 localhost 11211<br>STAT pid 4017<br>STAT uptime 275443<br>STAT time 1170462163<br>STAT version 1.2.1<br>STAT pointer_size 32<br>STAT rusage_user 1.220000
<br>STAT rusage_system 2.300000<br>STAT curr_items 4156<br>STAT total_items 6007<br>STAT bytes 2466558<br>STAT curr_connections 36<br>STAT total_connections 265<br>STAT connection_structures 37<br>STAT cmd_get 144144<br>STAT cmd_set 6017
<br>STAT get_hits 123402<br>STAT get_misses 20742<br>STAT bytes_read 10146074<br>STAT bytes_written 501019093<br>STAT limit_maxbytes 838860800<br>END<br><br><br>