>
> 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 the counters.

Reply via email to