From: Tom Copeland Date: 2005-04-30T06:14:28+09:00 Subject: Re: [ot?] Per-project RubyGem stats On Sat, 2005-04-30 at 05:56 +0900, Chad Fowler wrote: > > http://gems.rubyforge.org/usage/usage_200504.html#TOPURLS > > > > This shows download stats for the top 500 gems for April. > > > Nice, Tom! > > Do you happen to capture user agent? I'd be _really_ interested in seeing that. Hm, you know, I'm not capturing that in the HTTP logs now... but GForge keeps a sort of rolling activity log for the past week or so: ==================================== gforge=> select browser, count(*) from activity_log group by browser; browser | count ---------+-------- OPERA | 233 MOZILLA | 257478 OTHER | 168405 IE | 77051 (4 rows) gforge=> ==================================== Where Mozilla == (Firefox|moz|etc), I bet. Yours, Tom