Help explaining memcached's status

Tsz Ming WONG tszming at gmail.com
Thu Mar 1 04:05:21 UTC 2007


http://code.sixapart.com/svn/memcached/trunk/server/doc/protocol.txt

regards,
tszming

On 3/1/07, Jm lists <practicalperl at gmail.com> wrote:
> Hello members,
>
> Can you show me a reference for explaining the memcached's status,like:
>
>          'total' => {
>                       'cmd_get' => 1541921,
>                       'bytes' => 35692057,
>                       'get_hits' => 1160216,
>                       'connection_structures' => 88,
>                       'total_items' => 532090,
>                       'bytes_read' => 63754682,
>                       'total_connections' => 1633830,
>                       'cmd_set' => 590027,
>                       'bytes_written' => 70701195,
>                       'curr_items' => 385107,
>                       'get_misses' => 381705
>                     }
>
> I want to know the meanings of all these items.
> Thanks!
>
> --Jennifer
>


More information about the memcached mailing list