bytes_written growing fast but not cmd_set

2010-09-29 Thread Antoine
Hi, I have a memcached server in a production environment that is showing a strange behavior : bytes_written grows fast (~1.2Mo per second), but the number of cmd_set does not change! How is that possible? Thanks in advance. For the record, here's the result of a stats command: STAT pid

Re: bytes_written growing fast but not cmd_set

2010-09-29 Thread dormando
I have a memcached server in a production environment that is showing a strange behavior : bytes_written grows fast (~1.2Mo per second), but the number of cmd_set does not change! How is that possible? The bytes_* values refer to bytes written/read to the network. fetches/etc will tick