<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Sat, 18 May 2013 19:09:35 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Gaylord Aulke's Blog: Dumping MemcacheD Content (Keys) with PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/10946</guid>
      <link>http://www.phpdeveloper.org/news/10946</link>
      <description><![CDATA[<p>
In a <a href="http://100days.de/serendipity/archives/55-Dumping-MemcacheD-Content-Keys-with-PHP.html">recent blog post</a> <i>Gaylord Aulke</i> illustrated a method for dumping the (key) content from a memcached cache in a friendly, formatted way.
</p>
<blockquote>
When i did some optimization of a cluster based webapp lately, I was wondering how Memcache was speading my cache entries over the cluster. So i did some research for monitoring tools. [...] Inspired by [memcache.php], i wrote a small script that fetches all data from a memcache cluster, gets all keys out of it and then sorts and displays them in a list. Yes it it ugly and yes: the memcacheD is not answering other requests while doing a cachedump.
</blockquote>
<p>
He includes the <a href="http://100days.de/serendipity/archives/55-Dumping-MemcacheD-Content-Keys-with-PHP.html">22 line script</a> in the post to spit back the data in a simple array. From there it can be styled whoever you'd like.
</p>]]></description>
      <pubDate>Tue, 02 Sep 2008 12:58:59 -0500</pubDate>
    </item>
    <item>
      <title><![CDATA[Harun Yayli's Blog: memcache.php flushes servers]]></title>
      <guid>http://www.phpdeveloper.org/news/10929</guid>
      <link>http://www.phpdeveloper.org/news/10929</link>
      <description><![CDATA[<p>
<i>Harun Yayli</i> <a href="http://livebookmark.net/journal/2008/08/28/memcachephp-flushes-servers/">mentions some updates</a> to his <a href="http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/">memcache.php</a> project (providing statistics on the optimization your site is gaining from using the memcached extension).
</p>
<blockquote>
Your good comments from all over the world about <a href="http://livebookmark.net/journal/2008/05/21/memcachephp-stats-like-apcphp/">memcache.php</a> is amazing. Thank you all! I've recently received a contribution from Michael Gauthier. I took the liberty to tweak a bit and now memcache.php can flush individual server (no flush all servers yet). 
</blockquote>
<p>
The latest version of the file can be downloaded <a href="http://livebookmark.net/memcachephp/memcachephp.zip">here</a> and some sample output can be seen <a href="http://livebookmark.net/journal/wp-content/uploads/2008/05/memcache.png">here</a>.
</p>]]></description>
      <pubDate>Fri, 29 Aug 2008 13:45:29 -0500</pubDate>
    </item>
  </channel>
</rss>
