My analog report kicked out a statistic like this: Average successful requests for pages per day: 323 (548)
Why would the first number be smaller than the 2nd that is supposed to be for the past 7 days ? Thanx for any suggestions, Lori Lori (Dolores) Rowe Web Administrator Software Engineering Tools and Environments (314)882-8784 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 19, 2005 2:00 PM To: [email protected] Subject: analog-help Digest, Vol 11, Issue 21 Send analog-help mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://lists.meer.net/mailman/listinfo/analog-help or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of analog-help digest..." Today's Topics: 1. Re: Browser Report (Jeremy Wadsack) 2. FW: [analog-help] Browser Report (McGRANAGHAN, TIM (Contractor)) ---------------------------------------------------------------------- Message: 1 Date: Tue, 19 Jul 2005 10:36:37 -0700 From: Jeremy Wadsack <[EMAIL PROTECTED]> Subject: Re: [analog-help] Browser Report To: Support for analog web log analyzer <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Your log file is a browser log, which does not contain the requested file, so Analog can't determine if the request was for a page or for other content. You need to change the floor setting for your browser reports. In the reports below it says "Listing browsers with at least 1 request for a page." Yet the number of pages for those entries is 0, which is why they are not included. Try adding these to your config file: BROWSUMFLOOR 1r BROWREPFLOOR 1r -- Jeremy Wadsack Seven Simple Machines McGRANAGHAN, TIM (Contractor) wrote: > 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 ------------------------------ Message: 2 Date: Tue, 19 Jul 2005 14:27:12 -0400 From: "McGRANAGHAN, TIM \(Contractor\)" <[EMAIL PROTECTED]> Subject: FW: [analog-help] Browser Report To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Thank you Jeremy. I ended up with this ... # 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 BROWSUMFLOOR 1R BROWREPFLOOR 1R SUBBROWFLOOR 1R BROWREPSORTBY REQUESTS BROWSUMSORTBY REQUESTS SUBBROWSORTBY REQUESTS PROGRESSFREQ 100000 Tim M -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeremy Wadsack Sent: Tuesday, July 19, 2005 1:37 PM To: Support for analog web log analyzer Subject: Re: [analog-help] Browser Report Your log file is a browser log, which does not contain the requested file, so Analog can't determine if the request was for a page or for other content. You need to change the floor setting for your browser reports. In the reports below it says "Listing browsers with at least 1 request for a page." Yet the number of pages for those entries is 0, which is why they are not included. Try adding these to your config file: BROWSUMFLOOR 1r BROWREPFLOOR 1r -- Jeremy Wadsack Seven Simple Machines McGRANAGHAN, TIM (Contractor) wrote: > 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 +----------------------------------------------------------------------- - ------------------------------ +----------------------------------------------------------------------- +- | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +----------------------------------------------------------------------- +- End of analog-help Digest, Vol 11, Issue 21 ******************************************* +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------

