Help explaining memcached's status

Jm lists practicalperl at gmail.com
Thu Mar 1 03:22:23 UTC 2007


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