Hi,
By using `stats` command, it's showing 800 connections but netstat displays a few. see ``` echo stats | nc localhost 11211 | grep curr_ STAT curr_connections 838 netstat -tn | grep 11211 | wc -l 8 ``` Here are my concerns + Why we see different results? + From my monitor, curr_connections keeps growing. Any reason why? + Is there any way to reduce curr_connections safely ( vs restarting memcached)? I'm using memcached 1.4 and java spymemcached Thanks, Van -- --- 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.
