Re: [analog-help] Warning F: Failed to open configuration file

2002-04-03 Thread Till

> Till wrote:
>
> > I set up different analog.cfg's file for that and when i'm trying to
> > launch analog with a specific file like this:
> > analog -G +ganalog-iclprod.com.cfg
> >
> > i got this:
> >
> > analog: Warning F: Failed to open configuration file
> >   /usr/local/share/analog/analog.cfg: ignoring it
>
> Till, try quoting the filename like:
>
> analog -G +g"analog-iclprod.com.cfg"
>
> I think Analog is seeing the - as the start of another command line
> parameter.
Thanks for the reply Joshua but it didn't work out.

I tried something else, initially my cfg files were in the /usr/local/etc/
directory, i copied them to the /usr/local/share/analog/ dir and guess
what... it worked.

Well now i'll have to figure out how to rotate logs and how to automate all
this :p

Cyaz
+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Warning F: Failed to open configuration file

2002-04-03 Thread Joshua P. Cooley

Till wrote:

> I set up different analog.cfg's file for that and when i'm trying to
> launch analog with a specific file like this:
> analog -G +ganalog-iclprod.com.cfg
> 
> i got this:
> 
> analog: Warning F: Failed to open configuration file
>   /usr/local/share/analog/analog.cfg: ignoring it

Till, try quoting the filename like:

analog -G +g"analog-iclprod.com.cfg"

I think Analog is seeing the - as the start of another command line 
parameter.

++
| Joshua Cooley([EMAIL PROTECTED]) http://www.kaycee.net/josh  |
| Programmer/Network Administrator   |
| KayCee Software, Inc.  http://www.kaycee.net/kcsi  |
++
+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Report results comparison (Analog vs Web Trends)

2002-04-03 Thread Stephen Turner

On Wed, 3 Apr 2002, Duke Hillard wrote:
>
> In a Unix shell environment (including Cygwin), it's not
> difficult to count the number of unique hosts from a log.
> Something similar to the following should work fine.
> 
> cut -d" " -f1 /dir/subdir/server.log > /dir2/somefile.txt
> sort -u -o /dir2/anotherfile.txt /dir2/somefile.txt
> grep -c "." /dir2/anotherfile.txt
> 

But note that this will count hosts with only failed requests. The number
analog reports is the number with successful requests.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Warning F: Failed to open configuration file

2002-04-03 Thread Till



Hi,
I'm trying to run Analog 5.1 on FreeBSD 
4.5
I've got multiple log files because of multiple 
virtualhosts, so i'm trying to generate a analog file for each of 
them.
I set up different analog.cfg's file for that and 
when i'm trying to launch analog with a specific file like this:
analog -G +ganalog-iclprod.com.cfg
 
i got this:
 
analog: Warning F: Failed to open configuration 
file  /usr/local/share/analog/analog.cfg: ignoring it  (For 
help on all errors and warnings, see docs/errors.html)
Thanks for helping me out,
Till
 


RE: [analog-help] Request floor

2002-04-03 Thread Craig Westerman

Sounds like there is no way to do what I want AUTOMATICALLY.

My web host runs analog once every night at mid-night. It is not a cron job
that I can find.

How do I run Analog from command line?

Thanks

Craig ><>
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Wadsack
Sent: Wednesday, April 03, 2002 7:03 PM
To: [EMAIL PROTECTED]
Subject: Re: [analog-help] Request floor



Craig Westerman ([EMAIL PROTECTED]):


>>> a Daily report that shows current month only (ie January, not last 30
>> days)
>
>> DAILYROWS 31
>
>> (approximately)


> Won't DAILYROWS 31 display last 31 days?

Uh...yeah. Sorry, didn't finish reading that line.

In that case you'll need to create another report run with that set of
data.


--

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Request floor

2002-04-03 Thread Jeremy Wadsack


Craig Westerman ([EMAIL PROTECTED]):


>>> a Daily report that shows current month only (ie January, not last 30
>> days)
> 
>> DAILYROWS 31
> 
>> (approximately)


> Won't DAILYROWS 31 display last 31 days?

Uh...yeah. Sorry, didn't finish reading that line.

In that case you'll need to create another report run with that set of
data.


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



RE: [analog-help] Request floor

2002-04-03 Thread Craig Westerman


> a Daily report that shows current month only (ie January, not last 30
days)

DAILYROWS 31

(approximately)



Won't DAILYROWS 31 display last 31 days?


Craig ><>
[EMAIL PROTECTED]

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Request floor

2002-04-03 Thread Jeremy Wadsack


Craig Westerman ([EMAIL PROTECTED]):

> Will FROM -01-00-00 also affect the Monthy and Daily Report?

Yes.


> What I'm after is a Monthly Report that shows all months and pages (no req),

FILEINCLUDE *.html


> a Daily report that shows current month only (ie January, not last 30 days)

DAILYROWS 31

(approximately)


> Daily to be just date and pages (no req)

FILEINCLUDE above already does this.


> and Request report that shows just
> HTML pages requested in a 24 hour period that were requested more than 20
> times?

You'll need to do this as a separate run. That's the only way. You are
asking Analog to analyze two different sets of data for the time
reports and Request Report, so you'll have to do two runs. You can
then combine the information into a single reports with a cut and
paste.


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



RE: [analog-help] Request floor

2002-04-03 Thread Craig Westerman

Thanks Jeremy,

Will FROM -01-00-00 also affect the Monthy and Daily Report?

What I'm after is a Monthly Report that shows all months and pages (no req),
a Daily report that shows current month only (ie January, not last 30 days)
Daily to be just date and pages (no req) and Request report that shows just
HTML pages requested in a 24 hour period that were requested more than 20
times?

Thanks

Craig ><>
[EMAIL PROTECTED]


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Wadsack
Sent: Wednesday, April 03, 2002 3:30 PM
To: [EMAIL PROTECTED]
Subject: Re: [analog-help] Request floor



Craig Westerman ([EMAIL PROTECTED]):

> How would I retreive just HTML pages requested in a 24 hour period that
were
> requested more than 20 times?

> I have

> FILEEXCLUDE */images/*
> FILEEXCLUDE /*.gif
> FILEEXCLUDE /*.jpg
> FILEEXCLUDE /*.png
> FILEEXCLUDE */adimages/*
> FILEEXCLUDE /*.js
> FILEEXCLUDE /*.class
> FILEEXCLUDE /*.pl
> REQFLOOR 20p
> REQFLOOR -01-00-00e

> Is there a easier way?

FILEINCLUDE *.html
REQFLOOR 20p
FROM -01-00-00

Assuming no previous FILEINCLUDE/FILEEXCLUDE. Otherwise start with

FILEEXCLUDE *


Also, FROM/TO control the time period for all reports, not just the
request report. You can't have two FLOOR requirements for a report.


--

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Report results comparison (Analog vs Web Trends)

2002-04-03 Thread Duke Hillard

Berigan, Matthew wrote:

>Hi!
>
>I'm finally past bad log data and I think that I'm getting inconsistencies
>between WebTrends and Analog that can't be explained by INCLUDES or
>EXCLUDES.
>
>First, here's the summary results:
>
>ANALOG
>Program started at Wed-03-Apr-2002 09:38. 
>Analysed requests from Sun-24-Mar-2002 00:04 to Sat-30-Mar-2002 23:58 (7.00
>days). 
>Successful requests: 76,490 <>
>Average successful requests per day: 10,933 <>
>Successful requests for pages: 25,765 <>
>Average successful requests for pages per day: 3,682 <>
>Failed requests: 760 
>Redirected requests: 680 
>Distinct files requested: 2,047 
>Distinct hosts served: 5,009 <>
>Corrupt logfile lines: 4 
>Data transferred: 792.723 megabytes 
>Average data transferred per day: 113.313 megabytes 
>
>WEBTRENDS
>Date & Time This Report was Generated Wednesday April 03, 2002 - 09:17:45 
>Timeframe 03/24/02 00:04:41 - 03/30/02 23:58:54 
>Number of Hits for Home Page N/A 
>Number of Successful Hits for Entire Site 77138 <>
>Number of Page Views (Impressions) 25816 <>
>Number of User Sessions 8488 <>
>User Sessions from United States 0% 
>International User Sessions 0% 
>User Sessions of Unknown Origin 100% 
>Average Number of Hits per Day 11019 <>
>Average Number of Page Views Per Day 3688 <>
>Average Number of User Sessions per Day 1212 
>Average User Session Length 00:08:36 
>
>Most everything (A-D)appears to be close enough that I don't even consider
>it worthy of question. Item E, however, bugs me. Can anybody guess why
>Distinct Hosts [Analog] and User Sessions [WT] should be so different? I
>think this is supposed to be the same data and my assumption is that it is
>the number of distinct IP addresses listed in the log (I suppose I could
>count those (ck!!)).
>
>Any thoughts?
>
>thx
>MattB 
>
>
In a Unix shell environment (including Cygwin), it's not
difficult to count the number of unique hosts from a log.
Something similar to the following should work fine.  It
works with Apache combined log format in Solaris 8.
Adjusting the delimiter (-d) and field number (-f) in cut
might be necessary for other log formats.

-- Duke Hillard

cut -d" " -f1 /dir/subdir/server.log > /dir2/somefile.txt
sort -u -o /dir2/anotherfile.txt /dir2/somefile.txt
grep -c "." /dir2/anotherfile.txt


+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Request floor

2002-04-03 Thread Jeremy Wadsack


Craig Westerman ([EMAIL PROTECTED]):

> How would I retreive just HTML pages requested in a 24 hour period that were
> requested more than 20 times?

> I have

> FILEEXCLUDE */images/*
> FILEEXCLUDE /*.gif
> FILEEXCLUDE /*.jpg
> FILEEXCLUDE /*.png
> FILEEXCLUDE */adimages/*
> FILEEXCLUDE /*.js
> FILEEXCLUDE /*.class
> FILEEXCLUDE /*.pl
> REQFLOOR 20p
> REQFLOOR -01-00-00e

> Is there a easier way?

FILEINCLUDE *.html
REQFLOOR 20p
FROM -01-00-00

Assuming no previous FILEINCLUDE/FILEEXCLUDE. Otherwise start with

FILEEXCLUDE *


Also, FROM/TO control the time period for all reports, not just the
request report. You can't have two FLOOR requirements for a report.


-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Request floor

2002-04-03 Thread Craig Westerman



How would I 
retreive just HTML pages requested in a 24 hour period that were requested more 
than 20 times?
 
I have 

 
FILEEXCLUDE */images/*FILEEXCLUDE 
/*.gifFILEEXCLUDE /*.jpgFILEEXCLUDE /*.pngFILEEXCLUDE 
*/adimages/*FILEEXCLUDE /*.jsFILEEXCLUDE /*.classFILEEXCLUDE 
/*.pl
REQFLOOR 20pREQFLOOR -01-00-00e
 
Is there a 
easier way?
 
Thanks
 
Craig 
><>
[EMAIL PROTECTED]
 
 


Re: [analog-help] top 100, can this request be fulfilled by the ROWS option

2002-04-03 Thread Jeremy Wadsack


Gonzalo Briceno ([EMAIL PROTECTED]):

> Can a top 100 request be carried out by the ROWS option.  Furthermore, I
> did not find a FAILUREROWS or REFERRERROWS
> option on the site.  Do these exist?  How else can I chose the top x for
> a certain report?

*ROWS is for time reports. *FLOOR is for other reports. See
http://www.analog.cx/docs/othreps.html#FLOOR for details.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] top 100, can this request be fulfilled by the ROWS option

2002-04-03 Thread Gonzalo Briceno


Can a top 100 request be carried out by the ROWS option.  Furthermore,
I did not find a FAILUREROWS or REFERRERROWS
option on the site.  Do these exist?  How else can I chose
the top x for a certain report?
thank you for your time,
-- 
Gonzalo Briceno
[EMAIL PROTECTED]
[EMAIL PROTECTED]
215 460 1673
 


Re: [analog-help] Possible %t bug

2002-04-03 Thread Aengus

<[EMAIL PROTECTED]> wrote:

> The point is the format of the field.
> I just wondered if it did or did not recognize ##E# as a format.
> From what I hear the answer is no.  Of course if I got a value of
> 1.112E3 that would NOT be a HUGE value (not good) but it is valid yet
> analog would not like it so I need to change my LOGFORMAT from what I see.

But it wouldn't be "valid" for a field that is defined as an Integer (%T) or
a fixed format number (%t).

That's not to say that Stephen couldn't or shouldn't add the functionality
to Analog to parse such a field. But, depending on the source of the log, it
might make more sense to "fix" the program that's producing the output,
rather than applying the fix to Analog.

What application is producing the logs?

Aengus


+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Possible %t bug

2002-04-03 Thread Stephen Turner

On Wed, 3 Apr 2002 [EMAIL PROTECTED] wrote:
>
> Of course if I got a
> value of 1.112E3 that would NOT be a HUGE value (not good) but it is valid yet
> analog would not like it so I need to
> change my LOGFORMAT from what I see.
> 

I've never seen a web server which produces values like 1.112E3. If you know
of an exception, I'd very much like to hear about it, because then I guess I 
would have to make analog interpret it correctly.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Possible %t bug

2002-04-03 Thread jenkins . mw

>From the responses I got I realize the time is large but that is not the point.
The point is the format of the field.
I just wondered if it did or did not recognize ##E# as a format.   From what I
hear the answer is no.  Of course if I got a
value of 1.112E3 that would NOT be a HUGE value (not good) but it is valid yet
analog would not like it so I need to
change my LOGFORMAT from what I see.

Michael



 Internet Mail Message  
 Received from host:  [64.209.164.11]   
 [64.209.164.11]



From: Stephen Turner <[EMAIL PROTECTED]> on 04/03/2002 03:53 PM GMT
  
  Stephen Turner   To:   [EMAIL PROTECTED]  
 <[EMAIL PROTECTED]>   Cc:(bcc: Mike Jenkins-MW/PGI)  
   Subject:  Re: [analog-help] Possible %t bug
  
 04/03/2002 11:53 AM  
   Please respond to  
 [EMAIL PROTECTED]  
  





On Wed, 3 Apr 2002 [EMAIL PROTECTED] wrote:
>
> I have found a line in a http log file as such:
>
> 155.125.126.156:7101 155.125.14.236  2002-03-18  17:04:55POST
> /Edit/HomeCSS.jsp   -   400 1.01648909E9  994
>
>
> Notice the 9th field is the time-taken field.   Most of the time I have no
> problem with this field but in this case notice the
> #.E9 format.Using the first LOGFORMAT line with just %t produces this
> data line as an error.  Yet if I include the
> second LOGFORMAT line with it as %tE%j  (throw away the E and the value with
it)
> it works.   Is this a bug?   Shouldn't
> a numeric field recognize exponential data?
>

If your web server is taking 32 years to serve a page, then you've got more
to worry about than analog not processing the line...

Seriously, it seems to me that analog is correct to regard this line as
corrupt because the figure is obviously wrong.

--
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+


+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Report results comparison (Analog vs Web Trends)

2002-04-03 Thread Jeremy Wadsack


Berigan, Matthew ([EMAIL PROTECTED]):

> Hi!

> I'm finally past bad log data and I think that I'm getting inconsistencies
> between WebTrends and Analog that can't be explained by INCLUDES or
> EXCLUDES.

> First, here's the summary results:

> ANALOG
> Program started at Wed-03-Apr-2002 09:38. 
> Analysed requests from Sun-24-Mar-2002 00:04 to Sat-30-Mar-2002 23:58 (7.00
> days). 
> Successful requests: 76,490 <>
> Average successful requests per day: 10,933 <>
> Successful requests for pages: 25,765 <>
> Average successful requests for pages per day: 3,682 <>
> Failed requests: 760 
> Redirected requests: 680 
> Distinct files requested: 2,047 
> Distinct hosts served: 5,009 <>
> Corrupt logfile lines: 4 
> Data transferred: 792.723 megabytes 
> Average data transferred per day: 113.313 megabytes 

> WEBTRENDS
> Date & Time This Report was Generated Wednesday April 03, 2002 - 09:17:45 
> Timeframe 03/24/02 00:04:41 - 03/30/02 23:58:54 
> Number of Hits for Home Page N/A 
> Number of Successful Hits for Entire Site 77138 <>
> Number of Page Views (Impressions) 25816 <>
> Number of User Sessions 8488 <>
> User Sessions from United States 0% 
> International User Sessions 0% 
> User Sessions of Unknown Origin 100% 
> Average Number of Hits per Day 11019 <>
> Average Number of Page Views Per Day 3688 <>
> Average Number of User Sessions per Day 1212 
> Average User Session Length 00:08:36 

> Most everything (A-D)appears to be close enough that I don't even consider
> it worthy of question.

Well, to answer anyway, WT counts some redirects as "successful
requests" that Analog does not.


> Item E, however, bugs me. Can anybody guess why
> Distinct Hosts [Analog] and User Sessions [WT] should be so different?

Because they are different quantities.


> I think this is supposed to be the same data and my assumption is
> that it is the number of distinct IP addresses listed in the log (I
> suppose I could count those (ck!!)).

"Sessions" is something that WT estimates (and by most accounts very
poorly.) It does not represent the number of distinct IP addresses in
the logs. It is meant to represent the number of distinct user
sessions. Read http://www.analog.cx/docs/webworks.html as to why
that's not easily counted and why Analog does not do it.



-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Report results comparison (Analog vs Web Trends)

2002-04-03 Thread Berigan, Matthew

Hi!

I'm finally past bad log data and I think that I'm getting inconsistencies
between WebTrends and Analog that can't be explained by INCLUDES or
EXCLUDES.

First, here's the summary results:

ANALOG
Program started at Wed-03-Apr-2002 09:38. 
Analysed requests from Sun-24-Mar-2002 00:04 to Sat-30-Mar-2002 23:58 (7.00
days). 
Successful requests: 76,490 <>
Average successful requests per day: 10,933 <>
Successful requests for pages: 25,765 <>
Average successful requests for pages per day: 3,682 <>
Failed requests: 760 
Redirected requests: 680 
Distinct files requested: 2,047 
Distinct hosts served: 5,009 <>
Corrupt logfile lines: 4 
Data transferred: 792.723 megabytes 
Average data transferred per day: 113.313 megabytes 

WEBTRENDS
Date & Time This Report was Generated Wednesday April 03, 2002 - 09:17:45 
Timeframe 03/24/02 00:04:41 - 03/30/02 23:58:54 
Number of Hits for Home Page N/A 
Number of Successful Hits for Entire Site 77138 <>
Number of Page Views (Impressions) 25816 <>
Number of User Sessions 8488 <>
User Sessions from United States 0% 
International User Sessions 0% 
User Sessions of Unknown Origin 100% 
Average Number of Hits per Day 11019 <>
Average Number of Page Views Per Day 3688 <>
Average Number of User Sessions per Day 1212 
Average User Session Length 00:08:36 

Most everything (A-D)appears to be close enough that I don't even consider
it worthy of question. Item E, however, bugs me. Can anybody guess why
Distinct Hosts [Analog] and User Sessions [WT] should be so different? I
think this is supposed to be the same data and my assumption is that it is
the number of distinct IP addresses listed in the log (I suppose I could
count those (ck!!)).

Any thoughts?

thx
MattB 

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



RE: [analog-help] FILEINCLUDE/EXCLUDE

2002-04-03 Thread Maff Rigby

Yes - it was answered in the args.html file - it was because of the
querystring on the end of the filename and when I put a * on the end it's
fine :)

thanks for your help

Maff

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Stephen Turner
Sent: 03 April 2002 16:54
To: [EMAIL PROTECTED]
Subject: Re: [analog-help] FILEINCLUDE/EXCLUDE


On Wed, 3 Apr 2002, Jeremy Wadsack wrote:

>
> Maff Rigby ([EMAIL PROTECTED]):
>
> > Hi All,
>
> > I am having problems excluding .asp files from my request reports. If I
do
> >  "FILEEXCLUDE /common/dir/file.asp" and run analog, then the file is
still
> > in the request report! I can exclude the whole directory using
"FILEEXCLUDE
> > /common/dir/*" but I want to specify the file as there are other files
in
> > this directory I want.
>
> > Any suggestions?
>
> You must have some other INCLUDE statement that is including it. Run
> analog -settings to see what include statements Analog is processing.
>

I suspect it's answered by docs/args.html actually.

--
Stephen Turner, Cambridge, UK
http://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC,
2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] FILEINCLUDE/EXCLUDE

2002-04-03 Thread Stephen Turner

On Wed, 3 Apr 2002, Jeremy Wadsack wrote:

> 
> Maff Rigby ([EMAIL PROTECTED]):
> 
> > Hi All,
> 
> > I am having problems excluding .asp files from my request reports. If I do
> >  "FILEEXCLUDE /common/dir/file.asp" and run analog, then the file is still
> > in the request report! I can exclude the whole directory using "FILEEXCLUDE
> > /common/dir/*" but I want to specify the file as there are other files in
> > this directory I want.
> 
> > Any suggestions?
> 
> You must have some other INCLUDE statement that is including it. Run
> analog -settings to see what include statements Analog is processing.
> 

I suspect it's answered by docs/args.html actually.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Operating System Report

2002-04-03 Thread Jeremy Wadsack


Matthew Mencel ([EMAIL PROTECTED]):

> Greetings Everyone...

> I'm using Analog to create reports for an Icecast MP3 stream that I
> broadcast.  For the most part it works great.  The only issue I have
> is that I have something close to 60% of the Operating Systems
> showing up as "OS Unknown".  I might think this is normal except for
> the fact that Windows and it's sub categories (95/98/xp/etc...) are
> just about the only entries.  There are a few Mac entries and even
> some WebTV entries.  There are NO Unix/Linux/BSD entries however.
> So I'm wondering if I've got something configured incorrectly and it
> can't determine some of the OSes (Unix mainly).

> I'm thinking there SHOULD be entries for the Unix variants because
> under the Browser Summary I have listeners using "XAudio" and "xmms"
> which as far as I know are Unix utilities for listening to MP3
> streams.

Analog determines the Operating System from the browser's user agent
string. Analog is pre-configured to know what to look for and only
recognizes a distinct set of OSes in a few major browsers. Analog is
unaware of the XAudio and xmms "browsers" because they are not web
browsers.

Unfortunately, there's not much you can do about this, except perhaps
use an alias to change those browsers into something that Analog will
recognize the OS of, which may affect your browser stats.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Possible %t bug

2002-04-03 Thread Stephen Turner

On Wed, 3 Apr 2002 [EMAIL PROTECTED] wrote:
>
> I have found a line in a http log file as such:
> 
> 155.125.126.156:7101 155.125.14.236  2002-03-18  17:04:55POST
> /Edit/HomeCSS.jsp   -   400 1.01648909E9  994
> 
> 
> Notice the 9th field is the time-taken field.   Most of the time I have no
> problem with this field but in this case notice the
> #.E9 format.Using the first LOGFORMAT line with just %t produces this
> data line as an error.  Yet if I include the
> second LOGFORMAT line with it as %tE%j  (throw away the E and the value with it)
> it works.   Is this a bug?   Shouldn't
> a numeric field recognize exponential data?
> 

If your web server is taking 32 years to serve a page, then you've got more
to worry about than analog not processing the line...

Seriously, it seems to me that analog is correct to regard this line as
corrupt because the figure is obviously wrong.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Possible %t bug

2002-04-03 Thread Aengus

<[EMAIL PROTECTED]> wrote:

> I have a config file that is as follows:
>
> # Extended Log File Format:
> #
> S-IP\tC-IP\tDATE\tTIME\tCS-METHOD\tCS-URI-STEM\tCS-QUERY\tSC-STATUS\t
> TIME-TAKEN\tBYTES
>
> I have found a line in a http log file as such:
>
> 155.125.126.156:7101 155.125.14.236  2002-03-18  17:04:55POST
> /Edit/HomeCSS.jsp   -   400 1.01648909E9  994
>
>
> Notice the 9th field is the time-taken field.   Most of the time I
> have no problem with this field but in this case notice the #.E9
> format.Using the first LOGFORMAT line with just %t produces this
> data line as an error.  Yet if I include the second LOGFORMAT line
> with it as %tE%j  (throw away the E and the value with it) it works.
> Is this a bug?   Shouldn't a numeric field recognize exponential data?

There is no formal definition of the Extended Log format. There is a W3C
Working draft dating from 1996 that provides the essentials, and it
specifies that time-taken is of type fixed.

time-taken
Time taken for transaction to complete in seconds, field has type 

http://www.w3.org/TR/WD-logfile.html

Other servers, such as Microsoft IIS, record time-taken in milliseconds as
an integer, rather than seconds, which is why Analog supports %t and %T.

Even if the first is recorded in milliseconds, 1.01648909E9 seems like an
exceptionally long time.

Aengus

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] FILEINCLUDE/EXCLUDE

2002-04-03 Thread Jeremy Wadsack


Maff Rigby ([EMAIL PROTECTED]):

> Hi All,

> I am having problems excluding .asp files from my request reports. If I do
>  "FILEEXCLUDE /common/dir/file.asp" and run analog, then the file is still
> in the request report! I can exclude the whole directory using "FILEEXCLUDE
> /common/dir/*" but I want to specify the file as there are other files in
> this directory I want.

> Any suggestions?

You must have some other INCLUDE statement that is including it. Run
analog -settings to see what include statements Analog is processing.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] Request Report

2002-04-03 Thread Jeremy Wadsack


SUSANA PUMAR PAVON ([EMAIL PROTECTED]):

> I have got a problem with my Request Report. The only file name that
> appears is / and it has the 100% of the bytes. It must be wrong.
 
> What can I do?
 
Do you have an INCLUDE or EXCLUDE statement that is removing
everything else? Check 'analog -settings' to see what it says for
inclusions.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Possible %t bug

2002-04-03 Thread jenkins . mw

I have a config file that is as follows:

# Extended Log File Format:
#
S-IP\tC-IP\tDATE\tTIME\tCS-METHOD\tCS-URI-STEM\tCS-QUERY\tSC-STATUS\tTIME-TAKEN\tBYTES


LOGFORMAT (%j\t%S\t%Y-%m-%d\t%h:%n:%j\t%j\t%r\t%q\t%c\t%t\t%b)
LOGFORMAT (%j\t%S\t%Y-%m-%d\t%h:%n:%j\t%j\t%r\t%q\t%c\t%tE%j\t%b)

I have found a line in a http log file as such:

155.125.126.156:7101 155.125.14.236  2002-03-18  17:04:55POST
/Edit/HomeCSS.jsp   -   400 1.01648909E9  994


Notice the 9th field is the time-taken field.   Most of the time I have no
problem with this field but in this case notice the
#.E9 format.Using the first LOGFORMAT line with just %t produces this
data line as an error.  Yet if I include the
second LOGFORMAT line with it as %tE%j  (throw away the E and the value with it)
it works.   Is this a bug?   Shouldn't
a numeric field recognize exponential data?

Michael



+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] FILEINCLUDE/EXCLUDE

2002-04-03 Thread Maff Rigby

Hi All,

I am having problems excluding .asp files from my request reports. If I do
 "FILEEXCLUDE /common/dir/file.asp" and run analog, then the file is still
in the request report! I can exclude the whole directory using "FILEEXCLUDE
/common/dir/*" but I want to specify the file as there are other files in
this directory I want.

Any suggestions?

Thanks,

Maff

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] establishing 7-day period

2002-04-03 Thread Stephen Turner

On Tue, 2 Apr 2002, Duke Hillard wrote:
>
> Why is there a difference of almost 7 hours from the time of my
> last log entry and the end of the 7-day period?  How does Analog
> establish the 7-day period?
> 

See docs/defns.html or docs/reports.html

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] How to add stats for a new web page

2002-04-03 Thread Stephen Turner

On Wed, 3 Apr 2002, Bridget Poulter wrote:

> Hello,
> 
> Probably a simple question but how do I get the stats for the new page I've 
> added to our web-site? Where do I need to put the new html file reference, 
> or is the new page automatically included?
> 

It's automatically included.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
"This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] Request Report

2002-04-03 Thread SUSANA PUMAR PAVON

I have got a problem with my Request Report. The only file name that
appears is / and it has the 100% of the bytes. It must be wrong.
 
What can I do?
 
Thanks.
+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



Re: [analog-help] How to add stats for a new web page

2002-04-03 Thread Aengus

"Bridget Poulter" <[EMAIL PROTECTED]> wrote:

> Probably a simple question but how do I get the stats for the new
> page I've added to our web-site? Where do I need to put the new
> html file reference, or is the new page automatically included?

Analog analyzes log files. If there are requests for your new page recorded
in the log file, Analog will include them in it's report.

If you want to make a report just for the requests for that web page, and
ignore everything else, then use the FILEINCLUDE drective in your analog.cfg
file:

eg

FILEINCLUDE /your/newpage.htm

will cause analog to ignore everything except the specified file.

Aengus

+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+



[analog-help] How to add stats for a new web page

2002-04-03 Thread Bridget Poulter

Hello,

Probably a simple question but how do I get the stats for the new page I've 
added to our web-site? Where do I need to put the new html file reference, 
or is the new page automatically included?

Many thanks for any suggestions!


Bridget Poulter
[EMAIL PROTECTED]


Is your branding suspect? Before you repeat the mistakes of others, click 
here to find out what the pitfalls are behind the new names and what you 
should do to avoid them: http://www.lead-edge.co.uk/cindustr/guestspk.html
Do great minds think alike? We are conducting a single question mini-poll 
to find out the hottest topics for construction marketers. The results will 
be made available to those who take part and will enable us to give you the 
most relevant information. To have your say go to: 
http://www.lead-edge.co.uk/feedback/survey.html
Leading Edge Management Consultancy Limited is the largest UK consultancy 
specialising in marketing and the construction industry. 
 http://www.lead-edge.co.uk.
Tel:  +44 (0) 1462 440345   Fax: +44 (0) 1462 420345


+
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|http://www.mail-archive.com/analog-help@lists.isite.net/
|http://lists.isite.net/listgate/analog-help/archives/
|http://www.tallylist.com/archives/index.cfm/mlist.7
+