Search(AD) Sponsored links(C) LeftThis site is build on openstandards with opensource software and an openmind. That is why all content is licenced under the open content licence. except external linked images, brandnames and content of users other than bert boerland |
How many RSS readers do you have?
The problems with RSS readers is that big aggegator sites get the RSS feed on behalf of multiple people, just counting readers does not do the job. Fortunately, bigger sites mention how many people are reading the feed, like this in the headers: (+http://www.google.com/feedfetcher.html; 12 subscribers;
The other problem is that I have three RSS feed URL's for one and the same feed: /myblog/atom/feed
/myblog/node/feed /myblog/rss.xml So I run the following code on an access log of half a day: [root@tug httpd]# grep "/rss.xml" access_log | awk '{print $1, $11, $12, $13, $14, $15, $16}' | sort | uniq -c | sort -rn | more
[root@tug httpd]# grep "/myblog/node/feed" access_log | awk '{print $1, $11, $12, $13, $14, $15, $16}' | sort | uniq -c | sort -rn | more [root@tug httpd]# grep "/myblog/atom/feed" access_log | awk '{print $1, $11, $12, $13, $14, $15, $16}' | sort | uniq -c | sort -rn | more (note: Most RSS readers grab the feed muliple times per day. I dont count them via the onliners above and having only half a day of sampling data is not that bad) Then count the "on behalf of xxx subscribers" by hand and... I couldn't believe it, in half a day I have some 554 subscribers! Wowsers! By bertboerland at 22/01/2008 - 06:09 | english | Happy | internet culture | willy | xml | bertboerland's blog | 323 reads
Post new comment |
PollWho's onlineThere are currently 0 users and 223 guests online.
|
Recent comments
15 hours 14 min ago
2 days 8 hours ago
1 week 11 hours ago
1 week 1 day ago
1 week 2 days ago
1 week 2 days ago
1 week 3 days ago
1 week 4 days ago
1 week 4 days ago
1 week 5 days ago