BrowserCounter 1.3-E BrowserCounter is a perl script used to create statistics from log files about web agents which accessed the web server.
With respect to previous versions of BrowserCounter this version parses the user agent log file[s] compliant to RFC 2068: HTTP/1.1 - Proposed Standard for main products and compliant to the "pseudo compatible standard" (i.e. "(compatible;" product";" *ctext")"). To get the MSIE compatible comment fixed (e.g. "(compatible; MSIE 3.0; AK; Windows 95)"),the first whitespace after "MSIE" is replaced by a "/".
The option for analyzing accesses via one or more proxies was removed! This task may be done with the ProxyCounter.
Hold down the shift key and klick on this link to download the current version.
Usage
browsercounter | [-h] [-v] [-t] [-N HTTD-Server-Name] [-i fList] [-o file] [-p path] [logfile ...] [logfile.gz ...] [logfile.Z ...] |
Option | Description | Example |
---|---|---|
-h | Display this message and quit. | |
-v | Display version | |
-t | Set type of the Logfile to combined (default = agent) | |
-N name | HTTPd Server name for report | IRB.CS.Uni-Magdeburg.De |
-i fList | a comma separated list of previous generated files for inclusion | 9607/a.html,9608/a.html,9609/a.html |
-o afile | Output file (default = Standard Output) | a.html |
-p path | System directory, where to store generated html files | /local/www/htdocs/stats/9610 |
Example:
Follow this link to see, how we generate statistics for our web server.