[analog-help] Can you change the Listing the top #

2004-06-10 Thread analog-help
On the report file, underneath some graphs it says (for example), 'Listing 
the top 40 browsers'.

Is it possible to change this number so that it would list the top 60 
browsers, for example?

(I have been through the documentation and FAQ's etc. but have not found an 
answer.

Many Thanks,
Tom.
_
It's fast, it's easy and it's free. Get MSN Messenger today! 
http://www.msn.co.uk/messenger

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can you change the Listing the top #

2004-06-10 Thread analog-help
Tom W [EMAIL PROTECTED] wrote:
 On the report file, underneath some graphs it says (for example),
 'Listing the top 40 browsers'.
 
 Is it possible to change this number so that it would list the top 60
 browsers, for example?
 
 (I have been through the documentation and FAQ's etc. but have not
 found an answer.

You use the FLOOR directives:

BROWREPFLOOR -60r
will list the top 60 Browsers (by number of requests).

BROWREPFLOOR 60r
will list all browsers with at least 60 requests.

http://analog.cx/docs/othreps.html#FLOOR
http://analog.cx/docs/hierreps.html#SUBFLOOR

Aengus
+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can Analog Report Distinct Users Based on a Cookie?

2004-06-04 Thread analog-help
Jeff Ross [EMAIL PROTECTED] wrote:
 I would like to get Analog to report the number of distinct users to
 my website based on a Cookie that is given to the user. Is this
 possible? Or has anyone customized Analog to do this?

If there is no user field in your logfile, Analog will automatically use
the cookie field for the user Report. But it will use the whole cookie
field, which may include more than just the cookie that you want. You
may be able to work around this either by using a customer LOGFORMAt to
pick out just the session cookie, or by using a USERALIAS command.

(If your logfile already has a blank User field, then a custom Logformat
is your best bet).

http://analog.cx/docs/logfmt.html#fmtstrings

Aengus

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


[analog-help] Can Analog Report Distinct Users Based on a Cookie?

2004-06-03 Thread analog-help








I would like to get Analog to report the number of distinct users
to my website based on a Cookie that is given to the user. Is this possible? Or
has anyone customized Analog to do this?



Jeff Ross










RE: [analog-help] Can analog report records with no/null browser?

2004-03-18 Thread analog-help

:Analog converts - to an empty reference before applying
:include/excludes. You could try one these to see if they work:
:
: BROWINCLUDE 
:
: BROWINCLUDE REGEXP:^$
[DF] this one appears to work. Thanks for that - very helpful.
Danny Freedman
BBCi




BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system. 
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received. 
Further communication will signify your consent to this.
+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can analog report records with no/null browser?

2004-03-16 Thread analog-help

Danny Freedman [EMAIL PROTECTED] (Tuesday, March 16, 2004 10:26 AM):

 I want to report requests for all records where the browser/ua string is
 undefined.

 For our (apache) logs this means it will appear as a dash character in
 quotes, vis: - 


 Is there any way that analog can do this? I have tried defining it as an
 include in the browser report, but it appears to be ignored and I get an
 empty report.

 

Analog converts - to an empty reference before applying
include/excludes. You could try one these to see if they work:

 BROWINCLUDE 

 BROWINCLUDE REGEXP:^$

 BROWEXCLUDE *

 BROWEXCLUDE REGEXP:.
 

 
-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


RE: [analog-help] Can analog be used to filter log files

2004-02-27 Thread analog-help
Thanks all for your comments. I think my question is now answered and I
accept that analog could ot be updated to do the writing out log records
thing.

If anyone knows of a good log filtering application that is really fast
and has the simplicity and flexibility for defining the kind of
includes/excludes, thresholds, log file format rules etc. that are found
in analog (without having to get into writing perl scripts or similar)
then I would be very interested.

Regards,
Danny Freedman
BBCi Stats Manager


:-Original Message-
:From: [EMAIL PROTECTED] [mailto:owner-analog-
:[EMAIL PROTECTED] On Behalf Of Jeremy Wadsack
:Sent: 26 February 2004 19:52
:To: [EMAIL PROTECTED]
:Subject: Re: [analog-help] Can analog be used to filter log files
:
:
:
::Analog processes log file lines in a stream, sequentially. As each
::line is encountered it's checked against the data filters to
determine
::if it will be included and then the data is added to the hashes that
::hold the results for the reports. (This is simplified of course.) So
::there is no place where Analog really could write out a log file of
::the lines that are just in the Request Report. In fact the cache
files
::are fairly close to a serialized version of a memory dump just
before
::reports are written.
:
:[DF] this gets to the heart of my question. Could the log line not
:therefore be written out at the point at which it is determined it
will
:be included?
:
: This seems a little distant from Analog's stated purpose.
[DF] I don't think that is a reason in itself not to repurpose some very
fine code.
:
:Agreed. Also, the original questions was for Analog to write out all
:the lines that corresponded to entries in the Request Report. Perhaps
:that's just different interpretations of the same thing, but the lines
:that are filtered with the date-level *INCLUDE/EXCLUDE commands also
:include lines that end up in the Redirected Requests Report, Failed
:Requests Report, etc. And, of course, the Request Report is also
:filtered by REQINCLUDE/REQEXCLUDE which is applied to the lines in the
:reports AFTER all log file lines have been processed (i.e. to the data
:that's similar to the cache files).
[DF] The request report was an example - but probably the most useful.
My idea could only work if the selections are made as each log line is
read in. If, as you say, this happens only after all the data is
collated then it wouldn't work. 
:
:However, I also recognize the advantage of only having to manage
:configurations in a single place (your Analog configuration files) and
:the value of not having to run multiple passes through the log files.
:One solution (probably not optimal) is to use grep/perl to
:pre-process all the log files Analog reads, rather than filter them
:with any of HOSTINCLUDE/HOSTEXCLUDE, FILEINCLUDE/FILEEXCLUDE,
:BROWINCLUDE/BROWEXCLUDE, REFINCLUDE/REFEXCLUDE,
:USERINCLUDE/USEREXCLUDE, VHOSTINCLUDE/VHOSTEXCLUDE, or
:STATUSINCLUDE/STATUSEXCLUDE in your Analog configurations.
[DF] We already pre-process our log files with a C program to get rid of
large amounts of data (e.g. graphics, known robots) but we still have to
do some serious filtering on what is left, and analog is far more
flexible when it comes to defining include/exclude parameters.
:
:As a trick/hack, you can actually use the UNCOMPRESS command to
:trigger any pre-processor on any file types. So if you did have a
:script called filter-logfiles you could do something like
:UNCOMPRESS filter-logifles *. Of course, this means you can't have
:any other UNCOMPRESS commands, but with the latest 5.91beta1 you
:probably won't need any anymore.
[DF] Yes, we have experimented with this approach. But it still doesn't
give access to the analog include/exclude rules.
:
:
:
:--
:
:Jeremy Wadsack
:Wadsack-Allen Digital Group
:
:+--
--
:|  TO UNSUBSCRIBE from this list:
:|http://lists.isite.net/listgate/analog-help/unsubscribe.html
:|
:|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
:|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
:|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
:+--
--

BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system. 
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received. 
Further communication will signify your consent to this.
+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog

RE: [analog-help] Can analog be used to filter log files

2004-02-27 Thread analog-help
On 2/27/04 5:20 AM Danny Freedman ([EMAIL PROTECTED]) wrote:

If anyone knows of a good log filtering application that is really fast
and has the simplicity and flexibility for defining the kind of
includes/excludes, thresholds, log file format rules etc. that are found
in analog (without having to get into writing perl scripts or similar)
then I would be very interested.

LogTran, http://summary.net/soft/logtran.html, does almost all of this, 
though it is only available for Macintosh.

Jason

-
[EMAIL PROTECTED]
-
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
  -- Peter van der Linden, Expert C Programming, Deep C Secrets


+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


RE: [analog-help] Can analog be used to filter log files

2004-02-26 Thread analog-help
Just me then?

There are lots of uses I could put this to, but maybe that is just
because we have such large amounts of data to deal with that the ability
to chop our logs up into manageable chunks very quickly would be
invaluable.

Some examples:
1) My biggest data job is auditing the site. I use analog to give me a
top-line daily page impression count for a month's data.
This requires lots of exclusion rules which can get quite complex. 
To verify the claim I send the auditors sample log data for a number of
random days which they then use to try and match the figures. This very
painful and drawn out task would be a whole lot easier if I could just
send them the log data for the records that have been counted.  

2) Sometimes when trying to design a particular analog report it is not
always clear if parameters have done what I expect them to do. Having
the accepted log lines available would make it easy to check this. 

3) We already do lots of pre-filtering of logs but the scripts we use
are less configurable and probably slower than analog.

4) Cache files are not a substitute for log file format. Cache files may
not include all the info you want for a second run on the data. You
can't eyeball them to see what they contain.

5) We have lots of sub-sites and don't have time/resources to do all the
analysis that individual producers want. With this we could produce a
separate data set that we could give them to do their own work on.

Regards,
Danny Freedman



:-Original Message-
:From: [EMAIL PROTECTED] [mailto:owner-analog-
:[EMAIL PROTECTED] On Behalf Of S Collis
:Sent: 26 February 2004 05:04
:To: [EMAIL PROTECTED]
:Subject: Re: [analog-help] Can analog be used to filter log files
:
:Presumably to keep a cache file?  But isn't that what analog cache
files
:are for?
:
:I'm confused now...
:
:*** REPLY SEPARATOR  ***
:
:On 25/02/2004 at 14:32 Duke Hillard wrote:
:
:What would be the purpose of such a file?
:
:-- Duke
:
:
:Danny Freedman wrote:
:
: Analog is great but it would be fantastic if as well as producing a
: report it could write out each log record that it accepts into a new
: log file.
:
: Such logfile output could be linked to a particular report. For
example:
:
: REQLOGOUT validrequests.log
:
: would cause all the log lines that had been counted in the REQUEST
: Report to be written out to the validrequests.log file.
:
: Would this kind of function be difficult to add seeing as I assume
: each line is being read and processed anyway?
:
: Regards,
:
: Danny Freedman
:
:
: BBCi at http://www.bbc.co.uk/
:
: This e-mail (and any attachments) is confidential and may contain
: personal views which are not the views of the BBC unless
specifically
: stated.
: If you have received it in error, please delete it from your system.
: Do not use, copy or disclose the information in any way nor act in
: reliance on it and notify the sender immediately. Please note that
the
: BBC monitors e-mails sent or received.
: Further communication will signify your consent to this.
:
:
:+-
---
:|  TO UNSUBSCRIBE from this list:
:|http://lists.isite.net/listgate/analog-help/unsubscribe.html
:|
:|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
:|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
:|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
:+-
---
:
:
:
:+--
--
:|  TO UNSUBSCRIBE from this list:
:|http://lists.isite.net/listgate/analog-help/unsubscribe.html
:|
:|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
:|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
:|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
:+--
--

BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system. 
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received. 
Further communication will signify your consent to this.
+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can analog be used to filter log files

2004-02-26 Thread analog-help

A couple comments pertaining to your cases below. If you are trying to
filter log files by known information, grep or even a Perl script can
actually be faster than Analog. Especially when splitting server logs
into separate logs for virtual hosts or sites.

Analog processes log file lines in a stream, sequentially. As each
line is encountered it's checked against the data filters to determine
if it will be included and then the data is added to the hashes that
hold the results for the reports. (This is simplified of course.) So
there is no place where Analog really could write out a log file of
the lines that are just in the Request Report. In fact the cache files
are fairly close to a serialized version of a memory dump just before
reports are written.

And on the auditing point, perhaps I don't fully understand it, but if
you are using a third party auditor to verify your results and you
send them data that exactly corresponds to the results, wouldn't that
defeat the purpose of the auditing?

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group


Danny Freedman [EMAIL PROTECTED] (Thursday, February 26, 2004 3:41 AM):

 Just me then?

 There are lots of uses I could put this to, but maybe that is just
 because we have such large amounts of data to deal with that the ability
 to chop our logs up into manageable chunks very quickly would be
 invaluable.

 Some examples:
 1) My biggest data job is auditing the site. I use analog to give me a
 top-line daily page impression count for a month's data.
 This requires lots of exclusion rules which can get quite complex. 
 To verify the claim I send the auditors sample log data for a number of
 random days which they then use to try and match the figures. This very
 painful and drawn out task would be a whole lot easier if I could just
 send them the log data for the records that have been counted.  

 2) Sometimes when trying to design a particular analog report it is not
 always clear if parameters have done what I expect them to do. Having
 the accepted log lines available would make it easy to check this. 

 3) We already do lots of pre-filtering of logs but the scripts we use
 are less configurable and probably slower than analog.

 4) Cache files are not a substitute for log file format. Cache files may
 not include all the info you want for a second run on the data. You
 can't eyeball them to see what they contain.

 5) We have lots of sub-sites and don't have time/resources to do all the
 analysis that individual producers want. With this we could produce a
 separate data set that we could give them to do their own work on.

 Regards,
 Danny Freedman



 :-Original Message-
 :From: [EMAIL PROTECTED] [mailto:owner-analog-
 :[EMAIL PROTECTED] On Behalf Of S Collis
 :Sent: 26 February 2004 05:04
 :To: [EMAIL PROTECTED]
 :Subject: Re: [analog-help] Can analog be used to filter log files
 :
 :Presumably to keep a cache file?  But isn't that what analog cache
 files
 :are for?
 :
 :I'm confused now...
 :
 :*** REPLY SEPARATOR  ***
 :
 :On 25/02/2004 at 14:32 Duke Hillard wrote:
 :
:What would be the purpose of such a file?
:
:-- Duke
:
:
:Danny Freedman wrote:
:
: Analog is great but it would be fantastic if as well as producing a
: report it could write out each log record that it accepts into a new
: log file.
:
: Such logfile output could be linked to a particular report. For
 example:
:
: REQLOGOUT validrequests.log
:
: would cause all the log lines that had been counted in the REQUEST
: Report to be written out to the validrequests.log file.
:
: Would this kind of function be difficult to add seeing as I assume
: each line is being read and processed anyway?
:
: Regards,
:
: Danny Freedman
:
:
: BBCi at http://www.bbc.co.uk/
:
: This e-mail (and any attachments) is confidential and may contain
: personal views which are not the views of the BBC unless
 specifically
: stated.
: If you have received it in error, please delete it from your system.
: Do not use, copy or disclose the information in any way nor act in
: reliance on it and notify the sender immediately. Please note that
 the
: BBC monitors e-mails sent or received.
: Further communication will signify your consent to this.
:
:
:+-
 ---
:|  TO UNSUBSCRIBE from this list:
:|http://lists.isite.net/listgate/analog-help/unsubscribe.html
:|
:|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
:|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
:|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
:+-
 ---
 :
 :
 :
 :+--
 --
 :|  TO UNSUBSCRIBE from this list:
 :|http://lists.isite.net/listgate/analog-help/unsubscribe.html
 :|
 :|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
 :|  Usenet version

Re: [analog-help] Can analog be used to filter log files

2004-02-26 Thread analog-help


:Analog processes log file lines in a stream, sequentially. As each
:line is encountered it's checked against the data filters to determine
:if it will be included and then the data is added to the hashes that
:hold the results for the reports. (This is simplified of course.) So
:there is no place where Analog really could write out a log file of
:the lines that are just in the Request Report. In fact the cache files
:are fairly close to a serialized version of a memory dump just before
:reports are written.

[DF] this gets to the heart of my question. Could the log line not
therefore be written out at the point at which it is determined it will
be included?

 This seems a little distant from Analog's stated purpose.

Agreed. Also, the original questions was for Analog to write out all
the lines that corresponded to entries in the Request Report. Perhaps
that's just different interpretations of the same thing, but the lines
that are filtered with the date-level *INCLUDE/EXCLUDE commands also
include lines that end up in the Redirected Requests Report, Failed
Requests Report, etc. And, of course, the Request Report is also
filtered by REQINCLUDE/REQEXCLUDE which is applied to the lines in the
reports AFTER all log file lines have been processed (i.e. to the data
that's similar to the cache files).

However, I also recognize the advantage of only having to manage
configurations in a single place (your Analog configuration files) and
the value of not having to run multiple passes through the log files.
One solution (probably not optimal) is to use grep/perl to
pre-process all the log files Analog reads, rather than filter them
with any of HOSTINCLUDE/HOSTEXCLUDE, FILEINCLUDE/FILEEXCLUDE,
BROWINCLUDE/BROWEXCLUDE, REFINCLUDE/REFEXCLUDE,
USERINCLUDE/USEREXCLUDE, VHOSTINCLUDE/VHOSTEXCLUDE, or
STATUSINCLUDE/STATUSEXCLUDE in your Analog configurations.

As a trick/hack, you can actually use the UNCOMPRESS command to
trigger any pre-processor on any file types. So if you did have a
script called filter-logfiles you could do something like
UNCOMPRESS filter-logifles *. Of course, this means you can't have
any other UNCOMPRESS commands, but with the latest 5.91beta1 you
probably won't need any anymore.



-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


RE: [analog-help] Can analog be used to filter log files

2004-02-26 Thread analog-help


:-Original Message-
:From: [EMAIL PROTECTED] [mailto:owner-analog-
:[EMAIL PROTECTED] On Behalf Of Jeremy Wadsack
:Sent: 26 February 2004 16:45
:To: [EMAIL PROTECTED]
:Subject: Re: [analog-help] Can analog be used to filter log files
:
:
:A couple comments pertaining to your cases below. If you are trying to
:filter log files by known information, grep or even a Perl script can
:actually be faster than Analog. Especially when splitting server logs
:into separate logs for virtual hosts or sites.
[DF] analog gets through over 30 Million data lines in less than 90
minutes on a Sun box - and that includes an extensive list of excludes
and a number of other processes. (If you discount the time it takes to
produce the report from the cache files this comes down to about 75
minutes).
:
:Analog processes log file lines in a stream, sequentially. As each
:line is encountered it's checked against the data filters to determine
:if it will be included and then the data is added to the hashes that
:hold the results for the reports. (This is simplified of course.) So
:there is no place where Analog really could write out a log file of
:the lines that are just in the Request Report. In fact the cache files
:are fairly close to a serialized version of a memory dump just before
:reports are written.
[DF] this gets to the heart of my question. Could the log line not
therefore be written out at the point at which it is determined it will
be included?

:
:And on the auditing point, perhaps I don't fully understand it, but if
:you are using a third party auditor to verify your results and you
:send them data that exactly corresponds to the results, wouldn't that
:defeat the purpose of the auditing?
[DF] No, the idea is that they check the lines we think are valid. No
point in sending them stuff that we have already determined will be
rejected. 

Regards,
DF

:
:--
:
:Jeremy Wadsack
:Wadsack-Allen Digital Group
:
:
:Danny Freedman [EMAIL PROTECTED] (Thursday, February 26, 2004
3:41
:AM):
:
: Just me then?
:
: There are lots of uses I could put this to, but maybe that is just
: because we have such large amounts of data to deal with that the
ability
: to chop our logs up into manageable chunks very quickly would be
: invaluable.
:
: Some examples:
: 1) My biggest data job is auditing the site. I use analog to give me
a
: top-line daily page impression count for a month's data.
: This requires lots of exclusion rules which can get quite complex.
: To verify the claim I send the auditors sample log data for a number
of
: random days which they then use to try and match the figures. This
very
: painful and drawn out task would be a whole lot easier if I could
just
: send them the log data for the records that have been counted.
:
: 2) Sometimes when trying to design a particular analog report it is
not
: always clear if parameters have done what I expect them to do. Having
: the accepted log lines available would make it easy to check this.
:
: 3) We already do lots of pre-filtering of logs but the scripts we use
: are less configurable and probably slower than analog.
:
: 4) Cache files are not a substitute for log file format. Cache files
may
: not include all the info you want for a second run on the data. You
: can't eyeball them to see what they contain.
:
: 5) We have lots of sub-sites and don't have time/resources to do all
the
: analysis that individual producers want. With this we could produce a
: separate data set that we could give them to do their own work on.
:
: Regards,
: Danny Freedman
:
:
:
: :-Original Message-
: :From: [EMAIL PROTECTED] [mailto:owner-analog-
: :[EMAIL PROTECTED] On Behalf Of S Collis
: :Sent: 26 February 2004 05:04
: :To: [EMAIL PROTECTED]
: :Subject: Re: [analog-help] Can analog be used to filter log files
: :
: :Presumably to keep a cache file?  But isn't that what analog cache
: files
: :are for?
: :
: :I'm confused now...
: :
: :*** REPLY SEPARATOR  ***
: :
: :On 25/02/2004 at 14:32 Duke Hillard wrote:
: :
::What would be the purpose of such a file?
::
::-- Duke
::
::
::Danny Freedman wrote:
::
:: Analog is great but it would be fantastic if as well as producing
a
:: report it could write out each log record that it accepts into a
new
:: log file.
::
:: Such logfile output could be linked to a particular report. For
: example:
::
:: REQLOGOUT validrequests.log
::
:: would cause all the log lines that had been counted in the REQUEST
:: Report to be written out to the validrequests.log file.
::
:: Would this kind of function be difficult to add seeing as I assume
:: each line is being read and processed anyway?
::
:: Regards,
::
:: Danny Freedman
::
::
:: BBCi at http://www.bbc.co.uk/
::
:: This e-mail (and any attachments) is confidential and may contain
:: personal views which are not the views of the BBC unless
: specifically
:: stated.
:: If you have received it in error, please delete it from your
system.
:: Do not use, copy or disclose the information

[analog-help] Can analog be used to filter log files

2004-02-25 Thread analog-help








Analog is great but it would be fantastic if as well as producing
a report it could write out each log record that it accepts into a new log
file.

Such logfile output could be linked to a particular report.
For example:

REQLOGOUT validrequests.log

would cause all the log lines that had been counted in the
REQUEST Report to be written out to the validrequests.log file.



Would this kind of function be difficult to add seeing as I assume
each line is being read and processed anyway?

Regards,



Danny Freedman 





BBCi at http://www.bbc.co.uk/This e-mail (and any attachments) is confidential and may containpersonal views which are not the views of the BBC unless specificallystated.If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act inreliance on it and notify the sender immediately. Please note that theBBC monitors e-mails sent or received. Further communication will signify your consent to this.




Re: [analog-help] Can analog be used to filter log files

2004-02-25 Thread analog-help
What would be the purpose of such a file?

-- Duke

Danny Freedman wrote:

Analog is great but it would be fantastic if as well as producing a 
report it could write out each log record that it accepts into a new 
log file.

Such logfile output could be linked to a particular report. For example:

REQLOGOUT validrequests.log

would cause all the log lines that had been counted in the REQUEST 
Report to be written out to the validrequests.log file.

Would this kind of function be difficult to add seeing as I assume 
each line is being read and processed anyway?

Regards,

Danny Freedman

BBCi at http://www.bbc.co.uk/

This e-mail (and any attachments) is confidential and may contain
personal views which are not the views of the BBC unless specifically
stated.
If you have received it in error, please delete it from your system.
Do not use, copy or disclose the information in any way nor act in
reliance on it and notify the sender immediately. Please note that the
BBC monitors e-mails sent or received.
Further communication will signify your consent to this.


+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can analog be used to filter log files

2004-02-25 Thread analog-help
Presumably to keep a cache file?  But isn't that what analog cache files are for?

I'm confused now...

*** REPLY SEPARATOR  ***

On 25/02/2004 at 14:32 Duke Hillard wrote:

What would be the purpose of such a file?

-- Duke


Danny Freedman wrote:

 Analog is great but it would be fantastic if as well as producing a 
 report it could write out each log record that it accepts into a new 
 log file.

 Such logfile output could be linked to a particular report. For example:

 REQLOGOUT validrequests.log

 would cause all the log lines that had been counted in the REQUEST 
 Report to be written out to the “validrequests.log” file.

 Would this kind of function be difficult to add seeing as I assume 
 each line is being read and processed anyway?

 Regards,

 Danny Freedman


 BBCi at http://www.bbc.co.uk/

 This e-mail (and any attachments) is confidential and may contain
 personal views which are not the views of the BBC unless specifically
 stated.
 If you have received it in error, please delete it from your system.
 Do not use, copy or disclose the information in any way nor act in
 reliance on it and notify the sender immediately. Please note that the
 BBC monitors e-mails sent or received.
 Further communication will signify your consent to this.


+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+



+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can I indent similar links in the referer report?

2003-03-20 Thread analog-help
Thanks for the idea Jeremy. I got it to order and indent the links in the
referrer report with ...

REFALIAS */cat.php/* $1/cat.php?$2

Only problem is the links no longer work since the ? was added to the link. If
you or anyone has any other ideas on how to indent related links in the referer
report without having to add a question mark, please advise.

From: Jeremy Wadsack [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, March 19, 2003 6:56 AM
Subject: Re: [analog-help] Can I indent similar links in the referer report?



 John Kelly ([EMAIL PROTECTED]; Wednesday, March 19, 2003 1:59 AM):

  Hi, in my referrer report I get links with arguments indented under the main
  link like ...

  445: http://www.google.com/search
11:   http://www.google.com/search?q=term1
10:   http://www.google.com/search?q=term2
09:   http://www.google.com/search?q=term3

  How can I get the following links to output in the same indented manner?

  445: http://www.domain.com/cat.php/
11:   http://www.domain.com/cat.php/Category1
10:   http://www.domain.com/cat.php/Category2
09:   http://www.domain.com/cat.php/Category3

 Analog doesn't do this normally, but you might be able to fool it into
 doing this with Aliases. Try something like this (each command should
 be on one line):

   FILEALIAS http://www.domain.com/cat.php/*
   http://www.domain.com/cat.php?$1

   REQALIAS http://www.domain.com/cat.php?*
   http://www.domain.com/cat.php/$1

   REQALIAS http://www.domain.com/cat.php
   http://www.domain.com/cat.php/

 -- 

 Jeremy Wadsack
 Wadsack-Allen Digital Group

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can I indent similar links in the referer report?

2003-03-20 Thread analog-help

Hmmm... right. Well, that is the problem with this approach. The only
work-around I can think of is to use REFLINKEXLCUDE to tell Analog not
to link those items. Not an ideal solution, but this is the only way I
can think of to do what you want.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group


John Kelly ([EMAIL PROTECTED]; Thursday, March 20, 2003 1:24 AM):

 Thanks for the idea Jeremy. I got it to order and indent the links in the
 referrer report with ...

 REFALIAS */cat.php/* $1/cat.php?$2

 Only problem is the links no longer work since the ? was added to the link. If
 you or anyone has any other ideas on how to indent related links in the referer
 report without having to add a question mark, please advise.

 From: Jeremy Wadsack [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, March 19, 2003 6:56 AM
 Subject: Re: [analog-help] Can I indent similar links in the referer report?



 John Kelly ([EMAIL PROTECTED]; Wednesday, March 19, 2003 1:59 AM):

  Hi, in my referrer report I get links with arguments indented under the main
  link like ...

  445: http://www.google.com/search
11:   http://www.google.com/search?q=term1
10:   http://www.google.com/search?q=term2
09:   http://www.google.com/search?q=term3

  How can I get the following links to output in the same indented manner?

  445: http://www.domain.com/cat.php/
11:   http://www.domain.com/cat.php/Category1
10:   http://www.domain.com/cat.php/Category2
09:   http://www.domain.com/cat.php/Category3

 Analog doesn't do this normally, but you might be able to fool it into
 doing this with Aliases. Try something like this (each command should
 be on one line):

   FILEALIAS http://www.domain.com/cat.php/*
   http://www.domain.com/cat.php?$1

   REQALIAS http://www.domain.com/cat.php?*
   http://www.domain.com/cat.php/$1

   REQALIAS http://www.domain.com/cat.php
   http://www.domain.com/cat.php/

 -- 

 Jeremy Wadsack
 Wadsack-Allen Digital Group

 +
 |  TO UNSUBSCRIBE from this list:
 |http://lists.isite.net/listgate/analog-help/unsubscribe.html
 |
 |  Digest version: http://lists.isite.net/listgate/analog-help-digest/
 |  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
 |  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
 +

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


[analog-help] Can I indent similar links in the referer report?

2003-03-19 Thread analog-help
Hi, in my referrer report I get links with arguments indented under the main
link like ...

445: http://www.google.com/search
  11:   http://www.google.com/search?q=term1
  10:   http://www.google.com/search?q=term2
  09:   http://www.google.com/search?q=term3

How can I get the following links to output in the same indented manner?

445: http://www.domain.com/cat.php/
  11:   http://www.domain.com/cat.php/Category1
  10:   http://www.domain.com/cat.php/Category2
  09:   http://www.domain.com/cat.php/Category3

Thanks!
+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can I indent similar links in the referer report?

2003-03-19 Thread analog-help

John Kelly ([EMAIL PROTECTED]; Wednesday, March 19, 2003 1:59 AM):

 Hi, in my referrer report I get links with arguments indented under the main
 link like ...

 445: http://www.google.com/search
   11:   http://www.google.com/search?q=term1
   10:   http://www.google.com/search?q=term2
   09:   http://www.google.com/search?q=term3

 How can I get the following links to output in the same indented manner?

 445: http://www.domain.com/cat.php/
   11:   http://www.domain.com/cat.php/Category1
   10:   http://www.domain.com/cat.php/Category2
   09:   http://www.domain.com/cat.php/Category3

Analog doesn't do this normally, but you might be able to fool it into
doing this with Aliases. Try something like this (each command should
be on one line):

  FILEALIAS http://www.domain.com/cat.php/*
  http://www.domain.com/cat.php?$1

  REQALIAS http://www.domain.com/cat.php?*
  http://www.domain.com/cat.php/$1

  REQALIAS http://www.domain.com/cat.php
  http://www.domain.com/cat.php/

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can I indent similar links in the referer report?

2003-03-19 Thread analog-help
 How can I get the following links to output in the same indented manner?

 445: http://www.domain.com/cat.php/
   11:   http://www.domain.com/cat.php/Category1
   10:   http://www.domain.com/cat.php/Category2
   09:   http://www.domain.com/cat.php/Category3


Isn't that what SUBDIR does for you ? 



regards,
Per Jessen, Zurich
http://www.enidan.com - home of the J1 serial console.


+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can I indent similar links in the referer report?

2003-03-19 Thread analog-help
On Wed, 19 Mar 2003, Per Jessen wrote:

  How can I get the following links to output in the same indented manner?
 
  445: http://www.domain.com/cat.php/
11:   http://www.domain.com/cat.php/Category1
10:   http://www.domain.com/cat.php/Category2
09:   http://www.domain.com/cat.php/Category3
 
 
 Isn't that what SUBDIR does for you ? 
 

No, it doesn't include the filename at the end.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
 The question of whether a computer can think is no more interesting than
  the question of whether a submarine can swim.  (Edsger W. Dijkstra)

+
|  TO UNSUBSCRIBE from this list:
|http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  Digest version: http://lists.isite.net/listgate/analog-help-digest/
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Can Request Report show ips of all requesters?

2002-11-01 Thread analog-help
Rich DeFuria [EMAIL PROTECTED] wrote:

 I have customized analog to do everything I need save for one thing:

 Can I configure analog to report on the ip addresses requesting
 the files in the Request Report?

If a file has been requested 1,000 times do you want 1,000 IP addresses
listed against it?

http://www.analog.cx/docs/faq.html#faq128


You can always generate a full report for a single file by using
FILEINCLUDE filename. The Host Report in this case will just list the
Hosts that requested that file. But you can only report on a single file
at a 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
+



[analog-help] Can configuration parts be included from other files?

2002-10-25 Thread analog-help
Title: [analog-help] Can configuration parts be included from other files?





Inclusion of log entries is documented. (http://www.gekko.de/analog/docs/include.html)
But can settings be included in several configuration files? I would like for example that a lot of aliases (http://www.gekko.de/analog/docs/alias.html) are shared and not duplicated in the configurations.




Re: [analog-help] Can configuration parts be included from other file s?

2002-10-25 Thread analog-help
At 11:07 25-10-2002, you wrote:


Inclusion of log entries is documented. 
(http://www.gekko.de/analog/docs/include.htmlhttp://www.gekko.de/analog/docs/include.html) 

But can settings be included in several configuration files? I would like 
for example that a lot of aliases 
(http://www.gekko.de/analog/docs/alias.htmlhttp://www.gekko.de/analog/docs/alias.html) 
are shared and not duplicated in the configurations.

Of course analog does allow a lot.
You can include, all at the same time:

configfile myspecial.cfg
configfile  myrobots.cfg
configfile mysearchengines.cfg
configfile mytypealias.cfg

etc.

+
|  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] Can configuration parts be included from other file s?

2002-10-25 Thread analog-help
Title: [analog-help] Can configuration parts be included from other files?



Hi,

Yes, I 
do this with our configs. I have a general configuration file (analog.cfg) and a 
config file for each website. Without any include/exclude lines in either 
config, I run analog with the +gweb-site-cfgfilename.cfg switch. This 
uses the analog.cfg file initially and then the company cfg file. Any settings 
duplicated, the company one overides i.e. the analog.cfg is used as the base and 
can contain your general configuration settings, the company one then holds the 
specific settings for this company only.

Doesthis help?

Matt

  -Original Message-From: Elfring, Markus 
  [mailto:[EMAIL PROTECTED]]Sent: 25 October 2002 10:08To: 
  [EMAIL PROTECTED]Subject: [analog-help] Can configuration 
  parts be included from other file s?
  Inclusion of log entries is documented. 
  (http://www.gekko.de/analog/docs/include.html) But can settings be 
  included in several configuration files? I would like for example that a lot 
  of aliases (http://www.gekko.de/analog/docs/alias.html) are shared and not duplicated in the 
  configurations.


Re: [analog-help] Can configuration parts be included from other file s?

2002-10-25 Thread analog-help

Elfring, Markus ([EMAIL PROTECTED]; Friday, October 25, 2002 2:07 AM):

 Inclusion of log entries is documented.
 (http://www.gekko.de/analog/docs/include.html)
 But can settings be included in several configuration files? I would like
 for example that a lot of aliases
 (http://www.gekko.de/analog/docs/alias.html) are shared and not duplicated
 in the configurations.

Use the CONFIGFILE command to include a configuration file within
another one.

-- 

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] can analog read this

2002-07-18 Thread analog-help



Hi this is my second attempt at installing analog 
to read my log files.
My log files are sent from the server via e-mail. 
To remove the wrap that this creates i have tried to copy/paste the raw logs 
into awordpad file and then saved this as a text file so that each line 
appears as one line.
When i point to this file analog does not 
read.
I have tried pasting into the origional log file 
that comes with the download but it saves as .txt and not .log.
Could someone tell me is analog is able to read my 
files as they are, or do i need to create a log string for the 
following?

First 3 lines of raw log data:

12.227.144.147 
- - [11/Jul/2002:06:52:14 +] "GET / HTTP/1.1" 304 106 "-" "Mozilla/4.0 
(compatible; MSIE 4.01; Windows NT)" 203.198.2.7 - - [11/Jul/2002:08:00:11 
+] "GET /Templates/paains.css HTTP/1.0" 200 1664 "http://www.paains.org.uk/index.html" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; 
Win 9x 4.90; T312461)" 203.198.2.7 - - [11/Jul/2002:08:00:11 +] "GET 
/index.html HTTP/1.0" 200 23446 "http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7Fautism+awarenesskl=XX" "Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; 
Win 9x 4.90; T312461)" 
Many thanks Peter


Re: [analog-help] can analog read this

2002-07-18 Thread analog-help

On 18 Jul 2002 at 10:24, Peter wrote about [analog-help] can analog read this:

 Hi this is my second attempt at installing analog to read my log
 files. My log files are sent from the server via e-mail. To remove the
 wrap that this creates i have tried to copy/paste the raw logs into a
 wordpad file and then saved this as a text file so that each line
 appears as one line.

could it be that wordpad adds some weird stuff to the logfile? Try NoteTab (free with 
the light_but_still_very_powerful version) from
http://www.notetab.ch;

ciao

Massimo
+
|  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] can analog read this

2002-07-18 Thread analog-help

Peter,

I saved your message to a text file and your log data
was saved as 3 separate lines.  The format of your data
looks exactly like the format in my Apache server logs.
I would assume that Analog can read your data.

When saving your data to a text file, the file extension
(.log/.txt) is relatively unimportant.  The important part is
that your LOGFILE command point to that text file that
contains your data.  Have you tried running analog with
SETTINGS ON to see where Analog is expecting your
logfile to be located?

-- Duke


Peter wrote:

 Hi this is my second attempt at installing analog to read my log files.

 My log files are sent from the server via e-mail. To remove the wrap 
 that this creates i have tried to copy/paste the raw logs into 
 a wordpad file and then saved this as a text file so that each line 
 appears as one line.

 When i point to this file analog does not read.

 I have tried pasting into the origional log file that comes with the 
 download but it saves as .txt and not .log.

 Could someone tell me is analog is able to read my files as they are, 
 or do i need to create a log string for the following?

  

 First 3 lines of raw log data:

  

 12.227.144.147 - - [11/Jul/2002:06:52:14 +] GET / HTTP/1.1 304 
 106 - Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)
 203.198.2.7 - - [11/Jul/2002:08:00:11 +] GET 
 /Templates/paains.css HTTP/1.0 200 1664  
 http://www.paains.org.uk/index.html  Mozilla/4.0 (compatible; MSIE 
 5.5; Windows 98; Win 9x 4.90; T312461)
 203.198.2.7 - - [11/Jul/2002:08:00:11 +] GET /index.html 
 HTTP/1.0 200 23446  
 
http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7Fautism+awarenesskl=XX
 
 
http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7Fautism+awarenesskl=XX
 
  Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90; T312461)

 Many thanks Peter



+
|  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] can analog read this

2002-07-18 Thread analog-help

I am still not able to get analog to read my log files. I am really pulling
my hair out now.
I have uploaded a small sample set of log files along with the config file i
am using.
http://www.paains.org.uk/logs/
I am sure that i am missing something so simple but i will just hope that
one of the great and good from here will take a quick look and tell me.
Thanks in advance


- Original Message -
From: Duke Hillard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 18, 2002 5:01 PM
Subject: Re: [analog-help] can analog read this


 Peter,

 I saved your message to a text file and your log data
 was saved as 3 separate lines.  The format of your data
 looks exactly like the format in my Apache server logs.
 I would assume that Analog can read your data.

 When saving your data to a text file, the file extension
 (.log/.txt) is relatively unimportant.  The important part is
 that your LOGFILE command point to that text file that
 contains your data.  Have you tried running analog with
 SETTINGS ON to see where Analog is expecting your
 logfile to be located?

 -- Duke


 Peter wrote:

  Hi this is my second attempt at installing analog to read my log files.
 
  My log files are sent from the server via e-mail. To remove the wrap
  that this creates i have tried to copy/paste the raw logs into
  a wordpad file and then saved this as a text file so that each line
  appears as one line.
 
  When i point to this file analog does not read.
 
  I have tried pasting into the origional log file that comes with the
  download but it saves as .txt and not .log.
 
  Could someone tell me is analog is able to read my files as they are,
  or do i need to create a log string for the following?
 
 
 
  First 3 lines of raw log data:
 
 
 
  12.227.144.147 - - [11/Jul/2002:06:52:14 +] GET / HTTP/1.1 304
  106 - Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)
  203.198.2.7 - - [11/Jul/2002:08:00:11 +] GET
  /Templates/paains.css HTTP/1.0 200 1664 
  http://www.paains.org.uk/index.html  Mozilla/4.0 (compatible; MSIE
  5.5; Windows 98; Win 9x 4.90; T312461)
  203.198.2.7 - - [11/Jul/2002:08:00:11 +] GET /index.html
  HTTP/1.0 200 23446 
 
http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7Fa
utism+awarenesskl=XX
 
http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7F
autism+awarenesskl=XX
   Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90; T312461)
 
  Many thanks Peter
 


 +
 |  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] can analog read this

2002-07-18 Thread analog-help

Peter,

It looks like you're on a Windows machine and that
you have a space character in your logfile path.  Have
you tried putting quotation marks around the path?
LOGFILE C:\My Documents\analog files\analog 5.24\log1.txt

If that doesn't work, try the SETTINGS command
(http://www.analog.cx/docs/syntax.html#settings) to see
where Analog is looking for your logfile.

-- Duke


Peter wrote:

I am still not able to get analog to read my log files. I am really pulling
my hair out now.
I have uploaded a small sample set of log files along with the config file i
am using.
http://www.paains.org.uk/logs/
I am sure that i am missing something so simple but i will just hope that
one of the great and good from here will take a quick look and tell me.
Thanks in advance


- Original Message -
From: Duke Hillard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 18, 2002 5:01 PM
Subject: Re: [analog-help] can analog read this


Peter,

I saved your message to a text file and your log data
was saved as 3 separate lines.  The format of your data
looks exactly like the format in my Apache server logs.
I would assume that Analog can read your data.

When saving your data to a text file, the file extension
(.log/.txt) is relatively unimportant.  The important part is
that your LOGFILE command point to that text file that
contains your data.  Have you tried running analog with
SETTINGS ON to see where Analog is expecting your
logfile to be located?

-- Duke


Peter wrote:

Hi this is my second attempt at installing analog to read my log files.

My log files are sent from the server via e-mail. To remove the wrap
that this creates i have tried to copy/paste the raw logs into
a wordpad file and then saved this as a text file so that each line
appears as one line.

When i point to this file analog does not read.

I have tried pasting into the origional log file that comes with the
download but it saves as .txt and not .log.

Could someone tell me is analog is able to read my files as they are,
or do i need to create a log string for the following?



First 3 lines of raw log data:



12.227.144.147 - - [11/Jul/2002:06:52:14 +] GET / HTTP/1.1 304
106 - Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)
203.198.2.7 - - [11/Jul/2002:08:00:11 +] GET
/Templates/paains.css HTTP/1.0 200 1664 
http://www.paains.org.uk/index.html  Mozilla/4.0 (compatible; MSIE
5.5; Windows 98; Win 9x 4.90; T312461)
203.198.2.7 - - [11/Jul/2002:08:00:11 +] GET /index.html
HTTP/1.0 200 23446 

http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7Fa
utism+awarenesskl=XX

http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7F
autism+awarenesskl=XX

 Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90; T312461)

Many thanks Peter


+
|  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
+




+
|  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] can analog read this

2002-07-18 Thread analog-help

Is your log format setup correctly?  Did you try turning Debug ON to get any output?  
I had the same problem... My IIS server was not putting the date in front of the time 
on each entry in my log file.  I setup the IIS sever to log the date also and it works 
like a champ.



-Original Message-
From: Duke Hillard [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 18, 2002 5:04 PM
To: [EMAIL PROTECTED]
Subject: Re: [analog-help] can analog read this


Peter,

It looks like you're on a Windows machine and that
you have a space character in your logfile path.  Have
you tried putting quotation marks around the path?
LOGFILE C:\My Documents\analog files\analog 5.24\log1.txt

If that doesn't work, try the SETTINGS command
(http://www.analog.cx/docs/syntax.html#settings) to see
where Analog is looking for your logfile.

-- Duke


Peter wrote:

I am still not able to get analog to read my log files. I am really pulling
my hair out now.
I have uploaded a small sample set of log files along with the config file i
am using.
http://www.paains.org.uk/logs/
I am sure that i am missing something so simple but i will just hope that
one of the great and good from here will take a quick look and tell me.
Thanks in advance


- Original Message -
From: Duke Hillard [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 18, 2002 5:01 PM
Subject: Re: [analog-help] can analog read this


Peter,

I saved your message to a text file and your log data
was saved as 3 separate lines.  The format of your data
looks exactly like the format in my Apache server logs.
I would assume that Analog can read your data.

When saving your data to a text file, the file extension
(.log/.txt) is relatively unimportant.  The important part is
that your LOGFILE command point to that text file that
contains your data.  Have you tried running analog with
SETTINGS ON to see where Analog is expecting your
logfile to be located?

-- Duke


Peter wrote:

Hi this is my second attempt at installing analog to read my log files.

My log files are sent from the server via e-mail. To remove the wrap
that this creates i have tried to copy/paste the raw logs into
a wordpad file and then saved this as a text file so that each line
appears as one line.

When i point to this file analog does not read.

I have tried pasting into the origional log file that comes with the
download but it saves as .txt and not .log.

Could someone tell me is analog is able to read my files as they are,
or do i need to create a log string for the following?



First 3 lines of raw log data:



12.227.144.147 - - [11/Jul/2002:06:52:14 +] GET / HTTP/1.1 304
106 - Mozilla/4.0 (compatible; MSIE 4.01; Windows NT)
203.198.2.7 - - [11/Jul/2002:08:00:11 +] GET
/Templates/paains.css HTTP/1.0 200 1664 
http://www.paains.org.uk/index.html  Mozilla/4.0 (compatible; MSIE
5.5; Windows 98; Win 9x 4.90; T312461)
203.198.2.7 - - [11/Jul/2002:08:00:11 +] GET /index.html
HTTP/1.0 200 23446 

http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7Fa
utism+awarenesskl=XX

http://www.altavista.com/web?q=autism+%22autism+awareness%22pptt=autism%7F
autism+awarenesskl=XX

 Mozilla/4.0 (compatible; MSIE 5.5; Windows 98; Win 9x 4.90; T312461)

Many thanks Peter


+
|  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
+




+
|  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

[analog-help] Can

2002-06-14 Thread analog-help

Hello,
Here, I am using analog for reports from  log files
created by ezproxy Server  
to monitor licensed databases controlled by external
servers.

Reports with a list of requests per site 
which will be part of the %r field in one line of the
log file.

For eg,
136.186.67.139 - - [28/Mar/2002:17:17:12 +1100] GET
http://babelfish.altavista.com:80/ HTTP/1.0 200 7005 

I need to focus only on the 
http://babelfish.astavista.com 
and would want the out put similar to the directory
report.

 Can I customize the directory report?? 

2. Also, Ineed to configure the output to spread sheet
compatible format.
I have read through the section in the readme.html. Do
I understand correctly that I need to put in the
following commands in the analog.cfg

OUT PLAIN
COMPSEP ,
OUTFILE testoutputfile.txt



__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
+
|  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] Can anyone please help me??

2002-06-14 Thread analog-help

Hello all,
I am resending this mail as I need some quick help
with the following. If anyone is seeing it second
time, please do bear with me.
Here, I am using analog for reports from  log files
created by ezproxy Server  
to monitor licensed databases controlled by external
servers.

Reports with a list of requests per site 
which will be part of the %r field in one line of the
log file.

For eg,
136.186.67.139 - - [28/Mar/2002:17:17:12 +1100] GET
http://babelfish.altavista.com:80/ HTTP/1.0 200 7005 

I need to focus only on the 
http://babelfish.astavista.com 
and would want the out put similar to the directory
report.

 Can I customize the directory report?? 

2. Also, Ineed to configure the output to spread sheet
compatible format.
I have read through the section in the readme.html. Do
I understand correctly that I need to put in the
following commands in the analog.cfg

OUT PLAIN
COMPSEP ,
OUTFILE testoutputfile.txt
It would be a great help , if any one could suggest 
a way around for the above issues.
Thanks
uma



__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
+
|  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] Can Analog handle Redirects as Requests?

2002-03-26 Thread Stephen Turner

On Fri, 22 Mar 2002, Michael Rabe wrote:

 Thanks for the feedback - could you elaborate on the double counting?
 What is that potential?  A lot of the redirects I see correspond to POSTS
 to a servlet (which appears like a directory in the Url field of the log)
 

A redirection is an instruction to the browser to use a different resource
instead of the one it originally asked for. In the most common case, that
resource is also on your server, and the browser will then request it. So
you don't want to count both the original redirected request and the
subsequent (presumably successful) request.

-- 
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] Can Analog handle Redirects as Requests?

2002-03-22 Thread Jeremy Wadsack


Michael Rabe ([EMAIL PROTECTED]):

 Is there any way to break down Analog's Redirects report into the Monthly,
 Daily,
 and Hourly summaries as it does for the Requests?

 I would like to filter on log entries using FILEINCLUDE and REFINCLUDE
 config
 entries, but it seems that analog does not include a redirect as a request.

 Ideally, if every entry was treated as a request, I would be fine.  But, to
 my
 knowledge, Analog is too smart and treats all the entries with HTTP 300
 status codes as redirects.

 My current workaround is to use sed to change all the 300 status codes
 into 200s, then run the appropriate Analog reports.

 Any thoughts on this?

http://www.analog.cx/docs/faq.html#faq181

If you are ok with the potential double counting on directories, then
your sed approach is probably the best.


-- 

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] Can Analog handle Redirects as Requests?

2002-03-22 Thread Michael Rabe

Thanks for the feedback - could you elaborate on the double counting?
What is that potential?  A lot of the redirects I see correspond to POSTS
to a servlet (which appears like a directory in the Url field of the log)


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Wadsack
Sent: Friday, March 22, 2002 2:22 PM
To: [EMAIL PROTECTED]
Subject: Re: [analog-help] Can Analog handle Redirects as Requests?



Michael Rabe ([EMAIL PROTECTED]):

 Is there any way to break down Analog's Redirects report into the Monthly,
 Daily,
 and Hourly summaries as it does for the Requests?

 I would like to filter on log entries using FILEINCLUDE and REFINCLUDE
 config
 entries, but it seems that analog does not include a redirect as a
request.

 Ideally, if every entry was treated as a request, I would be fine.  But,
to
 my
 knowledge, Analog is too smart and treats all the entries with HTTP 300
 status codes as redirects.

 My current workaround is to use sed to change all the 300 status codes
 into 200s, then run the appropriate Analog reports.

 Any thoughts on this?

http://www.analog.cx/docs/faq.html#faq181

If you are ok with the potential double counting on directories, then
your sed approach is probably the best.


--

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] Can Analog handle Redirects as Requests?

2002-03-22 Thread Jeremy Wadsack


Did you read the FAQ item that I linked to? That's the double counting
I'm talking about.

-- 

Jeremy Wadsack
Wadsack-Allen Digital Group


Michael Rabe ([EMAIL PROTECTED]):

 Thanks for the feedback - could you elaborate on the double counting?
 What is that potential?  A lot of the redirects I see correspond to POSTS
 to a servlet (which appears like a directory in the Url field of the log)


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Jeremy Wadsack
 Sent: Friday, March 22, 2002 2:22 PM
 To: [EMAIL PROTECTED]
 Subject: Re: [analog-help] Can Analog handle Redirects as Requests?



 Michael Rabe ([EMAIL PROTECTED]):

 Is there any way to break down Analog's Redirects report into the Monthly,
 Daily,
 and Hourly summaries as it does for the Requests?

 I would like to filter on log entries using FILEINCLUDE and REFINCLUDE
 config
 entries, but it seems that analog does not include a redirect as a
 request.

 Ideally, if every entry was treated as a request, I would be fine.  But,
 to
 my
 knowledge, Analog is too smart and treats all the entries with HTTP 300
 status codes as redirects.

 My current workaround is to use sed to change all the 300 status codes
 into 200s, then run the appropriate Analog reports.

 Any thoughts on this?

 http://www.analog.cx/docs/faq.html#faq181

 If you are ok with the potential double counting on directories, then
 your sed approach is probably the best.


 --

 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] Can some one help me?

2002-02-21 Thread Stephen Turner

On Wed, 20 Feb 2002, Brian Strong wrote:

 Hello all, this seems to be the place for help with analog program, I have
 it as part of my site hosting. I need to know about this Distinct Hosts,
 is the number of hosts for each ip#, or does it mean the computer itself?
 I am thinking this refers to the ip# and was wondering how the dsl users
 are influencing the results, they have different ip#'s every day and this
 leads me to conclude with the idea that I have not had as many 'hits' as I
 initially thought. Can someone explain this better than I? 
 

Hi Brian, you're asking all the right questions.

The number is the number of individual IP addresses which connect to your
web server.

Unfortunately this may or may not correspond to the number of computers, or
users, reading your pages. You're right that DSL customers can have a
different IP address every day. These will count as different hosts.

The opposite happens too in some ISPs. All the requests from all the
customers come to you from one of the ISP's central proxy servers, however
many actually customers they come from.

Unfortunately, there's no way to get a handle on the number of underlying
computers represented by the number of IP addresses. You only have the IP
addresses to deal with.

There's a lot more on this at http://www.analog.cx/docs/webworks.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
+



[analog-help] Can some one help me?

2002-02-20 Thread Brian Strong



Hello all, this seems to be the place for 
help with analog program, I have it as part of my site hosting. I need to know 
about this Distinct Hosts, is the number of hostsfor each ip#, or does it 
mean the computer itself? I am thinking this refers to the ip# and was wondering 
how the dsl users are influencing the results, they have different ip#'s every 
day and this leads me to conclude with the idea that I have not had as many 
'hits' as I initially thought. Can someone explain this better than 
I?

Thanks for Your Time
Brian
· Having no luck with plants? Try the 
e-Letter - Plant-Talk - [EMAIL PROTECTED] for tips 
and more.· Visit http://basireid.net to 
find e-books and more... email [EMAIL PROTECTED] for any 
questions.· http://basireid.net/unity_views/index.htm 
http://basireid.net/mentalhealth/main.htm


[analog-help] Can PHTML pages cause spurious high counts?

2002-01-25 Thread Orrin Kerr

I've been searching the Analog website and the FAQ, but I haven't found an answer and 
was wondering if anyone else had seen ridiculously high request counts for their PHTML 
pages.

I've tried a couple of the pages and a single reload will result in the request count 
being incremented by 1000+.

Nothing very fancy in the code.  Primarily some include requests and a little bit of 
Javascript to parse the contents of a meta tag, format the result and create the HTML 
code to display it.

Does anyone have any ideas as to the cause of the high count?  or pointers to a site 
with the answer?

TIA muchly,



Orrin C. Kerr, Intranet Developer
RMAD, Farm Financial Programs Br, Agriculture  Agri-Food Canada
(613)759-7191
SJCB 6th floor, 930 Carling Ave., Ottawa, ON  K1A 0C5

+
|  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] Can PHTML pages cause spurious high counts?

2002-01-25 Thread Aengus

Orrin Kerr [EMAIL PROTECTED] wrote:

 I've been searching the Analog website and the FAQ, but I haven't
 found an answer and was wondering if anyone else had seen ridiculously
 high request counts for their PHTML pages.

 I've tried a couple of the pages and a single reload will result in the
 request count being incremented by 1000+.

Are you saying that Analog will indicate a request count of 1000+ with a
small logfile, or that your logfile grows by 1000+ entries when you make a
request for a phtml file? If the former, post a small sample log file. If
the latter, it's not an analog problem.

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] Can I execute my own logformat?

2001-06-06 Thread Laila Tabbaa Jilarte


I want to know if may I come in execute analog, with my own LOGFORMAT which
contains a date and a textfile:
[22/05/1999 00:00:30] --> Se procede al chequeo del modem Modem
Multimodem8
[22/05/1999 00:02:11] --> Se procede al chequeo del modem
Modem Multimodem8
[22/05/1999 00:02:12] --> Resultado de chequeo del modem Modem
Multimodem8: CORRECTO
[22/05/1999 00:03:52] --> Se procede al chequeo del modem
Modem Multimodem8
[22/05/1999 00:03:52] --> Resultado de chequeo del modem Modem
Multimodem8: CORRECTO
I have used LOGFORMAT command: LOGFORMAT [%d%m%Y%w%h:%n:%j]%w
"-->" %q
And when I execute the analog.exe, the results I have obtained are:
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty time
 reports
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty
 Request Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty File
 Type Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty
 Directory Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty Domain
 Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty
 Organisation Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty Search
 Word Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty
 Operating System Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty File
 Size Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off
empty Status
 Code Report



Re: [analog-help] Can I execute my own logformat?

2001-06-06 Thread Kieran_Metcalfe


I couldn't be 100% sure, but I think you might need to put your logformat
in brackets because it contains spaces.
LOGFORMAT ([%d%m%Y%w%h:%n:%j]%w -- %q )



|+-
||  Laila Tabbaa Jilarte   |
||  [EMAIL PROTECTED] |
||  Sent by:   |
||  owner-analog-help@lists|
||  .isite.net |
|| |
|| |
||  06/06/2001 08:44   |
||  Please respond to  |
||  analog-help|
|| |
|+-
  
|
  |
|
  |   To: [EMAIL PROTECTED]  
|
  |   cc:  
|
  |   Subject: [analog-help] Can I execute my own logformat?   
|
  
|




I want to know if may I come in execute analog, with my own LOGFORMAT which
contains  a date and a textfile:

[22/05/1999 00:00:30]  -- Se procede al chequeo del modem Modem
Multimodem8
[22/05/1999 00:02:11]  -- Se procede al chequeo del modem Modem
Multimodem8
[22/05/1999 00:02:12]  -- Resultado de chequeo del modem Modem
Multimodem8: CORRECTO
[22/05/1999 00:03:52]  -- Se procede al chequeo del modem Modem
Multimodem8
[22/05/1999 00:03:52]  -- Resultado de chequeo del modem Modem
Multimodem8: CORRECTO
I have used  LOGFORMAT command: LOGFORMAT [%d%m%Y%w%h:%n:%j]%w -- %q
And when I execute the analog.exe, the results I have obtained are:

E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
time
  reports
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
  Request Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
File
  Type Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
  Directory Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
Domain
  Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
  Organisation Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
Search
  Word Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
  Operating System Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
File
  Size Report
E:\ANALOG\analog 5.01\MIPRUEBA\analog.exe: Warning R: Turning off empty
Status
  Code Report




+
|  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] Can you HELP please ?

2001-05-21 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

 Can you please help?
 
 My log file are reporting a smaller number of page requests than distinct hosts 
served.
 
 Surely the number of page requests should be higher or equal to the number of 
distinct hosts served.
 
 Also my successful requests seem really high compared to the successful page 
requests figure reported.

You need to alter your definition of 'pages' to include requests that 
aren't currently being included. Look at the File Type Report to see 
what common extensions are being used and add them with the PAGEINCLUDE 
command. See docs/include.html#PAGEINCLUDE.

-- 

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] Can you help me to stop receiving the subcribers' email ???

2000-11-27 Thread Kelvin . Chan




Dear Sir / Madam,

Can you help me to stop receiving the subscribers' email 

Best regards



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can you help me to stop receiving the subcribers' email ???

2000-11-27 Thread Stephen Turner

On Mon, 27 Nov 2000 [EMAIL PROTECTED] wrote:

 
 
 
 Dear Sir / Madam,
 
 Can you help me to stop receiving the subscribers' email 
 

Unsubscribe instructions are at the bottom of every message.

-- 
Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, Wilberforce Road, Cambridge, CB3 0WB, England
  "The new operating system will recover more easily from system crashes."
  (Microsoft, aiming high with Windows Millennium)


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can you help me to stop receiving thesubcribers' email ???

2000-11-27 Thread Mike Mohr

You missed something in the message.  What Kelvin needs to do is
contact his local support people and have a filter added to the email
forwarding.  I suspect the original subscriber is on holiday and is
having his/her mail forwarded during the break.

Michael Mohr
UNIX Systems Administrator
Auckland University of Technology
Private Bag 92006
Auckland, NZ
Tel: (649) 917-, ext 8133
Fax: (649) 917-9901



 [EMAIL PROTECTED] 11/28/00 01:13am 
On Mon, 27 Nov 2000 [EMAIL PROTECTED] wrote:

 
 
 
 Dear Sir / Madam,
 
 Can you help me to stop receiving the subscribers' email 
 

Unsubscribe instructions are at the bottom of every message.



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can Analog read Raptor firewall log

2000-05-23 Thread Stephen Turner

On Mon, 22 May 2000 [EMAIL PROTECTED] wrote:
 
  Now I get the error message  "bad argument in configuration command"
 "time without date or vice versa".
 
 Is this caused by the fact that the data in each line of the log only
 contains the %M and %d and does not contain a year?
 
 Do I have to run this log thru one of the helper programs to put the date
 on each line?

Exactly. Analog isn't going to guess the year.

A simpler alternative is to define all the time and date elements to be %j.
Of course this discards a lot of useful information.

-- 
Stephen Turner   http://www.statslab.cam.ac.uk/~sret1/
Statistical Laboratory, Centre for Mathematical Sciences,
Wilberforce Road, Cambridge, CB3 0WB, England
"8th March 2000. National No Smoking Day. Ash Wednesday." (On a calendar)


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can Analog read Raptor firewall log

2000-05-22 Thread Larry_Theurer


Thanks Michael for the help. I did have parentheses around my original
Logformats but lost them somehow in editing
in one of my experiments. I added the parentheses and another %j.

 Now I get the error message  "bad argument in configuration command"
"time without date or vice versa".

Is this caused by the fact that the data in each line of the log only
contains the %M and %d and does not contain a year?

 In my previous message, I didn't show that there is a header line at the
top of the log, looks like this
 May 16 00:00:00.620 xtranet changelog: 108 starting new log file. UTC
offset is
 -0400, Year is 2000, Raptor Firewall is 6.0.2, OS is "SunOS 5.6",
Platform is "sun4u"
Do I have to run this log thru one of the helper programs to put the date
on each line?
Thanks
Larry Theurer  SPX Corp







-

Looks like you have the format right, except that the whole thing needs to
be in
parentheses.  And it looks like you need one more  %j on the end
Michael




 I'm trying to analyze a log from a firewall named Raptor.
  I'm having a hard time determining what to use for a LOGFORMAT.

 Heres a example of my format
  LOGFORMAT (%M %d %h:%n:%j %j httpd[%j]: %c %j: duration=%t %j %j rcvd=%b
%j
 src=%S/%j %j %j %j arg=%r %j %j %j)

 Heres a sample line of data from the log
 May 16 00:00:00.143 xtranet httpd[6110]: 121 Statistics: duration=0.34
 id=ywFFM
 sent=366 rcvd=64 srcif=qfe2 src=257.12.69.451/1237 dstif=le0
 dst=162.152.2.70/80
  op=GET arg=http://www.401k.com/ result="304 Use local copy" proto=http
 rule=9

 thanks for any advice
 Larry Theurer SPX Corp







This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Can Analog read Raptor firewall log

2000-05-19 Thread Larry_Theurer

Is Analog capable of analyzing a log from a firewall named Raptor?.
The log contents are so much different than  Apache logs that
I'm having a hard time determining what to use for a LOGFORMAT.
Maybe I'm just trying to do something that Analog was not intended for?

Heres a example of my 50th failed try at a format
 LOGFORMAT %M %d %h:%n:%j %j httpd[%j]: %c %j: duration=%t %j %j rcvd=%b %j
src=%
S/%j %j %j %j arg=%r %j %j

I get a error saying there is too many arguments in the config command.

Heres a sample line of data from the log
May 16 00:00:00.143 xtranet httpd[6110]: 121 Statistics: duration=0.34
id=ywFFM
sent=366 rcvd=64 srcif=qfe2 src=257.12.69.451/1237 dstif=le0
dst=162.152.2.70/80
 op=GET arg=http://www.401k.com/ result="304 Use local copy" proto=http
rule=9

thanks for any advice
Larry Theurer SPX Corp


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can Analog read Raptor firewall log

2000-05-19 Thread Michael Roberts

Second question on Raptor this week!  Thanks for the log excerpt.  Looks like
you have the format right, except that the whole thing needs to be in
parentheses.  And it looks like you need one more  %j on the end, but I'm not
sure if Analog would just say the rest of the string was junk or what.

But the parentheses are what's biting you at the moment.  Try that and please
tell us whether it works or not.

Michael

[EMAIL PROTECTED] wrote:

 Is Analog capable of analyzing a log from a firewall named Raptor?.
 The log contents are so much different than  Apache logs that
 I'm having a hard time determining what to use for a LOGFORMAT.
 Maybe I'm just trying to do something that Analog was not intended for?

 Heres a example of my 50th failed try at a format
  LOGFORMAT %M %d %h:%n:%j %j httpd[%j]: %c %j: duration=%t %j %j rcvd=%b %j
 src=%
 S/%j %j %j %j arg=%r %j %j

 I get a error saying there is too many arguments in the config command.

 Heres a sample line of data from the log
 May 16 00:00:00.143 xtranet httpd[6110]: 121 Statistics: duration=0.34
 id=ywFFM
 sent=366 rcvd=64 srcif=qfe2 src=257.12.69.451/1237 dstif=le0
 dst=162.152.2.70/80
  op=GET arg=http://www.401k.com/ result="304 Use local copy" proto=http
 rule=9

 thanks for any advice
 Larry Theurer SPX Corp

 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Can Analog analyze Raptor firewall log?

2000-05-18 Thread Larry_Theurer

Can Analog be used to analyze a log from a firewall named Raptor?
If yes, any idea what the logfile parameters might be?
If no, any pointers to where I might find (inexpensive) software that will
do it?
Thanks
[EMAIL PROTECTED] SPX Corp


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can Analog analyze Raptor firewall log?

2000-05-18 Thread Michael Roberts

If you post a short excerpt from the log here, I'm sure we can easily figure
it out.

Michael

[EMAIL PROTECTED] wrote:

 Can Analog be used to analyze a log from a firewall named Raptor?
 If yes, any idea what the logfile parameters might be?
 If no, any pointers to where I might find (inexpensive) software that will
 do it?
 Thanks
 [EMAIL PROTECTED] SPX Corp

 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can´t read APACHELOGFORMAT

2000-02-14 Thread Hilmar Boehle

now APACHELOGFORMAT is first and there is only the quoted string
following in that line but the logformat is still not accepted by
analog?? Here is the warning:

**
Processing...
analog: Warning C: Too many arguments for configuration command:
ignoring end
  of line starting:
  LOGFORMAT APACHELOGFORMAT %{Host}i %h %l %u %t \\\"%r\\\" %s %b %{Host}i
  (For help on all errors and warnings, see docs/errors.html)
analog: Warning C: Bad argument in configuration command: ignoring it:
  LOGFORMAT APACHELOGFORMAT %{Host}i %h %l %u %t \\\"%r\\\" %s %b %{Host}i
analog: ...cont..:   (reason: no item codes are present)
analog: Warning C: Unknown configuration command: ignoring it:
  \\\"%{REFERER}I\\\" \\\"%{User-agent}i\\\")
analog: Warning L: Large number of corrupt lines in logfile Macintosh HD:Apple
  Extras:Analog:logfiles:access.log.05: try different LOGFORMAT
Current logfile format:
  %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B"\n
  %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B"\n
  %S %j %j [%d/%M/%Y:%h:%n:%j] "%r" %c %b "%f" "%B"\n
Complete!
***
Is it that I can´t use analog helper when there is a APACHELOGFORMAT
even if I configure the analog.cfg by hand and save it?

Hilmar Boehle


Jason Linhart wrote:
 
 When I use analog helper, the program automatically puts the LOGFORMAT
 expression in front of APACHELOGFORMAT.
 and the result again: an empty .html page.
 
 You must have the APACHELOGFORMAT be the first thing on the line, it can
 not be precceded by LOGFORMAT. I'm not sure it is even possible to get
 Analog Helper to do this correctly, you may need to have it write a
 configuration file and then edit by hand.
 
 Jason
 
 -
 [EMAIL PROTECTED]
 -
 Dr. Seuss books . . . can be read and enjoyed on several levels. For
 example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
 as a searing indictment of the narrow-minded binary counting system.
   -- Peter van der Linden, Expert C Programming, Deep C Secrets
 
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can´t read APACHELOGFORMAT

2000-02-14 Thread Jeremy Wadsack



Hilmar Boehle wrote:

 now APACHELOGFORMAT is first and there is only the quoted string
 following in that line but the logformat is still not accepted by
 analog?? Here is the warning:

 **
 Processing...
 analog: Warning C: Too many arguments for configuration command:
 ignoring end
   of line starting:
   LOGFORMAT APACHELOGFORMAT %{Host}i %h %l %u %t \\\"%r\\\" %s %b %{Host}i
   (For help on all errors and warnings, see docs/errors.html)
 analog: Warning C: Bad argument in configuration command: ignoring it:
   LOGFORMAT APACHELOGFORMAT %{Host}i %h %l %u %t \\\"%r\\\" %s %b %{Host}i

1] The command is APACHELOGFORMAT, _not_ LOGFORMAT APACHELOGFORMAT. Take out the
LOGFORMAT at the beginning of that line.

2] It still doesn't look like you've quoted (escaped, parenthesized, whatever you
want to call it) the format string. Did you put parentheses around it? (I don't
know whether Analog would echo those back or not).

HTH,

Jeremy Wadsack
Wadsack-Allen Digital Group


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can´t read APACHELOGFORMAT

2000-02-13 Thread Jeremy Wadsack

You need to quote the logformat string. Try this:

APACHELOGFORMAT (%{Host}i %h %l %u %t \\\"%r\\\" %s %b %{Host}i
\\\"%{Referer}i\\\" \\\"%{User-agent}i\\\")

HTH,

Jeremy Wadsack
Wadsack-Allen Digital Group

Hilmar Boehle wrote:

 finally a got the string from my provider to detect the APACHELOGFORMAT.
 I put it up like this in the analog.cfg

 ***

 APACHELOGFORMAT %{Host}i %h %l %u %t \\\"%r\\\" %s %b %{Host}i
 \\\"%{Referer}i\\\" \\\"%{User-agent}i\\\"

 ***
 After this step I get the following warnings:

 Processing...
 analog: Warning C: Too many arguments for configuration command:
 ignoring end
   of line starting:
   LOGFORMAT %{Host}i %h
   (For help on all errors and warnings, see docs/errors.html)
 analog: Warning C: Bad argument in configuration command: ignoring it:
   LOGFORMAT %{Host}i %h
 analog: ...cont..:   (reason: an unknown item code is present)
 analog: Warning F: Can't auto-detect format of logfile Macintosh HD:Apple
   Extras:Analog:logfiles:ftp.xferlog: ignoring it
 Complete!

 

 I´m using Analog4.0 (and Analog Helper 1.2) running on a Macintosh and
 would really appreciate to get your advice (to be able to continue using
 your program...)

 Thank you!
 Hilmar Boehle

 Stephen Turner wrote:
 
  On Sat, 5 Feb 2000, Jason Linhart wrote:
  
   The LOGFORMAT APACHELOGFORMAT is supposed to be followed by the text from
   the Apache configuration command that sets up the log format for Apache.
   Find the correct line from the Apache configuration file and put the
   format string used with Apache on the end of that line.
  
 
  ... and it's just APACHELOGFORMAT not LOGFORMAT APACHELOGFORMAT.
 
  There is no standard Apache log format, so this command tells analog what
  your log format is.
 
  --
  Stephen Turner[EMAIL PROTECTED]http://www.statslab.cam.ac.uk/~sret1/
Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
"We can ask you to pay the full amount which you owe us if you:
 (a) become bankrupt; or (b) die." Egg Credit Card Agreement
 
  
  This is the analog-help mailing list. To unsubscribe from this
  mailing list, send mail to [EMAIL PROTECTED]
  with "unsubscribe" in the main BODY OF THE MESSAGE.
  List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
  
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Can URL be Case Sensitive?

2000-02-12 Thread Jimmy Little

My web host provider give me a report that distinguishes these two requests:

  http://www.WEB-SEND.com and
  http://www.web-send.com

When I run the same data through analog these are considered the same.

Is it possible to have analog view these as different requests?

Thanks,

Jimmy Little
***
[EMAIL PROTECTED]  http://www.Web-Send.com
The Fastest, Easiest, Way to Send Printed Documents.
***

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can URL be Case Sensitive? ... hmm

2000-02-12 Thread tim


hello ...

both www.web-send.com and www.WEB-SEND.com have the same ip:

Name:web-send.com
Address:  209.86.70.129
Aliases:  www.web-send.com

Name:web-send.com
Address:  209.86.70.129
Aliases:  www.WEB-SEND.com

do they share the same log file? I would think that in the httpd.conf, both should 
have different
log files ... then analog could be used here. I think ... :P 

good question  :-)

tim

On Sat, Feb 12, 2000 at 12:09:36PM -0500, Jimmy Little wrote:
 My web host provider give me a report that distinguishes these two requests:
 
   http://www.WEB-SEND.com and
   http://www.web-send.com
 
 When I run the same data through analog these are considered the same.
 
 Is it possible to have analog view these as different requests?
 
 Thanks,
 
 Jimmy Little
 ***
 [EMAIL PROTECTED]  http://www.Web-Send.com
 The Fastest, Easiest, Way to Send Printed Documents.
 ***
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can URL be Case Sensitive? and unresolvedrefs in link

2000-02-12 Thread Jeremy Wadsack

There is an CASE SESITIVE command for Analog that you can put in your config
file. No need to
change the sources. See docs/alias.html#CASE.

HTH,

Jeremy Wadsack
Wadsack-Allen Digital Group

Jimmy Little wrote:

 At 06:41 PM 2/12/2000 +0100, you wrote:
 both www.web-send.com and www.WEB-SEND.com have the same ip:
 
 Name:web-send.com Address:  209.86.70.129 Aliases:  www.web-send.com
 
 Name:web-send.com Address:  209.86.70.129 Aliases:  www.WEB-SEND.com
 
 do they share the same log file?

 Yes, the data for both requests are written to the same log file.

  I would think that in the httpd.conf, both should have different
 log files ... then analog could be used here. I think ... :P

 I think I may have found in the answer in the source code.  In ALIAS.C,
 function do_aliasf, line 235 it appears to force the URL to lower case.

 I am attempting to remove this code and see if that does the trick.
 However, I get two unresolved references when linking: gethostbyaddr and
 inet_addr.

 Any ideas on that?  And thanks for the response...JL
 ***
 [EMAIL PROTECTED]  http://www.Web-Send.com
 The Fastest, Easiest, Way to Send Printed Documents.
 ***
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can URL be Case Sensitive? and unresolvedrefs in link

2000-02-12 Thread Jimmy Little

Thanks for the response Jeremy.  Unfortunately, the CASE SENSITIVE only
applies to file names and not host names.  As you will probably note in my
later replies to myself, I located the source change that was required to
give me the information I needed.

Thanks again,

Jimmy Little

***
[EMAIL PROTECTED]  http://www.Web-Send.com
The Fastest, Easiest, Way to Send Printed Documents.
***

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can URL be Case Sensitive? and unresolved refs in link

2000-02-12 Thread Jimmy Little

At 12:56 PM 2/12/2000 -0500, you wrote:
At 06:41 PM 2/12/2000 +0100, you wrote:
both www.web-send.com and www.WEB-SEND.com have the same ip:
SNIP
However, I get two unresolved references when linking: gethostbyaddr and
inet_addr.

Well, I figured that one out.  I needed the NODNS preprocessor definition
added.

However, the previous note I made about which line to change was not
correct.  That line changed the "method" and not the "hostname."  The
"hostname" force to lower case is around line 280.  Changing that line of
code 
  from:
*c = tolower(*c);
  to:
*c = (*c);
gave me the results I wanted.

Jimmy Little
***
[EMAIL PROTECTED]  http://www.Web-Send.com
The Fastest, Easiest, Way to Send Printed Documents.
***

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can´t read APACHELOGFORMAT

2000-02-12 Thread Hilmar Boehle

finally a got the string from my provider to detect the APACHELOGFORMAT.
I put it up like this in the analog.cfg

***

APACHELOGFORMAT %{Host}i %h %l %u %t \\\"%r\\\" %s %b %{Host}i
\\\"%{Referer}i\\\" \\\"%{User-agent}i\\\"

***
After this step I get the following warnings:

Processing...
analog: Warning C: Too many arguments for configuration command:
ignoring end
  of line starting:
  LOGFORMAT %{Host}i %h
  (For help on all errors and warnings, see docs/errors.html)
analog: Warning C: Bad argument in configuration command: ignoring it:
  LOGFORMAT %{Host}i %h
analog: ...cont..:   (reason: an unknown item code is present)
analog: Warning F: Can't auto-detect format of logfile Macintosh HD:Apple
  Extras:Analog:logfiles:ftp.xferlog: ignoring it
Complete!



I´m using Analog4.0 (and Analog Helper 1.2) running on a Macintosh and
would really appreciate to get your advice (to be able to continue using
your program...)

Thank you!
Hilmar Boehle





Stephen Turner wrote:
 
 On Sat, 5 Feb 2000, Jason Linhart wrote:
 
  The LOGFORMAT APACHELOGFORMAT is supposed to be followed by the text from
  the Apache configuration command that sets up the log format for Apache.
  Find the correct line from the Apache configuration file and put the
  format string used with Apache on the end of that line.
 
 
 ... and it's just APACHELOGFORMAT not LOGFORMAT APACHELOGFORMAT.
 
 There is no standard Apache log format, so this command tells analog what
 your log format is.
 
 --
 Stephen Turner[EMAIL PROTECTED]http://www.statslab.cam.ac.uk/~sret1/
   Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
   "We can ask you to pay the full amount which you owe us if you:
(a) become bankrupt; or (b) die." Egg Credit Card Agreement
 
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can´t read APACHELOGFORMAT

2000-02-07 Thread Stephen Turner

On Sat, 5 Feb 2000, Jason Linhart wrote:
 
 The LOGFORMAT APACHELOGFORMAT is supposed to be followed by the text from 
 the Apache configuration command that sets up the log format for Apache. 
 Find the correct line from the Apache configuration file and put the 
 format string used with Apache on the end of that line.
 

... and it's just APACHELOGFORMAT not LOGFORMAT APACHELOGFORMAT.

There is no standard Apache log format, so this command tells analog what
your log format is.

-- 
Stephen Turner[EMAIL PROTECTED]http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
  "We can ask you to pay the full amount which you owe us if you:
   (a) become bankrupt; or (b) die." Egg Credit Card Agreement



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can I export Analog's output to DB?

2000-02-07 Thread Stephen Turner

On Sun, 6 Feb 2000, [ks_c_5601-1987] ±èÄ¡ÈÆ wrote:

 Hello!
 I'm very pleased to use Analog program.
 But I need your help, quickly!
 I use Analog 4.01/Win 32 in WIn NT 4.0(with Service Pack 6), 64MB Memory, Pentiumm 
II 400 MHz, IIS 4.0, W3 extented log file format.
 I setted language option to Korean.
 For quick access, I want to export outputs to MS-SQL DBMS after Analog program 
analyzed log files. So if I choice options in Web page, result is opened in quick 
speed.
 If you have good idea, please give your answer to me.
 If you think this job is inefficient, explain the reason to me.

You can save the data to analog's own format, then it will be able to read
it again more quickly next time. See docs/cache.html.

-- 
Stephen Turner[EMAIL PROTECTED]http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
  "We can ask you to pay the full amount which you owe us if you:
   (a) become bankrupt; or (b) die." Egg Credit Card Agreement


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Can I export Analog's output to DB?

2000-02-06 Thread




Hello!
I'm very pleased to use Analog 
program.
But I need your help, quickly!
I use Analog 4.01/Win 32 in WIn NT 4.0(with Service 
Pack 6), 64MB Memory, Pentiumm II 400 MHz, IIS 4.0, W3 extented log file 
format.
I setted language option to Korean.
For quick access, I want to export outputs to 
MS-SQL DBMS after Analog program analyzed log files. So if I choice options in 
Web page, result is opened in quick speed.
If you have good idea, please give your answer to 
me.
If you think this job is inefficient, explain the 
reason to me.
Have a good time!
I expect your answer.



[analog-help] can´t read APACHELOGFORMAT

2000-02-05 Thread Hilmar Boehle

hallo,

I would appreciate to get advice how to make Analog 4.0/Mac reading the
downloaded logfile of my provider. 

I get the following warning (and the report is empty):

**
Processing...
analog: Warning C: Bad argument in configuration command: ignoring it:
  LOGFORMAT APACHELOGFORMAT
analog: ...cont..:   (reason: no item codes are present)
  (For help on all errors and warnings, see docs/errors.html)
analog: Warning L: Large number of corrupt lines in logfile Macintosh
  HD:Desktop Folder:logs:access.log.05: try different LOGFORMAT
Current logfile format:
  %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "%f" "%B"\n
  %S %j %j [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "%f" "%B"\n
  %S %j %j [%d/%M/%Y:%h:%n:%j] "%r" %c %b "%f" "%B"\n
analog: Warning R: Turning off empty time reports
analog: Warning R: Turning off empty Request Report
analog: Warning R: Turning off empty Redirection Report
...
...


The first lines of the logfile are looking like that:

137.224.145.172 - - [24/Jan/2000:13:08:29 +0100] "GET
/marginale/britta.html HTTP/1.1" 404 602 www.quai.de "-" "Mozilla/4.0
(compatible; MSIE 4.01; Windows 95)"

*

How can I tell Analog4.0/Mac to understand the apachelogformat ??

Hilmar Boehle

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can´t read APACHELOGFORMAT

2000-02-05 Thread Jason Linhart

On 2/5/00 6:42 PM Hilmar Boehle ([EMAIL PROTECTED]) wrote:

I would appreciate to get advice how to make Analog 4.0/Mac reading the
downloaded logfile of my provider. 

I get the following warning (and the report is empty):

**
Processing...
analog: Warning C: Bad argument in configuration command: ignoring it:
  LOGFORMAT APACHELOGFORMAT
analog: ...cont..:   (reason: no item codes are present)
  (For help on all errors and warnings, see docs/errors.html)
**
The first lines of the logfile are looking like that:

137.224.145.172 - - [24/Jan/2000:13:08:29 +0100] "GET
/marginale/britta.html HTTP/1.1" 404 602 www.quai.de "-" "Mozilla/4.0
(compatible; MSIE 4.01; Windows 95)"

The LOGFORMAT APACHELOGFORMAT is supposed to be followed by the text from 
the Apache configuration command that sets up the log format for Apache. 
Find the correct line from the Apache configuration file and put the 
format string used with Apache on the end of that line.

Jason

-
[EMAIL PROTECTED]
-
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
  -- Peter van der Linden, Expert C Programming, Deep C Secrets



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can I APPEND data to make a cumulative report?

2000-01-27 Thread Jeremy Wadsack

Todd Ryan wrote:

 I'm also using Report Magic to create more graphical reports, so if I can
 accomplish this by running Report Magic against several Analog data files,
 that would be good (probably even preferable).  I didn't see this in the
 Report Magic documentation either.

This is a really popular request, but Report Magic doesn't do it yet. It would
require a huge amount of redesign and processing. (Currently Report Magic is a
report formatter, you're asking it to start analysing trends...) This is
something that I plan to implement down the road, but probably not for awhile.

--
Jeremy Wadsack
Digital Media Consultant
___
Wadsack-Allen Digital Group
http://www.wadsack-allen.com/digitalgroup/



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] Can I APPEND data to make a cumulative report?

2000-01-27 Thread Todd Ryan

Hello all...

I apologize if this is in the documentation, but an initial search/scan 
didn't find anything obvious...

I was wondering if there was a way to accumulate data over time in the same 
report.  For example, I would like to process web logs once a month then 
archive the logs off-line.  Obviously, I can create separate reports or 
data files for each month, but I would *really* like to append each month 
to the existing Analog report so I can show data for a longer period of 
time in the same report.  I would like to see trends for several months or 
years.  This will also cut down on the required processing each month 
because if this works, I can archive the logs more frequently so that each 
time I run Analog/Report Magic, it will run against smaller files.

I'm also using Report Magic to create more graphical reports, so if I can 
accomplish this by running Report Magic against several Analog data files, 
that would be good (probably even preferable).  I didn't see this in the 
Report Magic documentation either.

Any suggestions would be appreciated.  Thanks!

--Todd.



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can´t get past days stats

1999-10-22 Thread Paulo . Ayres


Dear Stephen,

Guess I got it.

I thought that analog could get information from the last html page (generated
just one day before).

Before I create my script...
Will I have to extract an run analog for each old log file, one by one, every
day, to have the complete stats up to date ? Is that way ?

Thank´s for your help !
Paulo Eric




Stephen Turner [EMAIL PROTECTED] em 22/10/99 11:26:06

Favor responder a [EMAIL PROTECTED]

Para: [EMAIL PROTECTED]
cc:(bcc: Paulo Eric da Silveira Ayres/STJ)
Assunto:  Re: [analog-help] Can´t get past days stats





On Thu, 21 Oct 1999 [EMAIL PROTECTED] wrote:

 Dear guys,

 I?m using Analog 3.32 for Unix and it works once a day, every day in my
crontab.
 My access.log (generated by Apache) is too big, therfore, I have to compress,
 kill and start another one form zero,  every day.

 I don?t know why, but each time analog runs, it don?t recognize the stats just
 made the day before. It seems that every day is the first analise day (and
 really is,according to the top of the output file).

 Could you help me ? I didn?t see nothing like this on the site/FAQs/list?s
 archive.

Have you told it to read the old logfiles? Have you told it how to
uncompress them?

--
Stephen Turner[EMAIL PROTECTED]http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
  "Due to the conflict in Kosovo, we will not be showing the movie Wag the
   Dog. Instead, we will show Mortal Kombat: Annihilation." Cable  Wireless


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/








[analog-help] can unpriviledged user run Analog?

1999-09-22 Thread Anthony Alvarez

As long as the user has access to webserver file and error logs, does that
user also need Superuser (root level access) priviledges to install and run
Analog 3.32 in thier home directory on UNIX?

--
Anthony Alvarez [EMAIL PROTECTED]
Webmaster   http://www.acunetinc.com/http://www.acunetinc.com
Acunet.net, Inc.

Telephone   508-804-1400 Ext. 5004
Fax 508-490-7611
Pager   508 504 4419 
Send 1 line mssg to [EMAIL PROTECTED] 

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] can analog generate reports combining compressed and uncompressed logfiles?

1999-08-15 Thread Brad Fuller

Q: Can analog generate reports combining compressed and 
uncompressed logfiles (into the one report)? Our server is using 
Analog 3.0 (unix)

Background: We have a number of "virtual" hosts and would like to 
reduce their logfile storage requirements by GZIPping the logs from 
time to time (which works fine with analog of course :^)

But what we'd like to do would be to combine the "compressed" 
transfer_log info and the "current" transfer_log info (ie since last 
time the log was compressed) into the one analog report. 

Imagine a growing series of gzip files (say monthly) or perhaps just 
as required to conserve space, plus the current "live" logfile (for 
each domain).

I tried using a wildcard on the command line (to process multiple 
logs ie the GZ'ed and current file ) but analog treated them as 2 
separate logs to process into the same output file (so the final 
report contained only the info from the "second" logfile/filename, 
not the "combined" report  I was hoping for... )

Given the flexible and powerful nature of Analog I'm sure this is 
possible and documented -- it's just that I can't find it! (I have 
looked, honest.)  

Thanks for your time...

regards
Brad


Brad Fuller
[EMAIL PROTECTED]


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog generate reports combining compressed and uncompressed logfiles?

1999-08-15 Thread Jeremy Wadsack



Brad Fuller wrote:

 But what we'd like to do would be to combine the "compressed"
 transfer_log info and the "current" transfer_log info (ie since last
 time the log was compressed) into the one analog report.

 I tried using a wildcard on the command line (to process multiple
 logs ie the GZ'ed and current file ) but analog treated them as 2
 separate logs to process into the same output file (so the final
 report contained only the info from the "second" logfile/filename,
 not the "combined" report  I was hoping for... )


Each LOGFILE command that you give analog will include another logfile's data
in the report and they will all be combined. I'm not sure why you only got
the second set of logs. If you do something like
LOGFILE /logfiles/archives/*.gz
LOGFILE /logfiles/transfer_log.log

Analog should combine the two into a single report. This holds true for the
command line as well:
analog /logfiles/archives/*.gz,/logfiles/transfer_log.log

HTH

--
Jeremy Wadsack
OutQuest Magazine
a Wadsack-Allen publication



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re[2]: [analog-help] can analog help me

1999-07-26 Thread Aengus Lawlor

Okay, lets start over here, and clarify exactly what you are trying to 
do.

It sounds like you have a web log file, and you are trying to find out 
the IP address of the machine that has visited you most. (You indicate 
that IP address is sufficient, that you don't need Analog to find the 
name).

The Host report will provide this information. To get this, you need to 
add 

HOST ON

to ANALOG.CFG.

By default, this only lists hosts with more that 100 requests. It sounds 
from your messages that you expect the address you are looking for to 
have more than 100 requests, but if not, you can change the lower limit 
by adding 

HOSTFLOOR 50r

Aengus


__ Reply Separator _
Subject: Re: [analog-help] can analog help me
Author:  [EMAIL PROTECTED] at Internet
Date:7/24/99 12:10 PM


Hi,

 REQFLOOR 1r
still not :(

Amicalement,
Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net 
 
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED] 
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/ 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re[3]: [analog-help] can analog help me

1999-07-26 Thread octave

Hello Aengus,

lundi, lundi 26 juillet 1999, you wrote:

AL HOST ON

AL By default, this only lists hosts with more that 100 requests. It sounds
AL from your messages that you expect the address you are looking for to
AL have more than 100 requests, but if not, you can change the lower limit
AL by adding

cool !
it works ! :)

AL HOSTFLOOR 50r
HOSTFLOOR 1000r would work ?

thanks a lot

Octave


Best regards,
 octavemailto:[EMAIL PROTECTED]



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re[4]: [analog-help] can analog help me

1999-07-26 Thread octave

Hello octave,

lundi, lundi 26 juillet 1999, you wrote:
o HOSTFLOOR 1000r would work ?
it works !!!


great !

thanks a lot.

Best regards,
 octavemailto:[EMAIL PROTECTED]



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: Re[4]: [analog-help] can analog help me

1999-07-26 Thread Jeff Drury - Support Supervisor

Personally I found that I wantde to know all hosts that were visiting so I
used a floor of 1r...sure the list gets rather large, but I know where my
visitors are coming from.

-Jeff


On Mon, 26 Jul 1999, octave wrote:

 Hello octave,
 
 lundi, lundi 26 juillet 1999, you wrote:
 o HOSTFLOOR 1000r would work ?
 it works !!!
 
 
 great !
 
 thanks a lot.
 
 Best regards,
  octavemailto:[EMAIL PROTECTED]
 
 
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 
 



Jeffery Drury
Technical Support Supervisor
E-Znet Incorporated

http://www.eznet.net
Email: [EMAIL PROTECTED]
 
Water creates a neurosis in golfers. The very thought of
this harmless fluid robs them of their power of rational
thought, turns their legs to jelly, and produces a palsy
of the upper limbs.
   -Peter Dobereiner


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog help me

1999-07-24 Thread octave klaba

Hi,

 REQFLOOR 1r
still not :(

Amicalement,
Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




[analog-help] can analog help me

1999-07-23 Thread octave klaba

Hi,
I have had some ip attack my servers for 1 months now.
Can analog make a stat with the ip which  made a request ?

At the moment I have
Nb de req.: % octets: domaine
--: : ---
640369: 100%: [unresolved numerical addresses]

thanks a lot for your help ...

Amicalement,
Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




RE: [analog-help] can analog help me

1999-07-23 Thread Madley, Paul

Erm, I guess you'd turn on the DNS-Lookup option in the Analog config?

Paul.

* CSC - Finance and IT. * Palmyra SQ South * Ext: 2281 *
* Technical Analyst *  http://www.warrington.gov.uk *

 Hi,
 I have had some ip attack my servers for 1 months now.
 Can analog make a stat with the ip which  made a request ?
 
 At the moment I have
 Nb de req.: % octets: domaine
 --: : ---
 640369: 100%: [unresolved numerical addresses]
 
 thanks a lot for your help ...
 
 Amicalement,
 Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




RE: [analog-help] can analog help me

1999-07-23 Thread Philip Harper

you probably just need to enable DNS look-ups.
Put the following command in the configuration file:

DNS LOOKUP

Regards,
  Philip Harper

 -Original Message-
 From: octave klaba [SMTP:[EMAIL PROTECTED]]
 Sent: 23 July 1999 16:11
 To:   [EMAIL PROTECTED]
 Subject:  [analog-help] can analog help me
 
 Hi,
 I have had some ip attack my servers for 1 months now.
 Can analog make a stat with the ip which  made a request ?
 
 At the moment I have
 Nb de req.: % octets: domaine
 --: : ---
 640369: 100%: [unresolved numerical addresses]
 
 thanks a lot for your help ...
 
 Amicalement,
 Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net
 --
 --
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
 List archived at
 http://www.mail-archive.com/analog-help@lists.isite.net/
 --
 --

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog help me

1999-07-23 Thread octave klaba

Hi,

 Erm, I guess you'd turn on the DNS-Lookup option in the Analog config?
I do not need to know the host. IP is enought :)
But how to make the stats of ?

Octave

 
 Paul.
 
 * CSC - Finance and IT. * Palmyra SQ South * Ext: 2281 *
 * Technical Analyst *  http://www.warrington.gov.uk *
 
  Hi,
  I have had some ip attack my servers for 1 months now.
  Can analog make a stat with the ip which  made a request ?
 
  At the moment I have
  Nb de req.: % octets: domaine
  --: : ---
  640369: 100%: [unresolved numerical addresses]
 
  thanks a lot for your help ...
 
  Amicalement,
  Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 

-- 
Amicalement,
Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog help me

1999-07-23 Thread Wallace Nicoll

octave klaba wrote:

Have you set the floor value to 1 request for that report?

Wallace.

 Hi,

  Erm, I guess you'd turn on the DNS-Lookup option in the Analog config?
 I do not need to know the host. IP is enought :)
 But how to make the stats of ?

 Octave

 
  Paul.
 
  * CSC - Finance and IT. * Palmyra SQ South * Ext: 2281 *
  * Technical Analyst *  http://www.warrington.gov.uk *
 
   Hi,
   I have had some ip attack my servers for 1 months now.
   Can analog make a stat with the ip which  made a request ?
  
   At the moment I have
   Nb de req.: % octets: domaine
   --: : ---
   640369: 100%: [unresolved numerical addresses]
  
   thanks a lot for your help ...
  
   Amicalement,
   Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net
  
  This is the analog-help mailing list. To unsubscribe from this
  mailing list, send mail to [EMAIL PROTECTED]
  with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
  List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
  

 --
 Amicalement,
 Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 



--
==
 Wallace Nicoll  [EMAIL PROTECTED]
 City of Edinburgh Council IT Services,
 Chesser House, 500 Gorgie Road,Phone : 0131 469 5343
 Edinburgh, EH11 3YJ, ScotlandFax : 0131 469 5335
==



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog help me

1999-07-23 Thread octave klaba



Wallace Nicoll a écrit :
 
 octave klaba wrote:
 
 Have you set the floor value to 1 request for that report?
 
I guess not.

I am testing it ...


Octave

HOSTNAME www.ovh.net
HOSTURL  http://www.ovh.net/
LANGUAGE FRENCH
MONTHLY ON# one line for each month
#ARGSFLOOR 100%r
REFREPEXCLUDE http://www.ovh.net/*
REQARGSFLOOR 100%r
REDIR ON
USER ON
FAILUSER ON
STATUS ON
WEEKLY ON # one line for each week
FULLDAILY ON  # one line for each day
DAILY ON  # one line for each day of the week
#HOURLY ON # one line for each hour of the day
GENERAL ON# the General Summary at the top
REQUEST ON# which files were requested
FAILURE ON# which files were not found
DIRECTORY ON  # directory report
#HOST ON   # which computers requested files
DOMAIN ON # which countries they were in
#REFERRER ON   # where people followed links from
FAILREF ON# where people followed broken links from
BROWSER ON# which browsers people were using
FILETYPE ON   # types of file requested
SIZE ON   # sizes of files requested
LOGFORMAT COMBINED
LOGFORMAT COMMON
LOGFILE /usr/local/apache/var/log/www.ovh.net-access_log_global



Amicalement,
Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog help me

1999-07-23 Thread octave klaba

  Have you set the floor value to 1 request for that report?
 
 I guess not.
 
 I am testing it ...

it is not this option :(

http://www.statslab.cam.ac.uk/~sret1/ does not work ?

Octae




 
 Octave
 
 HOSTNAME www.ovh.net
 HOSTURL  http://www.ovh.net/
 LANGUAGE FRENCH
 MONTHLY ON# one line for each month
 #ARGSFLOOR 100%r
 REFREPEXCLUDE http://www.ovh.net/*
 REQARGSFLOOR 100%r
 REDIR ON
 USER ON
 FAILUSER ON
 STATUS ON
 WEEKLY ON # one line for each week
 FULLDAILY ON  # one line for each day
 DAILY ON  # one line for each day of the week
 #HOURLY ON # one line for each hour of the day
 GENERAL ON# the General Summary at the top
 REQUEST ON# which files were requested
 FAILURE ON# which files were not found
 DIRECTORY ON  # directory report
 #HOST ON   # which computers requested files
 DOMAIN ON # which countries they were in
 #REFERRER ON   # where people followed links from
 FAILREF ON# where people followed broken links from
 BROWSER ON# which browsers people were using
 FILETYPE ON   # types of file requested
 SIZE ON   # sizes of files requested
 LOGFORMAT COMBINED
 LOGFORMAT COMMON
 LOGFILE /usr/local/apache/var/log/www.ovh.net-access_log_global
 
 Amicalement,
 Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net
 
 This is the analog-help mailing list. To unsubscribe from this
 mailing list, send mail to [EMAIL PROTECTED]
 with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
 List archived at http://www.mail-archive.com/analog-help@lists.isite.net/
 

-- 
Amicalement,
Octave [EMAIL PROTECTED] ovh="net" http://www.ovh.net

This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog help me

1999-07-23 Thread Wallace Nicoll

octave klaba wrote:

 REQARGSFLOOR 100%r


 Shouldn't this be 1r?

W.

--
==
 Wallace Nicoll  [EMAIL PROTECTED]
 City of Edinburgh Council IT Services,
 Chesser House, 500 Gorgie Road,Phone : 0131 469 5343
 Edinburgh, EH11 3YJ, ScotlandFax : 0131 469 5335
==



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can analog help me

1999-07-23 Thread Wallace Nicoll

Sorry,

Think I should have said ...

REQFLOOR 1r

Wallace.


--
==
 Wallace Nicoll  [EMAIL PROTECTED]
 City of Edinburgh Council IT Services,
 Chesser House, 500 Gorgie Road,Phone : 0131 469 5343
 Edinburgh, EH11 3YJ, ScotlandFax : 0131 469 5335
==



This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] can I specify the logfile on the command line?

1999-06-23 Thread Anonymous

On Wed, 23 Jun 1999, [Bart] wrote:

 Hi,
 
 On my NT server the logs are created as ex9905.log, ex9906.log. I'm using a
 batch file which will copy the right log file acording to the date to a
 'temp' directory and in the config files used for the various sites LOGFILE
 is specified as D:\ANALOG\TEMP\LOGFILE.LOG.
 
 I don't want to copy the logfiles because of the size, is it possible to
 specify the logfile on the command line, this would solve my problem.
 

Yes, just put
  analog D:\logs\ex9905.log
or whatever and it will analyse that logfile.

-- 
Stephen Turner[EMAIL PROTECTED]http://www.statslab.cam.ac.uk/~sret1/
  Statistical Laboratory, 16 Mill Lane, Cambridge CB2 1SB, England
  "Due to the conflict in Kosovo, we will not be showing the movie Wag the
   Dog. Instead, we will show Mortal Kombat: Annihilation." Cable  Wireless


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/analog-help@lists.isite.net/




Re: [analog-help] Can a timeout be set on DNS lookups?

1999-02-08 Thread Aengus Lawlor

If you know the IPs that it's hanging on, you may be able manually add 
those addresses to the DNS cache file. (I haven't tried this, so I don't 
know what's involved).

Another approach might be to use the HOSTALIAS command to specify names 
for these "bad" addresses. I don't know in what order Analog processes 
these copmmands though. I presume it only does a DNS lookup on machines 
without a name, so this should work.

Aengus


__ Reply Separator _
Subject: [analog-help] Can a timeout be set on DNS lookups?
Author:  [EMAIL PROTECTED] at Internet
Date:2/6/99 11:39 PM


Hello all

Two quick questions about using DNS lookups in Analog.  It generally 
works very well, however I'm wondering if it's possible to set a 
timeout on the lookups.  So if Analog doesn't get a host name within 
XXX seconds, for example, it moves on to the next entry in the log. 
I seem to have hit some IPs that appear to cause Analog to hang 
(although I don't think it's Analog's fault: "ping -a" hung with
the same IP; I'm guessing it's the DNS config for that IP).  In any 
case, it would be great if Analog could just move on when it hits 
these problematic IPs.  BTW, I did have DEBUG +D and the 
PROGRESSFREQ options on, so it doesn't seem to be just a slow lookup 
(and I know what IPs it's hanging on).  Anyway, is there something 
like a DNSTIMEOUT setting?

2nd question/wish list item:  Can the DNS server to be used for 
lookups be specified, rather than relying on the default one 
associated with the Internet connection being used; perhaps a 
setting like DNSSERVER?

Thanks!  Other than that, Analog is humming along (with some help 
from Kay Wischkony in getting my WebSitePro logs read!)

Regards,
Mike
--
- 
Michael Gardiner$^ V:   (650) 938-4688 
SQUISH Internet ServicesFAX: (650) 938-4013 
P.O. Box 391503 Internet Service 
Mountain View, CA  94039-1503   Provider  Consulting 
mailto:[EMAIL PROTECTED]   http://www.squish.com 
-
"Making the world a smaller place"
-

 
This is the analog-help mailing list. To unsubscribe from this 
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE. 


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.




[analog-help] Can a timeout be set on DNS lookups?

1999-02-07 Thread Michael Gardiner

Hello all

Two quick questions about using DNS lookups in Analog.  It generally
works very well, however I'm wondering if it's possible to set a
timeout on the lookups.  So if Analog doesn't get a host name within
XXX seconds, for example, it moves on to the next entry in the log.
I seem to have hit some IPs that appear to cause Analog to hang
(although I don't think it's Analog's fault: "ping -a" hung with
the same IP; I'm guessing it's the DNS config for that IP).  In any
case, it would be great if Analog could just move on when it hits
these problematic IPs.  BTW, I did have DEBUG +D and the
PROGRESSFREQ options on, so it doesn't seem to be just a slow lookup
(and I know what IPs it's hanging on).  Anyway, is there something
like a DNSTIMEOUT setting?

2nd question/wish list item:  Can the DNS server to be used for
lookups be specified, rather than relying on the default one
associated with the Internet connection being used; perhaps a
setting like DNSSERVER?

Thanks!  Other than that, Analog is humming along (with some help
from Kay Wischkony in getting my WebSitePro logs read!)

Regards,
Mike
--
-
Michael Gardiner$^ V:   (650) 938-4688
SQUISH Internet ServicesFAX: (650) 938-4013
P.O. Box 391503 Internet Service
Mountain View, CA  94039-1503   Provider  Consulting
mailto:[EMAIL PROTECTED]   http://www.squish.com
-
"Making the world a smaller place"
-


This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe analog-help" in the main BODY OF THE MESSAGE.