Gecko Statistics for gemal.dk
This statistics below shows the Gecko based browser usage at gemal.dk. Gecko is the browser engine that powers the Netscape and Mozilla browsers as well as other browsers.2006
- May 2006 - 56% of all hits made by Gecko based browser
- April 2006 - 58% of all hits made by Gecko based browser
- March 2006 - 57% of all hits made by Gecko based browser
- February 2006 - 59% of all hits made by Gecko based browser
- January 2006 - 54% of all hits made by Gecko based browser
2005
- December 2005 - 72% of all hits made by Gecko based browser
- November 2005 - 74% of all hits made by Gecko based browser
- October 2005 - 73% of all hits made by Gecko based browser
- September 2005 - 70% of all hits made by Gecko based browser
- August 2005 - 68% of all hits made by Gecko based browser
- July 2005 - 69% of all hits made by Gecko based browser
- June 2005 - 67% of all hits made by Gecko based browser
- May 2005 - 72% of all hits made by Gecko based browser
- April 2005 - 71% of all hits made by Gecko based browser
- March 2005 - 68% of all hits made by Gecko based browser
- February 2005 - 58% of all hits made by Gecko based browser
- January 2005 - 57% of all hits made by Gecko based browser
2004
- December 2004 - 49% of all hits made by Gecko based browser
- November 2004 - 53% of all hits made by Gecko based browser
- October 2004 - 53% of all hits made by Gecko based browser
- September 2004 - No data due to site crash
- August 2004 - No data due to site crash
- July 2004 - No data due to site crash
- June 2004 - 40% of all hits made by Gecko based browser
- May 2004 - 32% of all hits made by Gecko based browser
- April 2004 - 32% of all hits made by Gecko based browser
- March 2004 - 31% of all hits made by Gecko based browser
- February 2004 - 33% of all hits made by Gecko based browser
- January 2004 - 30% of all hits made by Gecko based browser
2003
- December 2003 - 25% of all hits made by Gecko based browser
- November 2003 - 25% of all hits made by Gecko based browser
- October 2003 - 28% of all hits made by Gecko based browser
- September 2003 - 24% of all hits made by Gecko based browser
- August 2003 - 26% of all hits made by Gecko based browser
- July 2003 - 20% of all hits made by Gecko based browser
- June 2003 - 20% of all hits made by Gecko based browser
- May 2003 - 16% of all hits made by Gecko based browser
- April 2003 - 32% of all hits made by Gecko based browser
- March 2003 - 15% of all hits made by Gecko based browser
- February 2003 - 10% of all hits made by Gecko based browser
- January 2003 - 10% of all hits made by Gecko based browser
2002
- December 2002 - 11% of all hits made by Gecko based browser
- November 2002 - 11% of all hits made by Gecko based browser
- October 2002 - 10% of all hits made by Gecko based browser
- September 2002 - 14% of all hits made by Gecko based browser
- August 2002 - 11% of all hits made by Gecko based browser
- July 2002 - 9% of all hits made by Gecko based browser
- June 2002 - 13% of all hits made by Gecko based browser
- May 2002 - 9% of all hits made by Gecko based browser
- April 2002 - 10% of all hits made by Gecko based browser
- March 2002 - 11% of all hits made by Gecko based browser
- February 2002 - 8% of all hits made by Gecko based browser
- January 2002 - 7% of all hits made by Gecko based browser
User-agent strings description
Mozilla/5.0 (Platform; Security; OS or CPU; Localization; rv:x.x.x) Gecko/CCYYMMDD Vendor/Version
Platform
describes the general class of operating systemOS or CPU
describes the operating system in more detailLocalization
describes the language of the user interfacerv:x.x.x
describes the branch from which the browser was created (this is also referred to as the Prerelease version in the mozilla.org user-agent string reference).Gecko
is the signature of all Netscape Gecko browsersCCYYMMDD
is the date (e.g. 20021205) the browser was builtVendor
describes the vendor or brand. Note that for Mozilla, the Vendor is not present.Version
describes the Vendor's version number.
Get the script
The statistics above are made from a perl script that can parse a webserver access log and display the Gecko statistics. The script uses the CPAN module HTML::Template.Current version is 1.1.0 [ download ]
Installation and usage
You unzip the zip file and run it against a accees.log file like this:
perl geckostats.pl /var/apache/log/access.log > geckostats.html
If you run it against a access.log file stored in a year/month directory it will automatically insert monthname and year into the html file. Like this:
perl geckostats.pl /var/apache/log/2004/06/access.log > geckostats200406.html