<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">Ah, ok thank you. That worked.. I thought there was a tool in the memcached folder that could do the same without touching the API ... or bothering the developer :)<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Original Message ----<br>From: Jehiah Czebotar &lt;jehiah@gmail.com&gt;<br>To: a f &lt;just1coder@yahoo.ca&gt;<br>Cc: memcached@lists.danga.com<br>Sent: Tuesday, May 8, 2007 4:56:10 PM<br>Subject: Re: cache stats<br><br><div>On 5/8/07, a f &lt;just1coder@yahoo.ca&gt; wrote:<br>&gt;<br>&gt; Are there a few commands that can be issued to view the stats (cache hits,<br>&gt; misses, etc) of particular memcached nodes?<br>&gt;<br><br>You will need to look at the documentation for your
 client library as<br>the exact usage is different in each scenario<br><br>here is an example in python<br><br>&gt;&gt;&gt; import memcache<br>&gt;&gt;&gt; m = memcache.Client(['127.0.0.1:11211'])<br>&gt;&gt;&gt; m.get_stats()<br>[('127.0.0.1:11211 (1)', {'total_items': '1064', 'bytes_written':<br>'2579267', 'uptime': '2345949', 'bytes': '26662', 'cmd_get': '32398',<br>'curr_items': '153', 'pid': '6308', 'curr_connections': '4',<br>'connection_structures': '5', 'limit_maxbytes': '10485760', 'version':<br>'1.2.1', 'rusage_user': '0.350000', 'total_connections': '5',<br>'cmd_set': '1064', 'time': '1178657627', 'get_misses': '804',<br>'bytes_read': '1010270', 'rusage_system': '0.320000', 'pointer_size':<br>'32', 'get_hits': '31594'})]<br><br>-- <br>Jehiah<br></div></div><br></div></div><br>
      <hr size=1>Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the <a href="http://us.rd.yahoo.com/evt=40705/*http://mrd.mail.yahoo.com/try_beta?.intl=ca"><b>All-new Yahoo! Mail </b></a> 
</body></html>