about reading the getStats()

Mikael Johansson mikael at synd.info
Mon Sep 18 07:16:29 UTC 2006


See the "General-purpose statistics" heading at
http://cvs.danga.com/browse.cgi/wcmtools/memcached/doc/protocol.txt?rev=1.4&content-type=text/x-cvsweb-markup

There's also
http://lists.danga.com/pipermail/memcached/2006-March/002065.html

//Mikael

Johannes Fosseus wrote:
> Hi again
> 
> I have checked the 'getStaus()' from my server and I have some trouble
> to read it, the question is how well memcache works on my server?
> 
> - Is it using all my allocated memory?
> - Does it need more memory?
> - How can I make in run even faster?
> - In a total, is memcache running good at my server?
> 
> very thankfull for reply on this one
> 
> reply on getStatus().
> 
> array(19) {
>  ["pid"]=>string(5) "23012"
>  ["uptime"]=>string(6) "175745"
>  ["time"]=>string(10) "1158510568"
>  ["version"]=>string(6) "1.1.12"
>  ["rusage_user"]=>string(8) "3.008188"
>  ["rusage_system"]=>string(9) "15.524970"
>  ["curr_items"]=>string(4) "3393"
>  ["total_items"]=>string(5) "12630"
>  ["bytes"]=>string(7) "3316961"
>  ["curr_connections"]=>string(1) "1"
>  ["total_connections"]=>string(5) "74888"
>  ["connection_structures"]=>string(2) "10"
>  ["cmd_get"]=>string(5) "59968"
>  ["cmd_set"]=>string(5) "12630"
>  ["get_hits"]=>string(5) "53001"
>  ["get_misses"]=>string(4) "6967"
>  ["bytes_read"]=>string(8) "16973033"
>  ["bytes_written"]=>string(8) "94786566"
>  ["limit_maxbytes"]=>string(8) "67108864"
> }
> 
> 
> 
> best regards / johannes
> 
> 
> 
> 
> --------------------------
> Johannes Fosseus webbmail
> www.poeter.se



More information about the memcached mailing list