<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Finding RSS Subscriber Counts Through Apache Logs</title>
	<atom:link href="http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Mon, 23 Nov 2009 03:04:03 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ken Varnum</title>
		<link>http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/comment-page-1/#comment-80348</link>
		<dc:creator>Ken Varnum</dc:creator>
		<pubDate>Fri, 20 Nov 2009 22:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/#comment-80348</guid>
		<description>I built a tool that does something similar -- except that it also counts the number of times web browsers request the RSS feeds and estimates a few other mechanisms.  Try out http://www.rss4lib.com/feedstats/yourstats.pl .  (You need to have a copy of your server&#039;s log file.  And for now, the tool only handles Apache logs, but that will soon change.)</description>
		<content:encoded><![CDATA[<p>I built a tool that does something similar &#8212; except that it also counts the number of times web browsers request the RSS feeds and estimates a few other mechanisms.  Try out <a href="http://www.rss4lib.com/feedstats/yourstats.pl" rel="nofollow">http://www.rss4lib.com/feedstats/yourstats.pl</a> .  (You need to have a copy of your server&#8217;s log file.  And for now, the tool only handles Apache logs, but that will soon change.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barbara Weibel</title>
		<link>http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/comment-page-1/#comment-56267</link>
		<dc:creator>Barbara Weibel</dc:creator>
		<pubDate>Tue, 19 Aug 2008 07:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/#comment-56267</guid>
		<description>Terrific post. Do you have a particular web log analyzer that you like to use, one that will specifically allow this type of search? Thanks for any help you can provide.</description>
		<content:encoded><![CDATA[<p>Terrific post. Do you have a particular web log analyzer that you like to use, one that will specifically allow this type of search? Thanks for any help you can provide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Fontenelle</title>
		<link>http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/comment-page-1/#comment-28196</link>
		<dc:creator>Leonardo Fontenelle</dc:creator>
		<pubDate>Sun, 02 Dec 2007 10:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/#comment-28196</guid>
		<description>@Barbara: I don&#039;t have shell access either. From time to time, I download the log file and run the script on my own machine.</description>
		<content:encoded><![CDATA[<p>@Barbara: I don&#8217;t have shell access either. From time to time, I download the log file and run the script on my own machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/comment-page-1/#comment-24907</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Fri, 19 Oct 2007 04:59:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/#comment-24907</guid>
		<description>@Leonardo
Great script!

A better way to do this is FeedBurner. But if you are using the feedburner service, you will not be able to do get the data from the server log.</description>
		<content:encoded><![CDATA[<p>@Leonardo<br />
Great script!</p>
<p>A better way to do this is FeedBurner. But if you are using the feedburner service, you will not be able to do get the data from the server log.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bárbara</title>
		<link>http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/comment-page-1/#comment-22162</link>
		<dc:creator>Bárbara</dc:creator>
		<pubDate>Thu, 06 Sep 2007 15:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/#comment-22162</guid>
		<description>How i could do this if don&#039;t have shell access to my domain?</description>
		<content:encoded><![CDATA[<p>How i could do this if don&#8217;t have shell access to my domain?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Geek</title>
		<link>http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/comment-page-1/#comment-21901</link>
		<dc:creator>The Geek</dc:creator>
		<pubDate>Sun, 02 Sep 2007 05:57:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/#comment-21901</guid>
		<description>That&#039;s an awesome script... really nice tool.</description>
		<content:encoded><![CDATA[<p>That&#8217;s an awesome script&#8230; really nice tool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Fontenelle</title>
		<link>http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/comment-page-1/#comment-21900</link>
		<dc:creator>Leonardo Fontenelle</dc:creator>
		<pubDate>Sun, 02 Sep 2007 04:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/linux/finding-rss-subscriber-counts-through-apache-logs/#comment-21900</guid>
		<description>Nice tip! I found a command line to &lt;a href=&quot;http://www.efetividade.net/2007/02/18/como-acessar-o-numero-de-assinantes-do-seu-feed-via-google-reader-analisando-o-log-de-seu-blog/&quot; rel=&quot;nofollow&quot;&gt;print nicely how many users are subscribing with Google Reader&lt;/a&gt; (in Portuguese). I wrote a more generic script:


awk ‘/subscriber/ {print $12,$14,$7}’ my_log &#124; \
    sort -nr &#124; uniq &#124; \
    cut -c 2- &#124; tr ‘ ‘ ‘\t’
</description>
		<content:encoded><![CDATA[<p>Nice tip! I found a command line to <a href="http://www.efetividade.net/2007/02/18/como-acessar-o-numero-de-assinantes-do-seu-feed-via-google-reader-analisando-o-log-de-seu-blog/" rel="nofollow">print nicely how many users are subscribing with Google Reader</a> (in Portuguese). I wrote a more generic script:</p>
<p>awk ‘/subscriber/ {print $12,$14,$7}’ my_log | \<br />
    sort -nr | uniq | \<br />
    cut -c 2- | tr ‘ ‘ ‘\t’</p>
]]></content:encoded>
	</item>
</channel>
</rss>
