I'm interested in producing an analog report that shows / totals which browsers are being used to access my site.
 
Example lines from the LOG file ...
 
[19/Jul/2005:00:00:33 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; T312461; SV1; .NET CLR 1.1.4322)"
[19/Jul/2005:00:00:33 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
[19/Jul/2005:00:00:34 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)"
[19/Jul/2005:00:00:34 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; T312461; SV1; .NET CLR 1.1.4322)"
[19/Jul/2005:00:00:39 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; T312461; SV1; .NET CLR 1.1.4322)"
[19/Jul/2005:00:00:39 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; T312461; SV1; .NET CLR 1.1.4322)"
[19/Jul/2005:00:00:40 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; T312461; SV1; .NET CLR 1.1.4322)"
[19/Jul/2005:00:00:41 +0400] "Mozilla/4.0 (Windows XP 5.1) Java/1.5.0"
[19/Jul/2005:00:00:42 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
[19/Jul/2005:00:00:42 +0400] "Mozilla/4.0 (Windows XP 5.1) Java/1.5.0"
[19/Jul/2005:00:00:42 +0400] "Mozilla/4.0 (Windows XP 5.1) Java/1.5.0"
[19/Jul/2005:00:00:43 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
[19/Jul/2005:00:00:43 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
[19/Jul/2005:00:00:44 +0400] "Mozilla/4.0 (Windows XP 5.1) Java/1.5.0"
[19/Jul/2005:00:00:44 +0400] "Mozilla/4.0 (Windows XP 5.1) Java/1.5.0"
[19/Jul/2005:00:00:45 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
[19/Jul/2005:00:00:46 +0400] "Mozilla/4.0 (Windows XP 5.1) Java/1.5.0"
[19/Jul/2005:00:00:46 +0400] "Mozilla/4.0 (Windows XP 5.1) Java/1.5.0"
[19/Jul/2005:00:00:46 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
[19/Jul/2005:00:00:46 +0400] "Mozilla/4.0 (Windows XP 5.1) Java/1.5.0"
[19/Jul/2005:00:00:46 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
[19/Jul/2005:00:00:50 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
[19/Jul/2005:00:00:50 +0400] "Mozilla/4.0 (compatible; MSIE 6.0; Win32)"
 
 
Config file I created after reviewing DOCs and archives ...
 
# Analog report of browsers being used.
DEBUG ON
LOGFORMAT ([%d/%M/%Y:%h:%n:%j %j] %B)
LOGFILE /otherlogs/agent-log.Jul192005
OUTFILE /analog/browser.html
HOSTNAME "ALL BROWSERS"
SETTINGS OFF
ALL OFF
GENERAL ON
DESCRIPTIONS OFF
GOTOS OFF
BROWSERREP ON
BROWSERSUM ON
PROGRESSFREQ 100000
REQFLOOR 0R
 
 
This is what is produced...
 

General Summary

Successful requests: 0
Logfile lines without status code: 248,992


Browser Report

Listing browsers with at least 1 request for a page, sorted by the number of requests for pages.

  reqs: pages: browser
------: -----: -------
248992:     0: [not listed: 382 browsers]

Browser Summary

Listing browsers with at least 1 request for a page, sorted by the number of requests for pages.

no.:   reqs: pages: browser
---: ------: -----: -------
   : 248992:     0: [not listed: 7 browsers]
 
 
I thought I'd see more detail ... any ideas / suggestions?
 
Tim M
+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to