<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>EZ Website Monitoring</title>
	
	<link>http://ezwebsitemonitoring.com/blog</link>
	<description>Covering all aspects of SEO, Link Building, Marketing, Web Design, Javascript, PHP, AJAX, CSS, and Web 2.0</description>
	<lastBuildDate>Wed, 31 Aug 2011 20:54:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ezwebsitemonitoring" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="ezwebsitemonitoring" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">ezwebsitemonitoring</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>PHP Benchmark – Memcached with pecl-memcache &amp; php-memcached , redis with Predis &amp; Rediska Part 2</title>
		<link>http://ezwebsitemonitoring.com/blog/php-benchmark-memcached-with-pecl-memcache-php-memcached-redis-with-predis-rediska-part-2/</link>
		<comments>http://ezwebsitemonitoring.com/blog/php-benchmark-memcached-with-pecl-memcache-php-memcached-redis-with-predis-rediska-part-2/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:55:24 +0000</pubDate>
		<dc:creator>Aaron Queen</dc:creator>
				<category><![CDATA[Web Site Performance]]></category>
		<category><![CDATA[libredis]]></category>
		<category><![CDATA[memcache]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[redis]]></category>

		<guid isPermaLink="false">http://www.ezwebsitemonitoring.com/blog/?p=46</guid>
		<description><![CDATA[Part 1: PHP Benchmark &#8211; Memcached with pecl-memcache &#38; php-memcached , redis with Predis &#38; Rediska Part 1 Please read Part 1 for my explanation of what I am trying to do, and why I am testing these out. It is good to note that libredis performed almost identical to pecl-memcache when running 10 concurrent [...]]]></description>
			<content:encoded><![CDATA[<p>Part 1: <a href="http://www.ezwebsitemonitoring.com/blog/php-benchmark-memcached-with-pecl-memcache-php-memcached-redis-with-predis-rediska">PHP Benchmark &#8211; Memcached with pecl-memcache &amp; php-memcached , redis with Predis &amp; Rediska Part 1</a></p>
<p>Please read Part 1 for my explanation of what I am trying to do, and why I am testing these out. It is good to note that libredis performed almost identical to pecl-memcache when running 10 concurrent connections (each request puts 5 keys and gets those 5 keys back)</p>
<p>wget http://127.0.0.1/path/to/benchmark</p>
<p>1 connection pecl-memcache 10000 sets/gets<br />
set: 0.6813(s)<br />
get: 0.6937(s)</p>
<p>1 connection php-memcached 10000 sets/gets<br />
set: 0.6988(s)<br />
get: 0.7722(s)</p>
<p>1 connection libredis 10000 sets/gets<br />
set: 0.8227(s)<br />
get: 0.7697(s)</p>
<p>1 connection predis 10000 sets/gets<br />
set: 2.2110(s)<br />
get: 1.0792(s)</p>
<p>1 connection rediska 10000 sets/gets<br />
set: 5.0501(s)<br />
get: 3.3987(s)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ab -c 10 -t 10 http://127.0.0.1/path/to/benchmark</p>
<p>10 concurrent connections pecl-memcache &#8211; 5 sets/gets per request<br />
Complete requests:      4402<br />
Requests per second:    440.14 [#/sec] (mean)</p>
<p>10 concurrent connections libredis &#8211; 5 sets/gets per request<br />
Complete requests:      4754<br />
Requests per second:    475.35 [#/sec] (mean)</p>
<p>10 concurrent connections predis &#8211; 5 sets/gets per request<br />
Complete requests:      2179<br />
Requests per second:    216.43 [#/sec] (mean)</p>
<p>10 concurrent connections php-memcached &#8211; 5 sets/gets per request<br />
Complete requests:      2200<br />
Requests per second:    204.78 [#/sec] (mean)</p>
<p>10 concurrent connections rediska &#8211; 5 sets/gets per request<br />
Complete requests:      1678<br />
Requests per second:    167.76 [#/sec] (mean)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
nginx/0.8.36 PHP print &#8220;hello&#8221; (php-fpm latest SVN, PHP 5.3.2)</p>
<p>ab -kc 100 -n 10000 http://127.0.0.1/dummy.php  100 concurrent keepalive connections<br />
Requests per second:    1781.36 [#/sec] (mean)</p>
<p>ab -n 100000 -kc 10000 http://127.0.0.1/dummy.php  10,000 concurrent keepalive connections<br />
Requests per second:    1559.65 [#/sec] (mean)</p>
<p>b -n 100000 -kc 10000 http://127.0.0.1/dummy.php  10,000 concurrent NON-keepalive connections<br />
Requests per second:    1416.88 [#/sec] (mean)</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
ab -kc 100 -n 30000 http://127.0.0.1/404.html</p>
<p>nginx 404.html &#8211; 100 concurrent keepalive connections<br />
Requests per second:    15954.15 [#/sec] (mean)</p>
<div class="zemanta-pixie" style="margin-top:10px;height:15px"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/f3b9d2ad-99b6-4eb9-9d4b-d730aed31f3e/" title="Reblog this post [with Zemanta]"><img class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=f3b9d2ad-99b6-4eb9-9d4b-d730aed31f3e" alt=" PHP Benchmark   Memcached with pecl memcache & php memcached , redis with Predis & Rediska Part 2" style="border:none;float:right" title="PHP Benchmark   Memcached with pecl memcache & php memcached , redis with Predis & Rediska Part 2" /></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>
<div id="wpcr_respond_1"></div><img src="http://feeds.feedburner.com/~r/ezwebsitemonitoring/~4/aEecJUPfBpE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ezwebsitemonitoring.com/blog/php-benchmark-memcached-with-pecl-memcache-php-memcached-redis-with-predis-rediska-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Benchmark – Memcached with pecl-memcache &amp; php-memcached , redis with Predis &amp; Rediska</title>
		<link>http://ezwebsitemonitoring.com/blog/php-benchmark-memcached-with-pecl-memcache-php-memcached-redis-with-predis-rediska/</link>
		<comments>http://ezwebsitemonitoring.com/blog/php-benchmark-memcached-with-pecl-memcache-php-memcached-redis-with-predis-rediska/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 08:11:59 +0000</pubDate>
		<dc:creator>Aaron Queen</dc:creator>
				<category><![CDATA[Web Site Performance]]></category>
		<category><![CDATA[libredis]]></category>

		<guid isPermaLink="false">http://www.ezwebsitemonitoring.com/blog/?p=38</guid>
		<description><![CDATA[Part 2: View Part 2 Update: 04/27/2010 &#8211; Scroll to bottom for benchmark which includes the almost unknown Libredis library for PHP. I am new to using key-value memory caches, so today I decided to run some tests. I&#8217;ve searched the web quite a bit today (ok.. a LOT) and found some old benchmarks, but [...]]]></description>
			<content:encoded><![CDATA[<p>Part 2: <a href="http://www.ezwebsitemonitoring.com/blog/php-benchmark-memcached-with-pecl-memcache-php-memcached-redis-with-predis-rediska-part-2">View Part 2</a></p>
<p>Update: 04/27/2010 &#8211; Scroll to bottom for benchmark which includes the almost unknown Libredis library for PHP.</p>
<p>I am new to using key-value memory caches, so today I decided to run some tests. I&#8217;ve searched the web quite a bit today (ok.. a LOT) and found some old benchmarks, but I wanted to run some modern benchmarks on the latest versions and see how it worked for my needs.
<p>&nbsp;</p>
<div>Test System:</div>
<div>Linux Kernel 2.6.27 x64</div>
<div>AMD Opteron(tm) Processor 246 HE</div>
<div>4GB RAM</div>
<div>PHP 5.3.0</div>
<p>&nbsp;</p>
<div>I tested php-memcached using binary mode for protocol communication, but the &#8220;get&#8221; benchmark ended up taking twice as long as using ASCII mode. &#8220;set&#8221; was about the same with or without binary mode.</div>
<p>&nbsp;</p>
<div>All commands sent to Predis and Rediska were streamlined, since adding a key-value entry and setting the expiration are 2 different commands, it sends them together in one packet to the server to speed it up.</div>
<p>&nbsp;</p>
<div>pecl-memcached does not have the binary mode ability yet, and I am not certain if Redis uses binary mode or ASCII for communication, and found no information when I searched.</div>
<p>&nbsp;</p>
<div>My rough and simple benchmark function is below. As you can see, this is only using a single client connection to the caching server. A concurrent benchmark post may follow this.</div>
<p>&nbsp;</p>
<div>$this-&gt;_server is a class instance of the memcached / redis server. $value is a igbinary serialized MySQL row object, via mysql_fetch_object. For those who are interested, the row is from a user table with 11 fields.</div>
<p>&nbsp;</p>
<div>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div>$query = &#8220;SELECT * FROM `user_table` WHERE `id`=1 LIMIT 1&#8243;;</div>
<div>$res = mysql_query($query);</div>
<div>$value = mysql_fetch_object($res);</div>
<div>$value = igbinary_serialize($value);</div>
<pre>$expire = 120;</pre>
<pre>$key = md5($query);</pre>
<pre>$begin = microtime(true);</pre>
<pre>for ($i=0;$i&lt;10000;$i++)
{
    $this-&gt;_server-&gt;set($key.$i,$value,$expire); // different for different libraries, but you get the idea
}</pre>
<pre>$taken = microtime(true) - $begin;
$taken = number_format($taken,4);
print "set: $taken(s)&lt;br /&gt;";

$begin = microtime(true);
for ($i=0;$i&lt;10000;$i++)
{
    $this-&gt;_server-&gt;get($key.$i); // different for different libraries, but you get the idea
}</pre>
<pre>$taken = microtime(true) - $begin;
$taken = number_format($taken,4);
print "get: $taken(s)&lt;br /&gt;";</pre>
<div>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</div>
<div>Results (set/get time is an average of 3 runs):</div>
<div>Memcached 1.4.5 / pecl-memcache 3.0.4</div>
<div id="_mcePaste">set: 0.6888(s)<br />
get: 0.6785(s)</div>
<div id="_mcePaste">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste">Memcached 1.4.5 / php-memcached 1.0.1 (using libmemcached-0.38)</div>
<div id="_mcePaste">set: 0.7047(s)<br />
get: 0.7613(s)</div>
<div id="_mcePaste">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste">redis 1.2.6 / Predis v0.5.1</div>
<div id="_mcePaste">set: 2.2776(s)</div>
<div id="_mcePaste">get: 1.1201(s)</div>
<div id="_mcePaste">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<div id="_mcePaste">redis 1.2.6 / Rediska v0.4.2</div>
<div id="_mcePaste">set: 4.7263(s)</div>
<div id="_mcePaste">get: 3.1871(s)</div>
<div id="_mcePaste">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div>
redis 1.2.6 / libredis (http://github.com/toymachine/libredis) v2010-04-26<br />
set: 0.8478(s)<br />
get: 0.7880(s)
</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<div>There you have it..  It looks like Memcached 1.4.5 / pecl-memcache 3.0.4 is the winner in this case. I should also note that I am looking at using key-value memory caching for sessions, and both Memcached modules allow this natively.</div>
<p>&nbsp;</p>
<div>I was actually very disappointed to see the poor results from Redis. All of the benchmarks I have seen have blew away Memcached, but I guess that is why it is always good to test it yourself.</div>
<p>&nbsp;</p>
<div>I would love to hear your thoughts, and your own experiences. If any of you want to try the test, the code above should be easy enough to work with.. All that needs to be changed is the get and set calls to work with the different modules and classes.</div>
<div>Update 04/27/2010 &#8211; As you can see above, I have added the benchmark for Libredis, which is quite comparable to Memcached, especially for a PHP extension that is brand new &#8212; good job to the author for that.</div>
<div id="wpcr_respond_1"></div><img src="http://feeds.feedburner.com/~r/ezwebsitemonitoring/~4/MSjDYvbJcgY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ezwebsitemonitoring.com/blog/php-benchmark-memcached-with-pecl-memcache-php-memcached-redis-with-predis-rediska/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bing announces search for Twitter feeds</title>
		<link>http://ezwebsitemonitoring.com/blog/bing-announces-search-for-twitter-feeds/</link>
		<comments>http://ezwebsitemonitoring.com/blog/bing-announces-search-for-twitter-feeds/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 18:43:44 +0000</pubDate>
		<dc:creator>Aaron Queen</dc:creator>
				<category><![CDATA[Web 2.0]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[realtime]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.ezwebsitemonitoring.com/blog/?p=31</guid>
		<description><![CDATA[Bing has just announced on their community search blog here that they now have real-time access to the entire public Twitter feed. Here is an excerpt from their announcement: We’re glad you asked that. Because today at Web 2.0 we announced that working with those clever birds over at Twitter, we now have access to the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_33" class="wp-caption aligncenter" style="width: 569px"><img class="size-full wp-image-33 " title="Bing Twitter Search Beta" src="http://www.ezwebsitemonitoring.com/blog/wp-content/uploads/2009/10/1004.IMAGE-1.b1.jpg" alt="1004.IMAGE 1.b1 Bing announces search for Twitter feeds" width="559" height="365" /><p class="wp-caption-text">Bing Twitter Search Beta</p></div>
<p>Bing has just announced on their community search blog <a href="http://www.bing.com/community/blogs/search/archive/2009/10/21/bing-is-bringing-twitter-search-to-you.aspx">here</a> that they now have real-time access to the entire public Twitter feed.</p>
<p>Here is an excerpt from their announcement:</p>
<blockquote><p>We’re glad you asked that. Because today at <a style="color: #0033cc; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial;" href="http://www.web2summit.com/web2009" target="_blank">Web 2.0</a> we announced that working with those clever birds over at Twitter, we now have access to the entire public Twitter feed and have a beta of Bing Twitter search for you to play with (in the US, for now). <a style="color: #0033cc; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial;" href="http://www.bing.com/twitter" target="_blank">Try it out</a>. The Bing and Twitter teams want to know what you think.</p></blockquote>
<p>Now.. this all sounds great, except for the fact is at the time of writing this blog post, the <a href="http://www.bing.com/twitter">link to their Twitter search</a> (bing.com/twitter) is 404.</p>
<p><strong>Update &#8211; Bing Twitter Search went live (from 404) about 15 minutes after this post was published!</strong></p>
<p>I don&#8217;t see anything odd about this day being April Fool&#8217;s or anything, so I am assuming they are working on that page as I am writing this article (or that post got published sooner than it should have on Bing&#8217;s Search Blog).</p>
<p>Let me know what you think <img src='http://ezwebsitemonitoring.com/blog/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Bing announces search for Twitter feeds" class='wp-smiley' title="Bing announces search for Twitter feeds" /> </p>
<div id="wpcr_respond_1"></div><img src="http://feeds.feedburner.com/~r/ezwebsitemonitoring/~4/q7WNIleutkU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ezwebsitemonitoring.com/blog/bing-announces-search-for-twitter-feeds/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Top List of DoFollow Blogs with mozRank</title>
		<link>http://ezwebsitemonitoring.com/blog/top-list-follow-blogs-mozrank/</link>
		<comments>http://ezwebsitemonitoring.com/blog/top-list-follow-blogs-mozrank/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:55:42 +0000</pubDate>
		<dc:creator>Aaron Queen</dc:creator>
				<category><![CDATA[Link Building]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[dofollow]]></category>
		<category><![CDATA[nofollow]]></category>

		<guid isPermaLink="false">http://www.ezwebsitemonitoring.com/blog/?p=18</guid>
		<description><![CDATA[Well.. today is a good day! I thought my first informative post should be a good one, so here goes. It may not be the biggest list, but they are verified by me as having dofollow comments, a good amount of content, and a decent mozRank, which usually means a decent PageRank. I decided not [...]]]></description>
			<content:encoded><![CDATA[<p>Well.. today is a good day!</p>
<p>I thought my first informative post should be a good one, so here goes.</p>
<p>It may not be the biggest list, but they are verified by me as having dofollow comments, a good amount of content, and a decent mozRank, which usually means a decent PageRank.</p>
<p>I decided not to list PageRank, since I much prefer the mozRank floating point numbers, but if someone wants to go through and provide the PageRank info, I will update it.</p>
<table id="tblMain_0" class="tblGenFixed" style="height: 503px;" border="0" cellspacing="0" cellpadding="0" width="518">
<tbody>
<tr class="rShim">
<td class="rShim" style="width: 0pt;"></td>
<td class="rShim" style="width: 120px;">Blog URL</td>
<td class="rShim" style="width: 120px;">Subdomain mozRank</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s0"></td>
<td class="s1"></td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://grokdotcom.com">grokdotcom.com</a></td>
<td class="s3">6.16</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://weblogtoolscollection.com">weblogtoolscollection.com</a></td>
<td class="s3">6.08</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://justintadlock.com">justintadlock.com</a></td>
<td class="s3">6.01</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://businessfinancemag.com">businessfinancemag.com</a></td>
<td class="s3">5.95</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://outofmygord.com">outofmygord.com</a></td>
<td class="s3">5.80</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://hobo-web.co.uk/seo-blog/">hobo-web.co.uk/seo-blog</a></td>
<td class="s3">5.76</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://eartheasy.com/blog/">eartheasy.com/blog</a></td>
<td class="s3">5.73</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://socialtimes.com">socialtimes.com</a></td>
<td class="s3">5.67</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://foolswisdom.com">foolswisdom.com</a></td>
<td class="s3">5.64</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://smallbusinesssem.com">smallbusinesssem.com</a></td>
<td class="s3">5.60</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://jemjabella.co.uk">jemjabella.co.uk</a></td>
<td class="s3">5.59</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://compsci.ca/blog">compsci.ca/blog</a></td>
<td class="s3">5.59</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://vandelaydesign.com/blog/">vandelaydesign.com/blog</a></td>
<td class="s3">5.57</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://universalhub.com">universalhub.com</a></td>
<td class="s3">5.37</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://bloggingtips.com">bloggingtips.com</a></td>
<td class="s3">5.35</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://newsletter.blizzardinternet.com">newsletter.blizzardinternet.com</a></td>
<td class="s3">5.14</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://howtosplitanatom.com">howtosplitanatom.com</a></td>
<td class="s3">5.12</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://sitelogicmarketing.com">sitelogicmarketing.com</a></td>
<td class="s3">5.11</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://blog.mofuse.com">blog.mofuse.com</a></td>
<td class="s3">4.92</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://lifeinthefastlane.ca">lifeinthefastlane.ca</a></td>
<td class="s3">4.91</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://graphicdesignblog.co.uk/">graphicdesignblog.co.uk</a></td>
<td class="s3">4.81</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://newcritics.com">newcritics.com</a></td>
<td class="s3">4.54</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://smoblog.com">smoblog.com</a></td>
<td class="s3">4.36</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://themallblog.com">themallblog.com</a></td>
<td class="s3">3.71</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://carlgalloway.com">carlgalloway.com</a></td>
<td class="s3">3.66</td>
</tr>
<tr>
<td class="hd">
<p style="height: 16px;">
</td>
<td class="s2"><a href="http://sirpi.org">sirpi.org</a></td>
<td class="s3">3.22</td>
</tr>
</tbody>
</table>
<p>I&#8217;ll also throw in some other sites that provide more lists, no guarantees, but I believe in sharing, so here they are:</p>
<p><a href="http://buckdat.blogspot.com/2009/10/effective-link-building-galore-unique.html">http://buckdat.blogspot.com/2009/10/effective-link-building-galore-unique.html</a></p>
<p><a href="http://niceblogger.com/2009/08/21/dofollow-list/">http://niceblogger.com/2009/08/21/dofollow-list/</a></p>
<p><a href="http://www.seotrafficgenerator.com/website-seo/high-pr-do-follow-blogs-list/2009/09/07/">http://www.seotrafficgenerator.com/website-seo/high-pr-do-follow-blogs-list/2009/09/07/</a></p>
<p><a href="http://www.clickonf5.org/google/dofollow-blogs-google-reader/4570">http://www.clickonf5.org/google/dofollow-blogs-google-reader/4570</a></p>
<p>If anyone has any more to add to the list, just let me know via comment!</p>
<div id="wpcr_respond_1"></div><img src="http://feeds.feedburner.com/~r/ezwebsitemonitoring/~4/8molquJRktM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ezwebsitemonitoring.com/blog/top-list-follow-blogs-mozrank/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>We are now in Beta and looking for website monitoring testers</title>
		<link>http://ezwebsitemonitoring.com/blog/website-monitoring-beta-testers/</link>
		<comments>http://ezwebsitemonitoring.com/blog/website-monitoring-beta-testers/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:25:40 +0000</pubDate>
		<dc:creator>Joey Ambrose</dc:creator>
				<category><![CDATA[Beta Test Updates]]></category>

		<guid isPermaLink="false">http://www.ezwebsitemonitoring.com/blog/?p=1</guid>
		<description><![CDATA[It&#8217;s been a long year, but we are now in Beta and looking for testers. Ideally we would like a good cross-section of website owners, marketers, and agencies to use the service and give us feedback on it. We are working very hard to to provide the best possible website monitoring service, but we can&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long year, but we are now in Beta and looking for testers. Ideally we would like a good cross-section of website owners, marketers, and agencies to use the service and give us feedback on it. We are working very hard to to provide the best possible website monitoring service, but we can&#8217;t do it without lots of feedback.</p>
<p><strong>A little background on the testing done so far.</strong> We began using and testing the system in May 2009. Originally the service was conceived for <a title="Go Web Solutions" href="http://www.gowebsolutions.com">Go Web Solutions</a>, a web design and marketing firm. The goal was to provide staff with monitoring tool to deliver website management and marketing services, and to provide clients with reporting that shows how their site is performing at all times. As soon as the tool was implemented, it was a huge hit with clients.</p>
<p>Since May, we have had several dozen client domains in the system and being monitored. In that time we have identified and fixed several bugs, implemented numerous enhancements, and we have been creating a list of future enhancements that our users will find useful. Now that we are in Beta, it&#8217;s time to start putting a larger load on the system to test its stability and scalability.</p>
<p>Aaron, the amazing developer and co-creator of EZWM, has put some excellent tools in place that allow us to monitor the monitoring queues in real-time. This allow us to visually watch all types of monitors, across all servers, and see the real-time load on each server. This level of detailed monitoring of the queues will let us easily identify when upgrades are needed to the network and deploy additional resources.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-9" style="border: 1px solid black;" title="monitoring-tools" src="http://www.ezwebsitemonitoring.com/blog/wp-content/uploads/2009/08/monitoring-tools.jpg" alt="monitoring tools We are now in Beta and looking for website monitoring testers" width="656" height="346" /></p>
<p><strong>We are looking for the following types of beta testers:</strong></p>
<p>1. <strong>Website Owners.</strong> The average website owners doesn&#8217;t know how their site is doing, they simple watch the traffic (if that). Our goal is to give website owners and simple way to actually monitor uptime, quality, keyword positions and popularity in one place. We need website owners that are looking for better tools to monitor their website and want to take the next step to controlling their success.</p>
<p>2. <strong>Power Users and Website Managers. </strong>EZ Website Monitoring is a great tool for tracking multiple websites, making it easy for power users to track more than one website and always know how it&#8217;s performing. Typically this type of user has several sites they are responsible for, they have one or more hosting providers, and are responsible for getting traffic to those sites and converting that traffic into sales. This group will help us test the multi-domain capability of EZWM and the ease-of-use of monitoring more than one domain.</p>
<p>3. <strong>Agencies.</strong> Internet Marketing, SEO, Advertising agencies, New Media companies&#8230;whatever the name, we need testers like you to really push the system from the multi-domain/multi-client stand point. The idea is to provide you with the ability to manage multiple customer web sites from one interface and easily switch between website monitoring reports. We also want to test the notification and weekly reports, eventually giving you the ability to white-label the reports and notifications as a value-added service to your client.</p>
<p>If you know anyone that would be interested in testing our service, please have them sign up for the Beta and for 6 months of <a title="free website monitoring" href="http://www.ezwebsitemonitoring.com">free website monitoring</a>. The Beta test is scheduled to end October 18th, 2009.</p>
<div id="wpcr_respond_1"></div><img src="http://feeds.feedburner.com/~r/ezwebsitemonitoring/~4/L9fdTlHdIpQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://ezwebsitemonitoring.com/blog/website-monitoring-beta-testers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

