Jdesk / memcached

Automatically exported from code.google.com/p/memcached
0 stars 0 forks source link

¿could we reset stats counters when i flushes memcacheds? #209

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When i've launched "flush_all" to instance's socket.

What is the expected output? What do you see instead?
Counters curr_items/total_items would be reset

What version of the product are you using? On what operating system?
memcached-1.4.5-1 in Red Hat Enterprise Linux Server release 5.6 (Tikanga)

Please provide any additional information below.

Original issue reported on code.google.com by marc.cor...@gmail.com on 28 Jun 2011 at 2:28

GoogleCodeExporter commented 9 years ago
flush_all is lazy and does not free up any memory. items would be removed as 
they are fetched, and found to have been flushed.

Original comment by dorma...@rydia.net on 28 Jun 2011 at 5:13

GoogleCodeExporter commented 9 years ago
Ok, thank you for your explain.

Best,

Marc

Original comment by marc.cor...@gmail.com on 29 Jun 2011 at 8:53