Find out where your website visitors are from! Domainstat is a webserver log analyser that counts hits per per top-level domain (e.g. .com, .org, .uk, .se, .fr). It can read and write (human-readable) data files, so you can keep track of hits over time. Output can be either text or HTML (or silent, if you prefer to use your own script to parse the easy-to-read data file).
Domainstat is written in Python using only the standard library. Therefore it can run on any platform where Python runs. While it currently supports only the Apache commong logfile format, it can easily be extended to support any format with the addition of a simple regex.... read more
The CVS tree for domainstat can be accessed at another site for the time being. Eventually I plan to migrate it to SF. The address is:
http://Larkin.DynDNS.org/cgi-bin/viewcvs.cgi/apache_log_manager/domainstat.py