One Year of Blog

My first post here was one year ago today. I’m sort of amazed that this blog is still going strong 257 entries and 113 comments later. When I was younger, I doubt it would have lasted a month. Apparently I’ve grown. I’ve enjoyed having an outlet for product reviews, interesting tech finds, Asterisk configuration examples, and all of the interesting bits that float through my life. Judging by my web server access logs, I’m not alone–I’m certainly not getting zillions of hits per day, but I have a few steady readers, and Google brings in boatloads of people searching for answers. Hopefully I’ve been able to help a few of them.

To commemorate the occasion, I’m going to post some statistics.

Most widely read posts

RankArticleHits
1Faxing with Asterisk1,865
2Treo Ace1,706
3Motorola MPx200948
4Sony-Ericsson CAR-100799
5Tungsten T4 rumors789
6Saw a FlipStart today763
7ECS EZ30 Mini-tablet PC708
8vCard to Asterisk conversion tool673
9Asterisk config example618
10More Time with the MPx200516

Most frequent referrers

RankReferrerHits
1http://www.google.com7521
2http://scottstuff.net7135
3http://www.voip-info.org695
4http://search.yahoo.com446
5http://www.google.co.uk360
6http://www.google.de332
7http://www.google.ca325
8http://www.feedster.com221
9http://digit.que.ne.jp193
10http://www.handtops.com177

Most common browsers

RankBrowserHits
1Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)8518
2Mozilla/5.0 [en] (Windows NT 5.0, U)7614
3Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)6919
4Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)3830
5Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1; aggregator:NewsMonster; http://www.newsmonster.org/) Gecko/200211302479
6NewsGator/2.0 (http://www.newsgator.com; Microsoft Windows NT 5.1.2600.0; .NET CLR 1.1.4322.573)2456
7NetNewsWire/1.0.9b1 (Mac OS X; http://ranchero.com/netnewswire/)2381
8NetNewsWire/1.0.6 (Mac OS X; http://ranchero.com/netnewswire/)2009
9Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/124 (KHTML, like Gecko)2004
10Mozilla/4.0 (compatible; MSIE 6.0; Windows 98)1926

Posted by Scott Laird Wed, 25 Aug 2004 16:11:10 GMT


Comments

  1. Janet Tokerud 26 days later:

    Very cool, Scott. How did you come up with these great stats? I used MT for a while but was lured away to TypePad where I’m at the Pro level and now have 4 blogs. Curious how you did the compilation - manual counting? I will definitely put in a request to TypePad to compile stats like this. I would love to see something like this especially the first one. All best.

  2. Scott Laird 26 days later:

    In this case, I had a year’s worth of Apache log files sitting around on my web server, so I just used the usual set of Unix tools to compile a list. I strung them all together into one file with cat, removed search engine spiders with grep, and then used grep, cut, sort, uniq, and head to produce top-ten lists.

    One of these days, I’ll write myself a better blog-centric statistics package. As it is, I find myself looking through logfiles by hand way too often.