Jonathan Hutchins wrote:
On Sunday 02 January 2005 04:52 pm, Gerald Combs wrote:
I was looking at my web site statistics for December, and the "Browsers" category shows the following percentages:
According to the OS stats, 84.2% of the site's visitors were running Windows. Is anyone else seeing numbers like this?
What are you using to analyse the logs?
Awstats. I used Webalizer for a very long time, but switched a few months ago.
Mine, via Webalyzer 2.01, show almost all MSIE, no FireFox as such. I have some odd entries like:
"Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gec"
...which is 62 characters. I wonder if Webalizer uses "char[64]"s for its User-Agent strings. Presumably that's short for something like
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20050101 \ Firefox/1.0
which is what my browser here at home sends.