Re: [analog-help] anlgform help NEEDED

2000-10-16 Thread Jeremy Wadsack



David Hinckle wrote:

> > Well, in CGI mode it will go to the screen. That's the same as going
> to the
> > browser under a web server.
>
> I'm feeling dumber by the minute here...

 http://hoohoo.ncsa.uiuc.edu/cgi/overview.html





> > If you've run it using the same settings from the command line in the
> same location that anlgform.pl resides and are producing
> > a valid report, then I'm not sure what else to suggest. This is
> exactly what algform.pl does. Do you have other Perl/CGI scripts running
> on your > server?
>
> I just tried a different (simple) PERL script and it worked OK...
>
> I turned the debug stuff on and this is what I'm getting back when
> running via the command line:
>
> F: Closing configuration file analog.cfg
> F: Opening stdin as configuration file
> F: Closing configuration file stdin
>
> Then it seems to go through opening and closing the log files OK...
>
> And finally it returns as the last line:
>
> F: Opening stdout as output file
>
> Does this look like normal behavior to you??? This error file is not
> being created when trying this through the browser...

Well, this is a problem with IIS. Error messages from CGI's are not written
to the web error log or the system error log, but instead are written to the
browser. The only error messages that I think you'll get are what you are
already getting. Although you could try adding an ERRFILE command to your
settings for the anlgform.pl run and see if that generates the messages in
that file.

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] analyze on Cobalt Raq's problem

2000-10-17 Thread Jeremy Wadsack



Favio Balestrieri wrote:

> I have installed analog-4.11-3.i386.rpm on my Raq3 server. Since the
> instalation, logs on GUI don´t run and all logs had stop.
>
> My administrator say:
> "was found that a program required for the logs to run is missing.
> The program is called "analog" and should be located in
> "/usr/local/sbin/analog".
> A different version of the program was found in "/usr/bin/analog".
>
> Does somebody knows how to solve this problem?
> Is there a pkg version of analog for Cobalt RaQ3?
> How can I move each file to the specific dir and if this will work?
> Do I have to install an old version of analog and with version is this?

In order for the RaQ to produce it's administrative statistics it needs to
run it's own version of Analog. Unfortunately, Cobalt is still using a really
old dist of Analog (2.X, I think). The best bet for getting regular Analog on
a RaQ is to ignore what's there and install Analog from the .tar.gz file,
building from the source. It will compile clean, with no modifications.

I have generally setup Analog to run right out of the admin space on the
machine, i.e. /home/sites/home/users/admin/bin/analog. This seems to work
well as long as there isn't a huge amount of data being stored there (if
you're using cahce files and DNS cache files and they are all stored in the
admin space you can overflow the user's space quota, but this is very large
and probably won't happen for several years on a fully loaded RaQ).

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] anlgform help NEEDED

2000-10-17 Thread Jeremy Wadsack



David Hinckle wrote:

> I'm at least part way there - It's now publishing the report to the
> browser.

So it sounds like you've got it working. Now you just need to configure the
settings for what you want to display.


> I ASSUMED   would work
> in the anlgform.html file but it seems to work only with the full path.

It does work, but it may not be relative to what you think. The above looks
for analog.cfg in the same directory as anglform.pl.



> I still can't get the OUTFILE stuff to work though. My permissions seem
> OK but *something* is screwed up. I took your advise and added the
> ERRFILE command to the cfg file - it printed OK (nothing in the document
> put at least it was generated). You have any ideas what to check? I'm
> about to throw in the towel...

OUTFILE doesn't have any effect in CGI mode. If you want to generate static
reports don't use CGI mode. If you want to generate dynamic, browser-driven
reports, don't use OUTFILE.


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] how do I EXCLUDE logfiles previous to a certain date?

2000-10-17 Thread Jeremy Wadsack



Claire Underwood wrote:

> Specifically, what I'd like to do is enter a LOGFILE command that will
> use the 30 days prior to the present date.  My logfiles are titled
> ex*.log where * is the date in ddmmyy format.  Obviously I could just
> enter the 30 logfile names, but if I want to do this on a regular
> basis is there a better way? I'd like to take the opportunity to say
> that analog is brilliant and I'm sO grateful that you've made it
> available.

There's the FROM command, but that would parse all your logfiles and
dump entries that aren't in the specified date range.

You can specify a month and year from the command line, something like
this:

./analog ex*1000.log

If you're on a unix system you can use the date command to do this from
a script. If you are trying to get thirty days before the current date,
spanning months, you pretty much have to do most of the logfile names by
hand, although a simple Perl script could come up with the names for
you.


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] analyze on Cobalt Raq's problem

2000-10-17 Thread Jeremy Wadsack



Favio Balestrieri wrote:

> Thanks Jeremy, I last question before trying. Do I have to install the old
> version of analog that resides on RaQ3 (I think it´s 2.11)

Yes. The RaQ admin interface depends on that being installed and performing
exactly the way it was written. You can't upgrade the installed analog to a
newer version without breaking their interface.


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] organization report options

2000-10-17 Thread Jeremy Wadsack



Scott Crevier wrote:

> I just installed 4.11 and am using the Organization report for the first
> time. I'd like to do two things with it:
>
> (1) have two identical reports, one sorted by requests and one by organization

You will need to run Analog twice to produce this with different settings each
time.


> (2) define common names for the hosts
>
> For the names, I'm thinking about something similar to what's possible with
> the SUBDOMAIN command. Maybe I could provide a list something like this in
> my config file:
>
> rr.com "RoadRunner"
> aol.com "America Online"
> wisc.edu "University of Wisconsin, Madison, WI"

This can be done with ALIAS commands, specifically HOSTALIAS. See docs/alias.html
for details

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] log file errors, and other stuff

2000-10-17 Thread Jeremy Wadsack



Doug Nelson wrote:

> I tried DEBUG (I think...you just type analog -DEBUG at command line?)
>
> not sure what to make of the output.

The syntax is DEBUG C or, from the command line, +V+C. See docs/debug.html for
details and how to understand it.



> I can see when I view the log file that it contains the browser and
> referrer info, but it does not come out in report.
>
> http://www.townofholden.net/outfile.html

>From your output:

Successful requests: 2,771 (1,116)
...
Corrupt logfile lines: 2,770

It appears that half your log file lines are being labeled "corrupt". Try the
debugging options and the -settings option to help see what Analog thinks it is
reading and figure out why it can't parse them.

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] searchword commands

2000-10-18 Thread Jeremy Wadsack



Matthew J Hunt wrote:

> Currently my report is showing the 20 most searched on terms.
>
> Is there a way to increase that number?

SEARCHWORDFLOOR see docs/floor.html for details.


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] log file errors, and other stuff

2000-10-18 Thread Jeremy Wadsack



Doug Nelson wrote:

> It looks more like all but one (2,770 of 2,771) are being labeled
> "corrupt".

No, because Corrupt Lines are not counted as Successful Requests. Therefore half of
your logfile lines are being read as corrupt.


> I tried the analog +V+C command and it just flew by for a few minutes.

Use redirection ("> errfile.txt") or the ERRFILE command.



> It seems to be doing most of the report fine, just not referrer or
> browser.
>
> I am not sure if this is an analog thing, or an Apache thing.

It's just not reading the logs with that information. I believe you originally said
half your logs were common and the other half combined format. Obviously it's reading
the logs in common format and failing on the ones with referrer and browser info. You
need to track down the problems and find the right logformat.



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] log file errors, and other stuff

2000-10-18 Thread Jeremy Wadsack



Doug Nelson wrote:

> I thought there was only one log: access_log from apache.
>
> Correction, there is also error_log.

> How do I tell which one is in which format? I know there are various
> config files involved, but which one (Apache or Analog) tells this? Or
> both?

Analog doesn't use the error_log. All teh useful error information can be gleaned from
access logs. The error log is designed to be human readable. This is covered in the 
FAQ.



> Should I just delete the log file and start over?
>
> I can send all or part of the config files if you'd like to see them.

If you look at all the access logs it should be obvious which ones contain referrer and
browser information. As I said before, the DEBUG and SETTINGS options can help you
determine exactly what Analog is doing.

Do you have any LOGFORMAT commands in you configuration? If not, then you must have a
non-standard logformat. You will need to use the DEBUG commands to figure out what 
lines
are not being read. If you can't figure out what the LOGFORMAT should be for those 
lines
(read docs/logformat.html for information on this) you can post a couple here and 
someone
can probably figure it out for you.

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] log file errors, and other stuff

2000-10-18 Thread Jeremy Wadsack



Doug Nelson wrote:

> Jeremy Wadsack wrote:
> > If you look at all the access logs it should be obvious which ones contain 
>referrer and
> > browser information. As I said before, the DEBUG and SETTINGS options can help you
> > determine exactly what Analog is doing.
> >
> > Do you have any LOGFORMAT commands in you configuration? If not, then you must 
>have a
> > non-standard logformat. You will need to use the DEBUG commands to figure out what 
>lines
> > are not being read. If you can't figure out what the LOGFORMAT should be for those 
>lines
> > (read docs/logformat.html for information on this) you can post a couple here and 
>someone
> > can probably figure it out for you.
>
> Aha! I see in the analog.cfg file that "# If you need a LOGFORMAT
> command it must go here, above the LOGFILE command."
>
> ... and there is ... NONE!!!
>
> I thought I remembered seeing this before, but maybe it was in Apache.
>
> So, do I need the same settings here? This can be confusing, but thanks
> to (for?) your patience, I think I am getting it.

Analog will autodetect many types of logformats. This is described completely in
docs/logformat.html (in case you're not finding these referneces, they're also online 
at, say
http://www.analog.cx/docs/logformat.html)


> LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
> combined
> LogFormat "%h %l %u %t \"%r\" %>s %b" common
> ...

> CustomLog logs/access_log combined

(By the way, you only need one CustomLog directive in your httpd.conf, you have two, 
but they
say the same thing.)

You should not need to provide any LOGFORMAT commands to Analog as it should understand
Combined, as defined in your httpd.conf. However, if that's not working, try adding

LOGFORMAT combined
LOGFORMAT common

to the top of you analog.cfg (before any LOGFILE commands) and see if it can read the 
file
better. If you are specifying LOGFILEs on the command line or a different config file 
use the
DEFAULTLOGFORMAT command in place of the LOGFORMAT commands above. If this doesn't 
work, you'll
have to manually go through the debug steps I've described to figure out a LOGFORMAT 
command
that will work.



> Also, thank you for writing this wonderful program.

Stephen Turner deserves full credit for that. I only hang around here answering 
questions when
I feel like it. :-)



> > HTH,
>
> HTH??

"Hope That Helps"


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] log file errors, and other stuff

2000-10-23 Thread Jeremy Wadsack



Doug Nelson wrote:

> NOW, my question is, how come the Organization Report and Host Report
> look like they do?
>
> I had these looking better BEFORE the update. I am using DNSTran to do
> the dnslookups, and it creates the dnscache file in the analog-4.13
> directory. I can see the file there, and looked at it to verify it is
> OK.
>
> Does this have to do with changing a "floor" setting.

Doug,

It would help if we had some idea of what your Organisation and Host reports
look like. My guess, since you are suggesting DNS lookups, is that they are
only numeric. If this is so, it has nothing to do with FLOOR settings, but
rather your DNS settings. You need DNS READ with DNSTran to get Analog to
read the file. Also make sure that Analog was configured (with settings or
when compiled) to look at the right DNS file.


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] A few comments from a new user

2000-10-23 Thread Jeremy Wadsack



Ron Savage wrote:

> Background: I compiled analog without editing anlghead.h. I'm using V
> 4.13
> under Linux.
>
> 1) This page:
> http://www.ron.ozstores.com/~rons/analog-docs/logfmt.html
> should, I think, state more explicitly that analog uses these
> special
> characters (%s, %S, ...), and constants (-, "-", ...) in the LOGFORMAT
>
> option to match the format of lines in the log file,
>
Doesn't this say that?
"In other words, it's just the sample line but with the hostname
replaced by %S, the username by %u etc."




> _and_ that analog can
> extract fields from the log file line and populate things like %v, so
> that
> the user can use %v elsewhere, eg in the LOGFILE command, and have
> analog
> supply a value for %v which analog ahs taken from a log file line.
>
>From docs/logfile.html, "The argument can contain a %v, and the name of
the virtual host will then be inserted at that point." But I agree that
it could mention where the virtual host information must come from.



> 4) This page:
> http://www.ron.ozstores.com/~rons/analog-docs/logfmt.html
> says "you will probably find it more convenient to use
> APACHEFORMAT". Joke.
> This stmt caused much grief. We use Apache, with this
> LogFormat commamd:
> LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
> \"%{User-Agent}i\""
> combined
> (although I ended up needing 12 LOGFORMAT commands of various
> patterns.
> That's my problem.)
> However analog runs fine if I use LOGFORMAT. It gives me
> '... large number of corrupt lines...' if I change all these
> to
> APACHELOGFORMAT.
> Why is this?
>
Because APACHELOGFORMAT lines use Apache's LogFormat tokens not
Analog's. You would need to write a line like
APACHELOGFORMAT ("%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\"
\"%{User-Agent}i\"")



> 5) This page: http://www.ron.ozstores.com/~rons/analog-docs/debug.html
>
> contains this line:
> The WARNINGS command acts similarly to the DEBUG command...
> but this section _doesn't actually say_ how to use the
> WARNINGS ON line (eg
> all by itself),
>
I think that's because, "By default all warnings are on." Also, I would
argue that the saying it acts similarly to the DEBUG command does
explain how to use it: Use ON for all on, OFF for all OFF or +/- letter
for each type.

> 6) When I use WARNINGS -R, the very first output line:
>   ./analog: analog version 4.13/Unix
>   is suppressed. Is this deliberate?

When there's no error or warning messages, then the header is
suppressed. This is normal Unix behavior (so if you run it as a cron job
outputting to email you don't get emails when everything works fine).

If you got messages, but no header, then this is probably a bug.


> 7) The docs don't clearly warn the me that if I install analog in one
> dir
> and I output to a different dir, and then try to use a browser to view
> the
> output, I need 2 copies of the lang and images dirs, one for analog to
> use
> at run time and one for the browser to use a view time.
>

That's because you don't. You only need language files for Analog when
it's run. When you look at the report that is created all the language
elements are inserted already. You DO need to have a fully qualified
path to your language files when you run the anlgform interface, but
this is specified in the docs and both form files.

BTW, I agree with the rest of your points.


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] Problems with Analog's Form with NT/IIS

2000-10-26 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> I'm having a problem getting the anlgform bit of Analog working (using
> Analog 4.13).
>
> I'm using the Wadsack-Allen anlgform.exe as we don't have Perl installed on
> our NT-4 sp6a box. I have Analog itself working fine, but using the form
> just gives me a "The page cannot be displayed. There is a problem with the
> page you are trying to reach and it cannot be displayed." browser error.

You need to go into your IE advanced Internet options and disable the "friendly
error messages" setting. This is masking the actual error message from the
server which makes it almost impossible to debug what is really going wrong.



> I've got the anlgform.cfg file in the CGI-BIN with anlgform.exe. I've
> configured the anlgform.cfg and the anlgform.html, but I can't seem to get
> them to work together.
>
> I've tried putting relative and absolute links in to anlgform.cfg, and the
> NT/UNC types ('\' and '/' type) and I can't get any joy.

Once you get a real error message from your server, that should provide more
insight as to where the problem is and how to fix it.


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] ARGSINCLUDE question

2000-10-26 Thread Jeremy Wadsack



Eve Edelson wrote:

> Hello,
> Can anyone advise about how to generate reports which separately
> treat (and actually list) hits on a script with different arguments,
> e.g.,
> /myscript?x=1
> /myscript?x=2
>
> I expected to see that in the REQUESTS section. Right now I am
> getting hits on /myscript all totalled. I have looked carefully at
> the documentation & the archive of this list, and played with the
> ARGSINCLUDE settings in the cfg file, to no avail. My latest setting
> is
> ARGSINCLUDE *
> ARGSFLOOR 1r

Unless you have some other ARGSINCLUDE / ARGSEXCLUDE or ARGSFLOOR command,
this should produce the results you need. You could try running Analog with
the SETTINGS command to see what it thinks it's using for settings and make
sure they correspond to what you believe you've set in the configuration.


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] logging multiple sites?

2000-10-27 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> I know this may be simple, and covered in the help files, but I was unable to find 
>an answer for this particular question.
>
>I want to log multiple web sites to different outputs. Other than creating a 
>different cfg file for each site (listing the logfile and outfile) and running 
>multiple instances of analog with command line arguments (for each different cfg 
>file), is there a way to do this in a single cfg file?

One report, one run. You need to run Analog a separate time for each report you want 
to make. I believe this is in the FAQ.


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] Browser info

2000-10-27 Thread Jeremy Wadsack



Tom Messmer wrote:

> For some reason I cant get analog to distinguish
> between the various browsers. It seems to think
> everything is Mozilla. I have a million BROWALIAS
> commands (that I lifted off this list)like this:
> BROWALIAS Mozilla/5.*[??]*(Win95*)* "Netscape 5
> (Win95)"
>
> No dice, I still get output limited to:
> 313707: Netscape 4 (unknown)
>  17757: Netscape 2 (unknown)
>
> This is not useful to me, and the only stats we are
> looking for are browsers! Does anyone have suggestions
> about how to grab useful browser info? I'm stuck.

Skip the BROWALIAS commands, use the Browser Summary. That's what it's there
for.


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] Reducing distinct hosts

2000-10-30 Thread Jeremy Wadsack



John Kelly wrote:

> Hi, I want to reduce only the distinct hosts served number in the summary
> report to exclude those hosts that request files out of my images directory
> from a remote site ( graphical links to my site being served by me on
> other peoples sites ). I tried adding the following to my analog.cfg
> file:
>
> FILEEXCLUDE /home/httpd/html/images/*
>
> but the distinct hosts served does not change when I rerun the report.
> I estimate it should be about half once requests to the images directory
> are excluded. Any ideas?

No. If you aren't hosting images to your site, then the hosts need to get links
to those images from your HTML pages. So those hosts are loading the HTML
pages. When they request the images (if they are really hosted on a different
site) then that site's server logs the request not yours.


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] (no subject)

2000-11-03 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> After installing and configuring Analog, I am able to get the Rerpot.dat file
> when clicking the Analog icon.  However, when I click Reports I just get the
> following:
>
> x VE analog 4.11 x hnc [my organization] x PS 2000 10 10 28 08 27 x SRO
>
> What have I configured incorrectly in the analog.cfg file?

This is Analog's Computer Readable Output format. I would guess (since you named
the file report.dat) that you have configured everything properly. The Analog
configuration command OUTPUT COMPUTER causes Analog to output in this format.


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] Logging analog results

2000-11-03 Thread Jeremy Wadsack



"mcristian@libero" wrote:

> i have automated my debian www server with a
> command line like this
> /usr/bin/analog -Ganalog.conf +gmonthly.conf
> because analog.conf contain a config that i use
> everyday and monthly.conf is a configuration for monthly
> statistics. I make various test but i got warning about
> command line to long for the option "-Ganalo"

The -G option doesn't take any arguments. It already knows what the default
configuration file is so it will ignore it. The command you want is just

/usr/bin/analog -G +gmonthly.conf



> and i would like to have a log for error and normal
> operation that analog execute normally
> reportmagic record all action in a log file but with
> analog ?!?

Use the ERRFILE command. This specifies a log file into which Analog will
send all it's messages.


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] Hello all

2000-11-03 Thread Jeremy Wadsack



Didier Bringer wrote:

> I cannot manage to have to browser reports indicating the data in
> Number of page request
>
> even if I use BROWSCOLS Pp  it shows 0
> if I use BROWSCOLS Rr it works
>
> But I'm trying to have all the data shown in Page request
> as it is more easy to read than in request

Likely none of your requests match the default include list for pages. In
Analog pages are anything that matches *.htm,*.html,*/ (and *.asp in newer
versions). You can add to this list with the PAGEINCLUDE command, for
example,

PAGEINCLUDE *.java




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] virtual sub-host report

2000-11-03 Thread Jeremy Wadsack



Joshua Ostroff wrote:

> I've just installed analog and can't find documentation that describes how
> to set up analog to report on both my primary domain and sub-hosts on the
> same server (each with its own log file).

>
> If that documentation exists, thanks for sending me a reference - if not,
> I'd be grateful for a short how-to on the list.

See the vitualhost example in the examples directory. This is also covered in
the FAQ (D7) and in somewhat in the Log rotation HOWTO on the Helper
Applications page (http://www.analog.cx/helpers/index.html)


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] .CFM pages as link in request report?

2000-11-06 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> Is there any way of setting ColdFusion pages (.cfm) to be links in the
> Request Report, as it does for html and ASP pages?

LINKINCLUDE *.cfm

See docs/include.html#LINKINCLUDE for details.



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] what am I doing wrong with REGEXP?

2000-11-06 Thread Jeremy Wadsack



Massimo Mezzini wrote:

> >> You really need to learn regexps before trying to use them. :)
>
> I know, but I thought I was through with REGEXP 101. Any tutorial to
> suggest?

If you've got Perl on your system, try 'perldoc perlre'.


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] (no subject)

2000-11-06 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> Dear JWadsack -
>
> Thanks for the assist.
>
> You indicate that I seem to have configured correctly and can get a
> "Computer Readable Output Format"
>
> What do I need to do now to actually see my statistics?  Do I need to
> install Report Magic to do so?

If you want to use Report Magic, then, Yes, you need to install it. However,
as described in the Report Magic documentation, it is better to get your
statistics working first in Analog. In order to see the results in Analog,
just remove (or comment out) the OUTPUT COMPUTER line and changed the OUTFILE
line to something like

    OUTFILE report.html

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] form interface

2000-11-06 Thread Jeremy Wadsack



"Glenda D. Monzon" wrote:

> I've installed analog 4.13 on UNIX and was able to run the analog
> and the anlgform.pl from the line command.  My problem is when
> running the anlgform.html using anlgform.pl.  I get  the "Server
> error"  and the error log says the following:
> ---
> trying to POST /analog/cgi-bin/anlgform.pl,
> cgi-parse-output reports:
> the CGI program /data/web/public/analog/cgi-bin/anlgform.pl
> did not produce a valid header
> (name without value: got line "
> (for help on all errors and warnings, see docs/errors.html)")
> 
>
> Any suggestions.

Likely the configuration settings you are sending to Analog from the form are
invalid. Try creating a config file with the same settings and running it
from the command-line. Also check to make sure the syntax of all the commands
is correct and you haven't mistyped a field name or something.


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] Multiple domains

2000-11-06 Thread Jeremy Wadsack



rob wrote:

> I have several different domains on my web server and i am trying to
> set up analog so that i can view each log file for each domain
> independantley of the others. the log files are in the home folders of
> each domain and all named the same. the path to each log file is
> /home/user/log/access.log (user being the user name.) is there a way
> of only viewing 1 domain at a time? i am running debian 2.2 with
> analog 4.13 any help would be great

Just set that domain's logfile as the LOGFILE in your configuration (or
secify it on the command line). e.g.

LOGFILE /home/user/log/access.log




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] specifying multiple logfile formats

2000-11-07 Thread Jeremy Wadsack



Peter Love wrote:

> The documentation says:
>
> "A logfile can sometimes have lines in several different formats. So
> you can specify several LOGFORMAT commands in a row, and they will all
> apply to the next logfile.".
>
> Should this also work with several APACHELOGFORMAT commands and/or a
> combination of LOGFORMAT and APACHELOGFORMAT commands?

Yes.


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] gzip problems [Analog 4.13, on Windows NT]

2000-11-07 Thread Jeremy Wadsack



Daniel Gehriger wrote:

> I know that there are a lot of other users out there who are experiencing
> the same problem, but I was unable to find the solution so far:
>
> I'd like to compress my log files with gzip. I downloaded the latest gzip
> and compressed them all. I then checked if "gzip -cd" uncompresses them to
> standard output; it did.
>
> I then added the option
>
> UNCOMPRESS *.gz ("gzip.exe" -cd)
>
> to the configuration file, and enabled debugging. The log file shows that
> analog uses this commandline to read the compressed log files, but it
> doesn't parse the content (everything is 0).
>
> I then checked if it runs the command, and removed the "-c" option. Indeed,
> after running analog, all logfiles were uncompressed, but of course, nothing
> usefull happened.
>
> So: how should I uncompress the files ? Is this a bug in Analog (pipe
> problem) ?

Usually you need to specify the full path to the gzip application. I assume
(since this works without the -c part, that you have it on your path. You might
also try this format, perhaps your command line will like it better:

UNCOMPRESS *.gz "C:\Path\to\gzip.exe -cd"


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] Puzzling log format?

2000-11-09 Thread Jeremy Wadsack



Glenn Murray wrote:

> Here is a look at my agent_log.  I've been unable to puzzle out
> the format command.  Analog says it can't auto-detect it.
>
> $ tail agent_log
> Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0)

LOGFORMAT %B


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] Saving log files data possible?

2000-11-09 Thread Jeremy Wadsack



Glenn Murray wrote:

> I run analog against log files on a campus server, and have
> it report on a tiny subset of all the pages served. The logs are
> rotated once a week.  I would like to generate cumulative
> reports, but I cannot save the log files: the weekly access log
> is typically > 100 MB and my user quota is 20 MB.
>
> I can get analog to give a report on the subdirectories I'm
> interested in, but only for a week's worth.  Is there a way to
> get analog to store cumulative results?

Analog has a feature called 'cache files' for just this. See docs/cache.html.

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] Puzzling log format?

2000-11-09 Thread Jeremy Wadsack



Glenn Murray wrote:

> On Thu, 9 Nov 2000, Jeremy Wadsack wrote:
> >
> > Glenn Murray wrote:
> >
> > > Here is a look at my agent_log.  I've been unable to puzzle out
> > > the format command.  Analog says it can't auto-detect it.
> > >
> > > $ tail agent_log
> > > Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0)
> >
> > LOGFORMAT %B
> >
>
> Thanks, that seems to work.  But I am not getting an
> operating system report---isn't that data in the line
> above?  Analog says it's turning off the "empty"
> operating system report.  I have OSREP ON in my .cfg.

Check your floors. Try OSFLOOR 1r or something. See docs/othreps.html#FLOOR
for details.

Jeremy Wadsack
Wadsack-Allen Digital Group



This is the analog-help mailing list. To unsubscribe from this
mailing list, 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] help with configuration

2000-11-10 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> I am having trouble setting up the configuration file the correct way. I am
> able to get a log onto my hard disk correctly.  Following is the information
> I have put in the config file:
>
> Logfile  C:\Program Files\WS_ftp|www.med-malpractice.com-access_log

You need quotes on the file name:

LOGFILE "C:\Program Files\WS_ftp|www.med-malpractice.com-access_log"


>  When I click the analog icon, I get a report icon.  When this is
> clicked, the information states there have been 0 successful requests.

If you use a DOS Prompt / Command Prompt to run Analog you'll get error messages
in the command window which will help you determine what you did wrong (for
example the above would have told you "Too many parameters for LOGFILE
command.")

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] comma in REGEXP

2000-11-10 Thread Jeremy Wadsack



Peter Love wrote:

> > I'm not really sure how to distinguish the two cases though. It's not been a
> > problem before I introduced regexps, because commas don't normally occur in
> > names.
>
> In this case I can split it into 5 separate REGEXPs, but others might
> come up in the future.  In the future, could the whole REGEXP be
> enclosed in quotes or something like that?

How about enclosing it in slashes, a la` Perl. Instead of

USERINCLUDE REGEXP:sret\d,pklove

use

USERINCLUDE /sret\d/,/pklove/


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] comma in REGEXP

2000-11-13 Thread Jeremy Wadsack



Stephen Turner wrote:

> Peter Love wrote:
> >
> > In this case I can split it into 5 separate REGEXPs, but others might
> > come up in the future.  In the future, could the whole REGEXP be
> > enclosed in quotes or something like that?
> >
>
> And Jeremy Wadsack wrote:
> > How about enclosing it in slashes, a la` Perl. Instead of
> >
> > USERINCLUDE REGEXP:sret\d,pklove
> >
> > use
> >
> > USERINCLUDE /sret\d/,/pklove/
>
> I agree something needs to be done. So let's think what.
>
> First, slashes are definitely out. Consider
>   FILEINCLUDE /~sret1/
> I suppose
>   FILEINCLUDE REGEXP:/~sret1/
> would work, but it still doesn't mean what you expect it to mean.

Good point. As with Perl, you'd end up having to use a lot of escape
characters.


> Quotes seem better. It is theoretically possible that a REGEXP might
> genuinely begin with a quote, which would mess things up. But it doesn't
> seem all that likely. Less likely than wanting a comma, anyway. :)

Or you couls allow any delimiter (somewhat like the rest of the configuration
command) as long as the end delimiter matches (or compliments) the start one:

  USERINCLUDE "user\d","sret\d"
  USERINCLUDE {user\d},{sret\d}
  USERINCLUDE #user\d#,#sret\d#

 or

  USERINCLUDE REGEXP:"user\d","sret\d"
  USERINCLUDE REGEXP:{user\d},{sret\d}
  USERINCLUDE REGEXP:#user\d#,#sret\d#


> Another option, which would be completely unambiguous, would be to require
> REGEXP:s to continue to the end of the line. So
>   USERINCLUDE REGEXP:user\d,REGEXP:sret\d
> would then have to be spelled out as
>   USERINCLUDE REGEXP:user\d
>   USERINCLUDE REGEXP:sret\d
>
> Anyone have any views on which solution is best -- or another better
> solution?

I thought about this, but that would make me think that you could combine
REGEXP and non-REGEXP on a single line, thus:

USERINCLUDE REGEXP:sret\d,pklove

(with the second being a standard match), which brings you back to the
original problem. Of course the docs could explicitly state that a line must
contain all REGEXP or all non-REGEXP commands, but nobody reads documentation.
:-)


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] gd 1.8.3 and png/jpeg support under Solaris

2000-11-14 Thread Jeremy Wadsack



Ian Stong wrote:

> Trying to compile gd 1.8.3 which says it requires libpng 1.0.6, zlib
> 1.13,
> and jpeg 6b.  Installed all those then components then compiled gd.
> Received some errors but modifying the Makefile removed them.
> However,
> running the gddemo program fails so something is not right.  Ideas -
> can you
> send me the top 20 or so lines of your Makefile if you got it working
> under
> Solaris 7 or 8.

gd will build on Solaris as easily as other platforms. You DO have to
modify the makefile in two places adding the jpeg library and headers,
but you have to do this on all platforms.

BTW, I assume this refers to Report Magic, which uses gs, in which case
it really should be on the reportmagic-help list
(http://www.reportmagic.com/lists). Analog does not use gd.



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] Virtual Hosts Report on multiple sub-domains in a single log file(fwd)

2000-11-15 Thread Jeremy Wadsack



liza ezbiansky wrote:

> Hi-- I'm running analog4.13 on Linux
>
> I want to change my apache access_log to include the virtual hostname,
> because we have multiple sub-domains that I want to log into a single log
> file.
>
> When I tried to set up analog to read from a sample log with the virtual
> host, it treats all lines as corrupt.
> (i do not get any error messages on the command line- just an empty report
> with "Successful requests: 0 \n Corrupt logfile lines: 6" )
>
> I did the following in my analog config file:
>
> LOGFORMAT (%S %u %j [%d/%M/%Y:%h:%n:%j]  "%j%w%r%wHTTP%j" %c %b "%f" "%B"
> %v)
> LOGFILE /usr/local/src/analog-4.13/tmp2.log %v
>
> (I also tried "LOGFILE /usr/local/src/analog-4.13/tmp2.log %v.domain.com",
> and other formats, cause it is unclear to me what this actually does)
>
> An entry in tmp2.log looks like:
>
> 63.14.193.62 -741136 - [08/Nov/2000:23:59:49 -0500] "GET /index.html
> HTTP/1.1" 200 15803 "-" "Mozilla/4.0 (compatible; MSIE 5.5; )"
> subdomain1.domain.com
>
> When I remove the %v from LOGFORMAT, LOGFILE, and take the hostname out of
> my log entries, the reports come out ok (but obviously with an empty
> virtual host report).
>
> Can figure out what I'm doing wrong.  Any thoughts?

This all looks right to me. You could try DEBUG C which will tell you exactly
what lines and where in the line the "corruption" occurs.


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] SEARCHQUERY Referrer

2000-11-16 Thread Jeremy Wadsack



Torjus Jensen wrote:

> Is there a way to show the referrer in the search query report?

No this is in the FAQ. See http://www.analog.cx/docs/faq.html Item B20.


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] Analog yields no results

2000-11-16 Thread Jeremy Wadsack



"Jason A. Crome" wrote:

> > Try to run the perl script manually from the command line. See if this
> > generates any particular error messages that can be of help. Also check
> > where is perl located in your computer (by running which perl or where
> > perl).
> >
> Running this didn't seem to generate any errors (unless I'm reading things
> wrong. . . ):
>
> ./anlgform.pl qv=1 LOGFILE=/www/devnetinc.com/logs/access_log
> REQINCLUDE=pages

1] This is not how you provide parameters to a CGI script. If you run
'./anglform.pl' it should ask you for parameters that you can then enter (and
terminate with ^D).




> gives me:
>
> log REQINCLUDE=pages
> Content-Type: text/plain
>
> CGI ON
> DNS NONE
> WARNINGS FL
> LOGFILE /www/devnetinc.com/logs/access_log
> REQINCLUDE pages
> OUTFILE stdout

This should be sent to your analog application, not to STDOUT. Did you
configure the anlgform.pl as described in the docs and the top of that file?

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] Analog yields no results

2000-11-17 Thread Jeremy Wadsack



"Jason A. Crome" wrote:

> Please excuse me for being dense. . .
>
> > > log REQINCLUDE=pages
> > > Content-Type: text/plain
> > >
> > > CGI ON
> > > DNS NONE
> > > WARNINGS FL
> > > LOGFILE /www/devnetinc.com/logs/access_log
> > > REQINCLUDE pages
> > > OUTFILE stdout
> >
> > This should be sent to your analog application, not to STDOUT. Did you
> > configure the anlgform.pl as described in the docs and the top of that
> file?
> >
> If I call the perl script from the command line I do get the results I
> expect.  I've tried changing OUTFILE in the perl script and in the
> analog.cfg file with no luck.  And I'm not finding (or not looking in the
> right place for) what I'm looking for to fix it.  Any suggestions.

In the form interface OUTFILE can only be stdout. That's the only way to get
it to the web browser. So you don't want to change OUTFILE.


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] Analog yields no results

2000-11-17 Thread Jeremy Wadsack



"Jason A. Crome" wrote:

> > In the form interface OUTFILE can only be stdout. That's the only way to
> get
> > it to the web browser. So you don't want to change OUTFILE.
> >
> So if calling the perl script from the command line gives me my results, and
> calling it from the HTML form doesn't, what needs to change so that I get
> results on the web page?

Then your web server is not properly configured. Do you have other cgi programs
running on the server? Have you setup the server to allow cgi programs from the
directory the script is in?


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] 7.0 days from Log, 8.6 days from Cache?

2000-11-20 Thread Jeremy Wadsack



Stephen Turner wrote:

> The problem is that specifying a cache file does not stop it reading the
> default logfile. You have to also specify
>   LOGFILE none
>
> This may be a bad design decision. I shall consider again what the
> appropriate behaviour should be. Comments welcome, of course.

I don't really see a point in having a default logfile. I think it tends to
cause more confusion than provide any useful feature. The only place I can see
it being useful is on a very simple site, that only have one logfile (or one
wildcard to match all logfiles). But most servers have multiple sites on a
server or multiple servers for a site.


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] odbc database

2000-11-20 Thread Jeremy Wadsack



"Mag. M. Faffelberger" wrote:

> - i write the log files of our web server directly into an odbc sql database
> for automated traffic alerting, ...
> - i know, that analog only can read logs from text files (is that right?)
> - does anyone know a tool, which automatically generates text-logs aut of an
> sql database, so that i still can use analog for analyzing the page views,

Most Databases these days come with SQL commands or utilities to export their
data into csv or other formatted flatfiles. MySQL for example allows "SELECT *
FROM table INTO OUTFILE filename." Oracle, MS SQL Server, Sybase and others all
offer this capability through bundled utilities.

You'd almost certainly end up having to write your own LOGFORMAT command for
Analog, though.


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] Search reports

2000-11-20 Thread Jeremy Wadsack



William Bunbury wrote:

> I can't get SEARCHWORD or SEARCHQUERY reports, despite turning the reports
> on (even with ALL ON, as well as switching them on individually).
> Yes, I am getting search engine hits on my website, and also I have the
> SEARCHENGINE commands there.
> The FLOOR commands are set to 0r
> SORTBY's match this (in terms of "REQUESTS")
> I'm using anaolg 4.13
> Umm...
> Other than that, all is very impressive indeed!
> Any clues?

You need to have referrer data in your web logs. This is where search engine
reports come from. Likely you are also not getting Referrer or Referring URL
reports, either. If you have Common format, try using Combined or W3C if your
server supports it.



>
> PS - I hope I'm OK replying to another e-mail to send this message?

Generally, it's prefferable to start a new message for a new thread.


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] Search reports

2000-11-20 Thread Jeremy Wadsack



William Bunbury wrote:

> I do have referrer data in the log files, and I am getting Referrer &
> Referring Site info.
>
> Example logfile entry:
> 130.101.2.98 - - [19/Nov/2000:17:47:24 -0500] "GET
> /About/History1700to1800.html HTTP/1.1" 200 94160
> "<http://www.google.com/search?q=Sir+Joshua+Reynolds%3A+Blenheim++Marlboroug
> h+family+portraits&btnG=Google+Search&hl=en&lr=&safe=off>" "Mozilla/4.0
> (compatible; MSIE 5.5; Windows 98)"
>
> Example from Referrer Report:
> <http://www.google.com/search?q=Sir+Joshua+Reynolds:+Blenheim++Marlborough+f
> amily+portraits&btnG=Google+Search&hl=en&lr=&safe=off>
>
> So that seems perfect.

No, because Analog isn't recognizing the Referrers properly. The <> around the
link are not standard, so you'll have to use a custom LOGFORMAT command to parse
them out. Taking the standard "Combined" format from docs/logfmt.html and adding
the brackets gives:

LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b "<%f>" "%B")
LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b "<%f>" "%B")

Try that (one line per command) and you should get better results.

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] Referrer & Search Word Reports

2000-11-21 Thread Jeremy Wadsack



Mary's Gardens wrote:

> Can the Referrer Report configuration command be augmented so the
> actual website files requested in the search engine referrals can be
> displayed, as well as the search engine and the query string?

No, see the FAQ item B20 (http://www.analog.cx/docs/faq.html#faq128)



> Why, for many referrer queries listed in the Referrer Report are none
> of the query words listed also in the Search Query Report and/or
> Search Word Report, even though one or more is clearly operative in
> requesting a website file?

Because you haven't defined SEARCHEGINES for them. The Search* reports
produce results only for Search engines defined in your configuration with
the SEARCHENGINE command. See docs/args.html#SEARCHENGINE for details.


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] dailyrows starting from a certain date and Referrer configuration?

2000-11-21 Thread Jeremy Wadsack



"Yan P. Yuan" wrote:

> Hi, Analog gurus out from the digital world,
>
> ( 1.)
> wo knows whether that'd be possible to run Analog's dailyrows just starting
> from a certain date?
> Until now, I only knows the config-command:
> FULLDAILY ON
> FULLDAILYROWS +75
> to limit the daily statistics to the last 75 days.
>
> Would that also be possible to use
> FULLDAILYROWS 1.Sep.2000   #(or the like.)

No, in fact, the command is

FULLDAILYROWS 75

with no "+". However, you could, with a simple Perl script or maybe a fancy use of the
date command, come up with the right number for every day or however often you run
reports.





> ( 2.)
> How to configure the "Referrer Report" not to report all the query links?
>  For example:
>  9761: http://somehost.heidelberg.de/
>  7045: http://www.altavista.com/cgi-bin/query
>29:   http://www.altavista.com/cgi-bin/query?q=Mycoplasma+pneumoniae&pg=q&qe
>24:   http://www.altavista.com/cgi-bin/query?q=mycoplasma&kl=XX&pg=q&Translate=on
>...cut...
>
> I'd disable the links for the altvista's queries.
> Using "ARGSEXCLUDE http://www.altavista.com/cgi-bin/query*"?
> But one has to add so many ARGSEXCLUDE...?

REFARGSEXCLUDE *


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] most visited pages and percentage of total hits

2000-11-21 Thread Jeremy Wadsack



HQWEB wrote:

> Hello,
> We are trying to find out if its possible to show the 6 most heavily visited
> pages with no. of hits and percentage of total hits.
>
> Thanks a lot for any help on this.

REQFLOOR -6r
REQCOLS rR


See docs/othreps.html#FLOOR and docs/othreps.html#othCOLS for details.



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] Large Log File !!!

2000-11-22 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> But My server is Sun E250 model. It has 2 GB memory(RAM) & 9GB hard disk. Are you
> have another solution for me to generate our analog statistics report on monthly
> basis.

If you're running Solaris you can build Analog with 64-bit support. This is covered
in a thread in the
archives:http://www.mail-archive.com/analog-help@lists.isite.net/msg05539.html.

If you're running Linux on your E250, then you're stuck. There's no way for linux
to really handle files larger than 2GB. You need to use split as Chris suggested to
recover your logs and then start rotating them, or switch back to Solaris or some
other 64-bit capable OS.


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] most visited pages and percentage of totalhits -Reply

2000-11-22 Thread Jeremy Wadsack



HQWEB wrote:

> Great thanks. Is it also possible to list the number of hits on a specific
> page by day (ie. over one month)?

Sure, use the REQINCLUDE to specify the day and FROM and TO to specify the
period. See the docs for details on these commands (start with
docs/indx.html).



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] Logfile help

2000-11-22 Thread Jeremy Wadsack



"Mohammad, Masum" wrote:

> Hi,
>
> I was wondering if anyone can help me to findout the answer that I am
> looking for from these log files. In our server SunOS 5.6 (4.00gb memory, 4
> cpu's) it's showing the logfile just like this:
>
> 208.18.146.139 - - [08/Nov/2000:22:59:04 -0600] "GET /papz/sprint.jsp
> HTTP/1.0" 200 998 0
>
> The example that I found in the Analog to see the Web Server Statics for a
> server looks like this:
>
> statslab.cam.ac.uk - - [31/Dec/1999:10:11:12 +] "GET /sample.html
> HTTP/1.0" 200 1234 "http://referrer.com/" "Mozilla/4.0 (compatible; MSIE
> 4.01; Windows 98)"
>
> As you can see from the above two logfiles first one doesn't have any
> information about the hppt://* address. I meant it doesn't have any
> information about the pages that it's hitting in different time, instead it
> has the status/error code in that place. And that's why it's not running the
> Analog and I'm getting error. Please let me know if the above log file will
> work for analog or not. I am also not sure where to make changes in the
> analog.cfg file to run this kind of logfile.

Masum,

The logfiles you have are almost Common log format. The ones in the example are
Combined. Analog can automatically recognize many types of logfiles, and can be
configured with the LOGFORMAT command (see docs/logfmt.html) for almost every
other possbile logformat. Your logformat is like Common Format with an extra
field at the end. So taking the LOGFORMAT statements from the documents for
Common format and adding a %j to the end should work:

LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b %j)
LOGFORMAT (%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b %j)



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] Error Messages

2000-11-22 Thread Jeremy Wadsack



"Mills, Wallace" wrote:

> I have just install analog and am trying to set up the configuration
> parameters to achieve the results required.
> When I run analog I receive the following error messages:
> Turning off empty search word report
> Turning off empty operating system report.
> I have looked in the FAQ and other relevant docs but can not find any
> mention of these errors, (I may have missed it of course), can anyone please
> point me in the correct direction as what is causing these error messages
> and how to rectify same.

Either you don't have browser and referrer information in your logfiles (perhaps
you have Common Log Format files?) or you have your floors set to low. See
docs/logfmt.html and docs/othreps.html#FLOOR respectively.


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] Log Format Changed by my ISP and Can't Determine New Format!

2000-11-27 Thread Jeremy Wadsack



"Jonathan K. Wong" wrote:

> The New Log Format (below, one record):
>
> [www.yhchang.com/jkwong] 24.130.77.227 - - [05/Oct/2000:16:00:35 -0700]
> "GET / HTTP/1.0" 200 1932
> "http://www.webbyawards.com/event/webcast/awards/sf_moma/sf_moma.html"
> "Mozilla/4.7C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; I; PPC)"

Try this pair of commands:

LOGFORMAT ([%v]%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b)
LOGFORMAT ([%v] %S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b)

or this, depending on what you want your virtual host to look like:

LOGFORMAT ([%v/%j]%S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b)
LOGFORMAT ([%v/%j] %S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b)


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] Log Format Changed by my ISP and Can't Determine New Format!

2000-11-28 Thread Jeremy Wadsack



"Jonathan K. Wong" wrote:

> Jeremy,
>
> Thanks very much for your suggestions.  Perhaps I am using the commands you
> offered incorrectly, but no luck.  All of the older log files processed fine
> with "LOGFORMAT AUTO", but none processed using your commands.

Ok, I see a mistake in the commands. There's a space missing in the first line,
try these instead.

LOGFORMAT ([%v] %S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r%wHTTP%j" %c %b)
LOGFORMAT ([%v] %S %j %u [%d/%M/%Y:%h:%n:%j] "%j%w%r" %c %b)

Also, to be able to parse your old logs you'll need to include

LOGFORMAT COMMON




> To eliminate the possibility that my use of your commands was incorrect:
> Should have simply pasted them into my analog.cfg and follow them by the
> location and reference to the new files in the new log format?

Paste them into the file, each command on one line, making sure that the
LOGFORMAT command comes before the LOGFILE command that contains that format.

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] LOGFORMAT

2000-11-28 Thread Jeremy Wadsack



Ricardo Garrido wrote:

> I´ve got a problem with my log format. I´m trying to "tell" the program how
> the format is with LOGFORMAT but it doesn´t work.
>
> My logs are of this kind:
>
> #Fields:  time  c-ip  cs-method  cs-uri-stem  sc-status
> 11:48:33  170.253.132.1  GET  /Default.htm  200
>
> And i put in my analog.cfg this command:
>
> LOGFORMAT  (%h:%n:%j  %S  %j  %r  %c)
>
> I think this is correct but... well, the warnings are:
>
> c:\analog 4.11\analog.exe: Warning C: Ignoring corrupt format line
> in logfile
> c:\analog 4.11\analog.exe:...cont...: (reason: time without date or
> viceversa)
> c:\analog 4.11\analog.exe: Warning L: Large number of corrupt lines
> in logfile
> c:\logZamudio\w3svc6\ex001105.log: try different LOGFORMAT
> Current logfile format:
> #Fields:\n
> #%j\n
>
> * The forth line is where my log archives are.

[1] You don't need to specify a format for W3C Extended logfiles, Analog will
autoparse them.

[2] You need to include a date in each logfile line. Analog told you this in
the message above: "reason: time without date or viceversa".

If you are running IIS, you can add the date field by going into the Microsoft
Management Console for IIS, find each web site, go to properties and select the
logs tab. In the advnaced settings for the logs, check the 'date' option.

To recover the use of your old logs, look at the tools available on the Helper
Applications page.


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] LOGFORMAT / LOGFILE troubles

2000-11-28 Thread Jeremy Wadsack



liza ezbiansky wrote:

> I'm having trouble when the logfile is passed in on the
> command-line, instead of in the config file.  I have been doing this with
> an older version of Analog, without any problems. But now:
>
> In my config (www.daily.cfg), the first line is :
> LOGFORMAT (%S %u %j [%d/%M/%Y:%h:%n:%j] "%j" %c %b "%f" "%B" "%r")
>
> I call:
> [liza@ds /usr/local/src/analog-4.13]$ ./analog -G +gwww.daily.cfg
> /usage/logs/www/access_log.new_format >/home/liza/public_html/tmp/new.html
>
> And i get the following errors (and an empty report):
> ./analog: analog version 4.13/Unix
> ./analog: Warning D: LOGFORMAT in configuration file www.daily.cfg with no
>   subsequent LOGFILE

Use DEFAULTLOGFORMAT to set a format that applies to later configuration files,
including the command-line. See docs/logfmt.html for details.




> I was also wondering if there is any way to give HOSTEXCLUDE a range of
> IPs?

You can use wild cards for any INCLUDE/EXCLUDE statement. For example,

HOSTEXCLUDE 192.168.*

This may require several commands for a limited range:

HOSTEXCLUDE 10.100.200.1
HOSTEXCLUDE 10.100.200.2
HOSTEXCLUDE 10.100.200.3
HOSTEXCLUDE 10.100.200.4
HOSTEXCLUDE 10.100.200.5
HOSTEXCLUDE 10.100.200.6
...

Or you can user regular expressions,

HOSTEXCLUDE REGEXP:10.100.200.[1-6]



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] Help setting up Cache file!

2000-11-29 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> I have analog verson 4.1with analog 3.11 config files on a Raq3 server.
> I've read the documentation and still like others that I've read about in
> the archives remain confused.  This is my analog config file:
>
> LOGFILE /home/sites/site59/logs/web.log
> CACHEFILE /home/sites/site59/logs/cache
> HOSTNAME "www.domain.net"
> HOSTURL http://www.domain.net/
> OUTFILE /home/sites/site59/web/stats/report.dat
> IMAGEDIR http://ns1.domain.net/anaimage/
> MONTHLY ON
> WEEKLY  ON
> FULLDAILY   ON
> GENERAL ON
> REFERRERON
> DAILY   ON
> STATUS  OFF
> LINKINCLUDE pages
> OUTPUT COMPUTER
> CACHEOUTFILE /home/sites/site59/logs/cache
>
> The error I get out is:
> /usr/local/analog-4.1/analog: Warning L: logfiles
>   /home/sites/site59/logs/cache and /home/sites/site59/logs/web.log overlap:
>   possible double counting
>   (For help on all errors and warnings, see docs/errors.html)
> /usr/local/analog-4.1/analog: Fatal error: cache output file
>   /home/sites/site59/logs/cache already exists: won't overwrite: exiting
>
> The analog config file is ran every morning at 4am. My log files only get
> rotated once they reach a certain size.Like about 10meg or whatever I
> set them too.  Some of my domains are set much higher because of the amount of
> traffic they get.  I'd like to set them to 1 meg and use the cache file
> if I can.  But I'll still struggling with it.
> Any ideas?

This is covered in the documentation under docs/cache.html: "When using the
cache files, you have to be careful to store separate data in each cache file.
So you shouldn't use an old cache file to make a new cache file, and then
analyse both cache files together."

Also see the many threads that cover this issue, like
http://www.mail-archive.com/analog-help@lists.isite.net/msg06901.html

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] Double Counting

2000-11-29 Thread Jeremy Wadsack



mhanson wrote:

> Right. I read that actually.
> I realize there's nothing to worry about, but when I generate
> a report for virtualhost-1, I'm getting information from virtualhost-2
> and virtualhost-3.
> Is there anyway to stop that?
> If I'm generating a report for virtualhost-1, I only want information
> for that virtualhost.
>
> Is the solution to put the logfiles in seperate areas?

If you put the logfiles in your analog.cfg AND in your form, then they will get
read twice. If you want to specify them from the form, then remove them from
your anlog.cfg.

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] Double Counting

2000-11-29 Thread Jeremy Wadsack



mhanson wrote:

> heh. Ok, I guess I'm /really/ confused now.
> This doesn't seem like it should present any
> problem, so I must really be goof'ing up somewhere.
>
> Jeremy - if I specify the logfiles from the form, and not in
> analog.cfg - things don't work correctly.
>
> When I goto the form and attempt to run a report
> for (any of the virtualhosts) when analog runs it
> attempts to parse "/var/log/access_log" and not
> the logfile specified in the form.
>
> Suggestions?

Put

LOGFILE none

in your analog.cfg or (better) recompile Analog with the defualt logfile in
anlghead.h set to none.

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] solution for isp's?

2000-11-29 Thread Jeremy Wadsack



Jeffrey A Schoolcraft wrote:

> Is this a viable solution for an ISP or someone who would like to charge users for 
>bandwidth.  something like /url/username/  I'd like to group reports by username for 
>users, overall for myself.  but get breakdowns smaller than 1 hour, like 5 minutes.
>
> If this is possible please tell me how?

I'm not sure what you're asking Jeff. If you mean is Analog a good tool for IPSs 
there's hundreds of IPSs out there that would probably tell you "Yes!". As for 
generating virtual host reports (or multiple user reports) for each client and an 
overall for
your self, this is covered somewhat in the docs, in the FAQ and in the sample config 
in the examples/ directory of the distribution.

Just rememeber one run -- one report. You need to run Analog for each report you wish 
to create, with the proper settings for each report. This is easiest to do with a 
script.



> (would love a ODBC output to mysql or something)

Analog has something called Computer Readable Output (OUTPUT COMPUTER) that produces, 
by default tab-separated value files that are easy to import into a spreadsheet or 
database. These files are essentiall the same information in the reports, which may or
may not be what you're looking for.


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] adding data to montly report

2000-11-30 Thread Jeremy Wadsack



Jaume Teixidor wrote:

> I wold like to add the "different machines" count number that appears on
> General Report to the Montly Report, as a Column like Requests and Pages

You can't. This is covered in the FAQ:
http://www.analog.cx/docs/faq.html#faq128 ("Can I find out the number of
hosts visiting on each day?")


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] adding data to montly report

2000-11-30 Thread Jeremy Wadsack



Jaume Teixidor wrote:

> To be more exact I mean a kind of "Number of Hosts" for MONTHCOLS

What you're asking for is "Can I find out the number of hosts visiting each
month?" This is exactly the same question as "Can I find out the number of
hosts visiting on each day," to which the answer in the FAQ is 'No.'

Please read the FAQ.


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] Outgoing Logs? - Request Report

2000-12-01 Thread Jeremy Wadsack



Rainer Daniel wrote:

> Hi there,
>
> I try to analyse our outgoing proxy logs (CLF) with analog. Therefore, one of the 
>non-empty reports is the Request Report. Is there a way to summarize  for example
>
> www.xxx.de/.../a.htm
> .
> .
> .
> www.xxx.de/z.htm
>
> just to
>
> www.xxx.de ?

REQALIAS www.xxx.de/* www.xxx.de



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] Computer Output

2000-12-01 Thread Jeremy Wadsack



Wallace Mills wrote:

> As a newcomer to this list, please bear with me if I  ask what
> might seem to be a stupid question. I have read the docs which
> came with analog but could not find any reference to my problem.
>
> I have just installed analog  4.13 and am experimenting with the
> different types of output it can produce. I am having trouble
> producing a readable CSV file. I use excel to open the file but
> it appears to be empty. However if I look at the file generated
> on my Linux box using the "less" command  it does contain
> information. In the analog.cfg file I put OUTPUT COMPUTER  and
> COMPSEP ,  (comma).  As I stated this does appear to produce an
> output which is readable on the Linux box but not readable on
> the windoze when using excel. Is there something else I have to
> add to the config file or is this just a quirk of excel??

It's possible that Excel can't understand the Unix linendings that the file
may be producing and is expecting DOS style line endings. Also, some older
versions of excel used a ';' for CSV (apparently developers at Microsoft
didn't know what a "comma" was :).


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] solution for isp's?

2000-12-04 Thread Jeremy Wadsack



Jeffrey A Schoolcraft wrote:

> * Jeremy Wadsack ([EMAIL PROTECTED]) wrote:
> >
> >
> > Jeffrey A Schoolcraft wrote:
> >
> > > Is this a viable solution for an ISP or someone who would like to charge users 
>for bandwidth.  something like /url/username/  I'd like to group reports by username 
>for users, overall for myself.  but get breakdowns smaller than 1 hour, like 5 
>minutes.
> > >
> > > If this is possible please tell me how?
> >
> > I'm not sure what you're asking Jeff. If you mean is Analog a good tool for IPSs 
>there's hundreds of IPSs out there that would probably tell you "Yes!". As for 
>generating virtual host reports (or multiple user reports) for each client and an 
>overall for
> > your self, this is covered somewhat in the docs, in the FAQ and in the sample 
>config in the examples/ directory of the distribution.
>
> I guess what I mean is this: How microscopic can you get?  If I've read through the 
>docs right, you're not going to be able to get any more than per file per day, and 
>per hour per day.I think I can do the /usr/*/ $1 thing to get split by users, but 
>still that's as detailed as I can get correct?
>
> >
> > Just rememeber one run -- one report. You need to run Analog for each report you 
>wish to create, with the proper settings for each report. This is easiest to do with 
>a script.

One report -- one run. Other than that you can microscope it as much as you want. Just 
one day ?

FROM -00-00-01

Just one minute ?

FROM -00-00-00:-00-01

Just one file?

FILEXCLUDE *
FILEINCLUDE /thefile.html

...

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] adding data to montly report

2000-12-05 Thread Jeremy Wadsack



Jaume Teixi wrote:

> Stephen Turner wrote:
>
> > On Fri, 1 Dec 2000, Jaume Teixi wrote:
> >
> > > I just was pondering that if I run analog each a month and on General Report
> > > Produces "Number of Hosts" why not to include this count on the Monthly
> > > Report.more preciselly:
> > > why not to count hosts-month and include this count as Number of Hosts
> > > options for MONTHCOLS
> > > And this could be consider as really POSSIBLE and as a great improvement for
> > > future releases
> >
> > I understood your question. The reason it's not included is because it would
> > take an enormous amount of memory to calculate. It's fundamental to analog's
> > speed that it records the total number of hits on each day, and the total
> > number from each host, but not the number from each host on each day.
> > Changing this would require a complete rewrite of the program, and the end
> > result would be slower and use more memory.
>
> Hi Stephen,
>
> I think that this feature shold be in seriously consideration, I will try to
> explain on dated cols (where the real evolution of a site could be examined) are
> by now based on Requests, Pages and Bytes you look at them by months or by
> weeks and can examine cleary the evolution of your site demand 
> except when you decide to release a new site design and contents and increment
> your site space in your server. then real visits can requests more pages ad so
> more bytes... or when you change your design and either than 4 images for page
> your Marketing Director decide to put 14 images per page.
> your visits could not incrise but in effect this will produce more requests to
> the site... well allways you could calculate and average between the site
> space in the machine by number of requests, pages and bytes.
> but don't you think that if we could add a column called "Hosts" joined to
> "Requests" and "Pages" will be more usefull for understanding site demand ?

You can never know the number of "real visits" to your site. This is covered in
docs/webworks. Knowing the number of unique hosts is not necessarily correlated with
the number of real visits either. Say your site generally hits people who connect
through their office, but your Marketing Director has a brilliant idea to post and
ad on AOL. Wow! you just added a HUGE number of unique hosts to your site, but
perhaps only two real visitors. Or the other way around, you only added two dozen
new unique hosts to your site when you picked up any ISP, but you've got five
hundred new visitors.

On top of that, as Stephen already said, it would be nearly technically impossible
to do this for any medium to large site. To track this Analog would have to remember
a list of hosts for every day it tracked. If you run a report with "FROM -00-00-01"
you'll see an approximate amount for unique hosts you have per day. Now multiply
that by the number of days you want to track. That's a huge number of host records
it has to remember. It would take incredible amounts of memory just to process the
simplest logs. Analog's goal is to be fast, efficient, and memory conservative.
Adding this columns would defeat all of that.

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] Compatibility question

2000-12-06 Thread Jeremy Wadsack



"Zagula, Laurie" wrote:

> Does anyone know if this product is compatible with ORBIX made by
> IONA?  The log files seems to be in a proprietary format but I do not
> know much about either product.  We run a complete JAVA application.
> Any information would be appreciated.

Analog can be leveraged to analyse almost any log format, provided it
has date, time and 'request' data. Using a custom LOGFORMAT definition
(http://www.analog.cx/docs/logfmt.html) you can match almost any
logfile. If, after reading the docs, you are still having trouble
matching it, you can post 5-10 lines of the logfile on the list and
someone here may be able to produce a LOGFORMAT line for you.


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] exluding host from HOURLY summary

2000-12-06 Thread Jeremy Wadsack



Mike McCullock wrote:

> I've looked throughout the documentation and can't seem to find anything
> that will filter out the server from the Hourly Summary.  I tried
> HOSTEXCLUDE followed by the IP with no luck.  We have something that runs
> every night at a certain time and I'm getting a huge spike for that
> hour.  I apologize if I've missed something obvious here but any insight
> would be greatly appreciated.

HOSTEXCLUDE will filter out all logfile lines from a given host. So if you
exclude the unwanted machine, it won't appear in the Hourly Summary or any
other report. If you are doing DNS lookups, you may need to use the DNS name,
not the IP number for the HOSTEXCLUDE command.


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] Compatibility question

2000-12-06 Thread Jeremy Wadsack



"Zagula, Laurie" wrote:

> Here is a few lines from our log file.   Can anybody help me to see if
> this is compatible with the Analog software?
>
> Thank you very much,
>
> Laurie
>
> warning: binding to hostname "access74" (interface 18.168.230.167)
> warning: waiting for connections on port 16000 (IIOP) and port 80
> (HTTP)
> warning: IOR for Wonderwall is
> 
>IOR:0100120049444c3a49494f5050726f78793a312e32004c000101110061636365737337342e6169672e636f6d803e2c003a5c61636365737337342e6169672e636f6d3a49494f5050726f78793a3a3a4946523a49494f5050726f787951010100110061636365737337342e6169672e636f6d803e2c003a5c61636365737337342e6169672e636f6d3a49494f5050726f78793a3a3a4946523a49494f5050726f7879
>
> warning: IIOP connection opened: [BREKHELE(167.230.24.41):2814, handle
> 240]
> warning: IIOP connection closed: [BREKHELE(167.230.24.41):2814, handle
> -1]
> warning: IIOP connection opened: [BREKHELE(167.230.24.41):2817, handle
> 224]
> warning: IIOP connection opened: [BREKHELE(167.230.24.41):2818, handle
> 204]
> warning: http: sending error: "404 Not found" for "/Classes/iona.cfg"
> warning: IIOP connection closed: [BREKHELE(167.230.24.41):2817, handle
> -1]
> warning: IIOP connection closed: [BREKHELE(167.230.24.41):2818, handle
> -1]
> warning: IIOP connection opened: [BREKHELE(167.230.24.41):2819, handle
> 216]
> warning: IIOP connection opened: [80P08087(167.230.64.212):1426,
> handle 220]
> warning: IIOP connection closed: [80P08087(167.230.64.212):1426,
> handle -1]
> warning: IIOP connection opened: [80P08087(167.230.64.212):1427,
> handle 208]
> warning: http: sending error: "404 Not found" for "/Classes/iona.cfg"

Laurie,

Analog won't analyse anything without both date and time on the request
line. This log appears to be just a log of errors and warnings meant to
be read by humans, not computers. If your service provides an access log
with information about what files are requested by what hosts at what
time, that would be more useful. (There is a discussion similar to this
in the Analag FAQ regarding error log parsing)

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] .pl's with method POST not counted...

2000-12-07 Thread Jeremy Wadsack



"Orion (Steve Pirk)" wrote:

> What would you recommend for situations where you have multiple server
> logs for the same site? (eg. 2 servers both logging data)? During Beta
> testing, analog was reporting a lot of double counted log entries (events
> occuring in more than one file at the same time). It is my feeling that
> these warnings can be ignored...

Analog in only noticing that the dates of the files overlap, but since you know they 
are separate servers (and not duplicate logs from one server) you can safely ignore 
these warnings.

> I noticed some problems with FILEINCLUDE - where when I did a
> FILEINCLUDE /cgi-bin/* or a FILEINCLUDE *.pl that was the only file
> reported on. I kinda assumed that the same might happen if I used
> PAGEINCLUDE :-)
>
> Is it true that with some of the variables, if you "set" it by defining
> a value, it takes on only the defined value?
>
> I will try the PAGEINCLUDE *.pl and see what happens.

All the *INCLUDE/*EXCLUDE command, when first used, make the assumption that the 
reverse applied to all other settings. So

FILEINCLUDE index.html

immediately applies

FILEEXCLUDE *

This doesn't apply to PAGEINCLUDE because the default configuration already has

PAGEINCLUDE */,*.html,*.htm

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] ACK - Daily stats

2000-12-08 Thread Jeremy Wadsack



Jeffrey A Schoolcraft wrote:

> Your perl time troubles can be settled by installing the DateCalc.pm (perl module), 
>you can probably get it from www.cpan.org.

Or just use the gmtime function (or localtime function) in a list context:

$time = (time);
$time = $time - 86400;
@date = (gmtime($time));

Try 'perldoc perlfunc' and look up the gmtime or localtime to get a reference of what 
each element inthe array matches, but it becomes essentially what you've split, and 
finessed with the rest of your code.

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] ACK - Daily stats

2000-12-08 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> Btw, there seems not to be something like a "visits"-analyze in analog, like
> e.g. in webalizer.

No, see the FAQ, http://www.analog.cx/docs/faq.html#faq131.


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] several logfiles

2000-12-08 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> Hi,
> we have daily logfiles. If I use analog daily with each logfile respective,
> analog overwrites the results from the day before.
> Must I combine all logfiles to one big file in order to get one logfile
> analyze for all days? Or is there another way to have the desired results?

You can provide a comma-separated list, wildcards or mutliple LOGFILE commands
in your config file:

LOGFILE /var/logs/httpd/*access*


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] 24 hour to 12 hour time and some custom aliasing

2000-12-11 Thread Jeremy Wadsack



Stephen Turner wrote:

> On Sun, 10 Dec 2000, Scott Haneda wrote:
> >
> > At the top of the report I have this...
> > Program started at Sun-10-Dec-2000 03:20.
> > Analysed requests from Sat-09-Dec-2000 18:57 to Sun-10-Dec-2000 03:18 (0.35
> > days).
> >
> > And I would like to have that in 12 hour time rather than the 24 hour
> > military style it is in now
>
> Military style? Wow. I've never thought of it like that. Though I have to
> admit, I was amazed on my recent visit to the US to find bus timetables
> written in the 12-hour clock.
>
> Anyway, it's not possible at the moment, but I guess I could add it in a
> future version.

Most people in the US use 12-hour clocks and consider 24-hour format to be
"Military Style." It would seem that as part of the US localization (LANGFILE
lang/us.lng) that the time would be converted to 12 hour format.

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] config file for computer output

2000-12-11 Thread Jeremy Wadsack



Chris Geake wrote:

> I am only using 1 .cfg file for analog, the default one only I added the two 
>following lines to the file;
> OUTPUT COMPUTER
> OUTFILE report.dat
> I am not sure if an OUTPUT statement is getting run after mine, I don't see anything 
>in the config file.
>
> I do not think it is converting the data to computer output, have you a computer 
>output file that was generated by
> analog I can test my other settings with?

Apparently there are some settings that are overrinding yours on the server, for 
example, perhaps your ISP runs
"mandatory" configurations after the clients. You need to talk to your ISP and find 
out why it's not producing
COMPUTER output like you requested. An OUTPUT COMPUTER file looks something like this:

xVEanalog 4.1
xHN[my organisation]
xPS2000 05 06 11 08
xFR2000 01 01 00 14
xLR2000 01 31 23 59
...



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] NT - I can't get no satisfaction!

2000-12-11 Thread Jeremy Wadsack



boris wrote:

> IS THIS possibly a clue?
>
> C:\Perl5\nsperl.exe anlgform.pl
> 
> ^C (interupt)
> 
> THE WHOLE report here using the logfile.log (even though it's commented out
> in the .cfg??)
> 
> ^C (interupt)
> D:\home\analog>

Analog.exe is compile with logfile.log as the default file. If you delete this
from the Analog directory, it will tell you it can't find it, which you can
safely ignore. (Again, Stephen, I would recommend on the Windows build that this
be set to 'none' in the header, since the logfile.log is only useful for an
initial test, and thereafter an anoyance.)



> So my guess is when I launch anlgform.pl from the browser it's just sitting
> behind the scenes in "

No that only happens in offline mode. When run through a webserver, it will get
it's parameters from the CGI variables.


Have you tried running this from another directory. The server isn't running it
in the ontheline.onlineserve.net/stats directory. Try something like this and
see if you get errors:

C:\Perl5\nsperl.exe C:\Inetpub\wwwroot\...\stats\anlgform.pl

Also, make sure you have set the location of your LANGFILE and DOMAINS file in
your analog.cfg.


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] 24 hour to 12 hour time and some custom aliasing

2000-12-11 Thread Jeremy Wadsack



Stephen Turner wrote:

> > It would seem that as part of the US localization (LANGFILE
> > lang/us.lng) that the time would be converted to 12 hour format.
> >
>
> In the Hourly Report as well, for example? Like
>
> Dec/11/00  4pm- 5pm: 123: 
> Dec/11/00  5pm- 6pm: 456: 
>
> instead of
>
> Dec/11/00 16:00-17:00: 123: 
> Dec/11/00 17:00-18:00: 456: 
>
> ?
>
> Hmm, I wonder why no-one has mentioned this before.

As do I, since Report Magic's localizations use 12-hour format for several other
European countries. Perhaps, this is because people interested in website
statistics tended to be more comfortable in 24-hour format than they are now?


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] TOP 10

2000-12-11 Thread Jeremy Wadsack



Silviu Dicu wrote:

> how can I have the report for the top 10 hosts, without to have to
> specify HOSTFLOOR, does exit something like TOP10 ?

Why don't you want to use HOSTFLOOR? e.g.

HOSTFLOOR -10r




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] directory reports not behaving, lists full path

2000-12-11 Thread Jeremy Wadsack



Scott Haneda wrote:

> I run analog 4 on a mac
>
> /www/amberallen-com/navigation/images/over_02.jpg
> /www/amberallen-com/navigation/images/over_07.jpg
> /www/amberallen-com/navigation/images/over_01.jpg
> /www/amberallen-com/navigation/images/over_11.jpg
> /www/amberallen-com/navigation/images/over_10.jpg
>
> and I need to see them linked up and looking like this
>
> www.amberallen.com/navigation/images/over_02.jpg
> www.amberallen.com/navigation/images/over_07.jpg
> www.amberallen.com/navigation/images/over_01.jpg
> www.amberallen.com/navigation/images/over_11.jpg
> www.amberallen.com/navigation/images/over_10.jpg

DIRALIAS /www/amberallen-com/* www.amberallen.com/$1

See docs/alias.html for details.

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] aarrgghh!!!!

2000-12-12 Thread Jeremy Wadsack



PIERO PERY wrote:

> Sorry for bothering you, but i can't find the solution...
> i've got something like
> http://myserver.com/cnt_level_1_ed.jhtml;$sessionid$H1F3GNYAAAKDUCTCA0FCNXQKMIDISIV0
>
> provided me in the report by REDIRREF.

The REDIRREF report shown Referrers who caused a request on your server to be
redirected. The URLs are Referrer data, not Request data.


> i've got a lot of them...i tried quite everything (filealias, regexp,
> argsexclude) but it still remains there.
>
> the question is:
> how can i delete the part after .jhtml and make a group of all files that
> begin with:
>
>  http://myserver.com/cnt_level_1_ed.jhtml

Try something like this (one line)

REFALIAS http://myserver.com/cnt_level_1_ed.jhtml*
http://myserver.com/cnt_level_1_ed.jhtml

Or use REDIRREFOUTPUTALIAS if you only want to affect that one report.


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] Command line FROM and TO

2000-12-12 Thread Jeremy Wadsack



Jeffrey A Schoolcraft wrote:

> For now I'm trying to go back and do daily stats for about 3 months of logs.  I 
>hacked up a little perl script that will make a bunch of calls with command line 
>arguments, I hope, but I'm confused with the from and to.
>
> My call is:
> analog +F00-09-20 +T00-09-21 
>+O/home/httpd/html/foo.com/users/bar/2000/09/2920.html /root/log/*/*
>
> I'm trying to get from 09/20/2000 to 09/21/2000.

You need

analog +F000920 +T000921 ...

The '-' is not a separator is means "go back that many months/days". See 
docs/include.html#FROMTO for details.


> I'm also trying to pass a command line filter, I forget the analog name:
> /home/httpd/html/"user"
> so I only pull one "user".

Perhaps you mean something like this?

analog +C"FILEXCLUDE /home/httpd/html/user/



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] Computer Output

2000-12-12 Thread Jeremy Wadsack



"Mills, Wallace" wrote:

> DEFAULT CONFIGURATION FILE: /ETC/ANALOG.CFG
> MANDATORY CONFIGURATION FILE: NONE
> CONFIGURATION FILES READ:
> /ETC/ANALOG.CFG
> ANALOGCSV.CFG
>
> I am issuing the command from the prompt - Analog +ganalogcsv.cfg +C"FROM
> 001201"  ie I want the config file analogcsv.cfg used and from the date
> commencing 1 DEC 2000. Is this correct or as it appears to be from the above I
> have left something out?? Does the above also mean that the default
> analog.cfg file is being read also??
> Appreciate any pointers to help me sort this one out, or have I interpreted
> the commands incorrectly?

Analog always reads the default configuration file (/etc/analog.cfg in your
case) unless you explicitly tell it not to with the '-G' command-line argument:

analog -G +ganalogcsv.cfg ...

It won't list command-line arguments as a 'Configuration file read' because it's
not a file, but the effect of the arguments should be obvious in your -settings
display.


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] Ran out of memory

2000-12-13 Thread Jeremy Wadsack



IBM Soporte de Web wrote:

> We are trying to reprocess the analog yearly of a web site from the
> analog monthly of all the months of the year. The problem is that when we
> include the CACHEFILE of three or more months we obtain the following
> error:
>
> >/web/analog/analog: analog version 4.13/Unix
> >/web/analog/analog: Fatal error: Ran out of memory: cannot continue:
> >exiting
> >  (For help on all errors and warnings, see docs/errors.html)
>
> The machine has 2GB of memory, the OS memory parameter is configured as
> unlimited and the monthly cachefiles are about 150 MB. We have tried to
> use the HOSTLOWMEM parameter with diferents values and we obtained the
> same error all the times. Finally, we tried to configure all the LOWMEM
> parameters to 3 and it didn´t result. What else can we do?

The only way to reduce memory is use *LOWMEM commands, or use data ALIASes
(FILEALIAS, HOSTALIAS, etc.) and EXCLUDEs to reduce the number of items that Analog
has stored in the database. But you can't reliably use ALIAS or EXCLUDE commands on
the data after you've made the cache files.

You could try to rebuild all the cache files using ALIASes or EXCLUDEs to generate
reports of only specific parts of your data or you could just add more memory to
the computer crunching the reports.


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] 12-hour clock

2000-12-13 Thread Jeremy Wadsack



Stephen Turner wrote:

> Maybe some kind American can help me with this 12-hour-clock localisation:
>
> 1) 1am or 1AM? We would always use lower case, but I think Americans
> generally prefer upper case, right?

It's used either way. I think in writing, lower case, in things like bus
schedules, upper case.



> 2) Midnight is 12am, not 12pm, right? (I find this very confusing. "Midnight
> Wednesday" is always the time at the end of Wednesday. So that's 12am
> Wednesday, or 12am Thursday, or what??)

Midnight is 12AM (immediately after 11:59:59 is the beginning of the new day).
"12:00AM Wednesday December 13th, 2000" is "Wednesday, 13-Dec-2000, 0:00". It's
the beginning of Wednesday.


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] 12-hour clock

2000-12-13 Thread Jeremy Wadsack



Stephen Turner wrote:

> 1) 1am or 1AM? We would always use lower case, but I think Americans
> generally prefer upper case, right?

Oh, and there's also the A.M., P.M. variant which seems to be most preferred in
American style guides.


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] HTML output ?

2000-12-13 Thread Jeremy Wadsack



"Hausler, Jeffery P" wrote:

> I was wondering if there is a way to suppress the barstyle image and just
> use the markchar for the HTML output report. When I email the report without
> the image file, the report output puts a broken placeholder for the image. I
> have looked at the docs, but unable to find a solution or work around. I
> guess I could just manually edit the file :-) Any ideas?

You can use OUTPUT ASCII which will produce the most reliably mailable report
possible.


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] 12-hour clock

2000-12-14 Thread Jeremy Wadsack



Stephen Turner wrote:

> On Wed, 13 Dec 2000, Dennis Nichols wrote:
> >
> > By the way, this won't be inextricably tied to the use of US-English, will it?
> >
>
> No. I think it will only be in the US language file by default, at least at
> first, but anyone can change their language file to switch to 12-hour clock
> if they prefer.

What about choosing US-English and requesting 24-hour format? Also just a change of
language files?


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] Analog with Lotus Domino File Types

2000-12-14 Thread Jeremy Wadsack



[EMAIL PROTECTED] wrote:

> I'm using Analog on Domino 5.0.4 Web logs.
>
> I'm having trouble with the file type report as webpages from within a
> domino database do not work in the same way as normal web files.
>
> the actual file is a database which can contain many webpages so a URL
> could look like:
>
> http:\\DominoServer\mydatabase.nsf\myListOfPages\PageIDNumber?opendocument
>
> As the ".nsf" is not right before the query string, the filetype report
> doesn't see it - in fact it's treated as a directory. Is there anyway I can
> get analog to check higher in the URL for the file Type?
>
> What would also be handy would be to go the other way: The type of page
> requested is the start of the Query String. The poosible types are:
>
> ?OpenDocument - for an individual web page
> ?OpenForm - this can be a static page, or an empty form
> ?OpenView - this is a list of documents in the database (which may or may
> not open embedded in a form or document!!)
> ?OpenServer - this opens the root page of the server - only used as http:
> \\DominoServer?OpenServer

You could try something with some FILEALIAS commands, perhaps comverting all
the information around to something Analog can better handle, e.g.

FILEALIAS http:\\DominoServer?OpenServer
http://DominoServer/OpenServer.openserver

FILEALIAS http:\\DominoServer\*.nsf\*\*?opendocument
http://DominoServer/$1/$2/$3.opendocument

etc.


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] Host report problem

2000-12-15 Thread Jeremy Wadsack



±èµ¿±Õ wrote:

> I just added such config in the cfg file,
>
> HOST ON
>
> but I get a error message,
>
>/usr/local/analog/analog: analog version 4.11/Unix
>/usr/local/analog/analog: Warning R: Turning off empty Host Report
>  (For help on all errors and warnings, see docs/errors.html)
>
> What is going on the my Analog ?

Likely the number of hosts in the report is below the default floor. Try
setting HOSTFLOOR 1r, which should list them all.


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] HOST report - Yea but Stephen

2000-12-15 Thread Jeremy Wadsack



boris wrote:

> >>
> >> With analog 3 I just ran ./analog and it created the report I wanted.
> >>
> >> When I put analog 4 on a new machine ./analog left out the referrer report.
> >> So I read a played till I got it to create a referrer report by adding this
> >> to the .cfg file:
> >>
> >> ALL OFF
> >> REFERRER ON
> >> GENERAL ON
> >> HOURLY ON
> >> HOST ON
> >> REQUEST ON
> >> STATUS ON
> >>
> >> HOST ON is there so I get the line at the top:
> >> Distinct hosts served: 16,396
> >>
> >> BUT then it also adds this big long list of IP addresses I don't want.
> >>
> >
> > What's the problem? That the "distinct hosts" line isn't listed unless you
> > have the Host Report. This is normal. Although the Domain Report or the
> > Organisation Report will also do.
>
> But I don't want or need all those IPs listed and it didn't do it in version
> 3. So my only choice is to revert to Version 3, is that what you are saying?

No, you can show the domain or organiation report, which my be more useful that
the host report. Alternately, you could set the floor of any of these to a large
number so no items are listed, e.g.

DOMFLOOR 99r

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] How to send output of Analog settings to a file

2000-12-15 Thread Jeremy Wadsack



David waters wrote:

> I've looked at the last section of http://www.analog.cx/docs/syntax.html#settings 
>about sending the output of Analog settings to a file.
>
> I've tried several variations of lines in the configuration file, detailed below, 
>but none of these write the settings to a file:
>
> Ist attempt:
>
> SETTINGS ON
> analog -settings > file
>
> 2nd attempt:
>
> SETTINGS ON
> analog -settings > c:\analog 4.13\settings.txt
>
> 3rd attempt:
>
> analog -settings > file
>
> 4th attempt:
>
> analog -settings [other options]
> analog -settings > file
>
> I'm running Analog on a Windows NT server. Can someone advise where I'm going wrong?

Any of these should work on NT, although you may need to quote the file name under [2] 
above.

If Analog is outputting to STDERR instead of STDOUT, you would use (on Unix or NT):

analog -settings 2> file

And to send both to that file

analog -settings > file 2>&1

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] how to set up User Report?

2000-12-15 Thread Jeremy Wadsack



alan wrote:

> how would i set up a cookie so that Analog can use it with its User
> Report?

Well, this depends on your website. web server and many other factors, like
what you except the cookie to represent.

If you are looking to try to get a report of session cookies on apache, look
into the mod_usertrack module. This will produce a cookie for each "session"
as defined by the module (and your settings). If this is the only cookie you
use, then you can define a custom Apache logformat to include the cookies
header in the logs, then define an Analog custom LOGFORMAT to read the logs,
assigning %u to the cookie spot as described in Analog's docs/logfmt.html.

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] how to set up User Report?

2000-12-15 Thread Jeremy Wadsack



alan wrote:

> I am trying to set up Analog for a website that is on some hosting company
> (which i do not have access to Apache settings... i can only customize .htaccess
> files).
>
> I checked the hosting company and they have mod_usertrack installed on their
> Apache server.
>
> Is there a way i can include the cookie header in the logs myself?
> Where in the log line would the cookie header be?

This pertains to Apache more than Analog, for which you can find full documentation
online at http://httpd.apache.org/docs/. However, you can only use the LogFormat
command in the server or virtual host configurations, not .htaccess, so short of
requesting a change by your ISP (which they are unlikely to grant as adding cookies
can easily double or triple the size of log files fir many site), there is not much
you can do.


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] number of visitors

2000-12-15 Thread Jeremy Wadsack



alan wrote:

> Is there a way that I can get Analog to give me some kind of Report that will give 
>me the
> approximate number of "visitors" for any given time period? I know that this number 
>is
> most likely bogus but none the less I need this number!!

Please read http://www.analog.cx/docs/faq.html#faq131 and
http://www.analog.cx/docs/webworks.html.


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] number of visitors

2000-12-15 Thread Jeremy Wadsack



alan wrote:

> I already read the FAQ and the document on how you cannot obtain an accurate number 
>of
> visitors.  I know that other log analyzers offer this data, and I know that this 
>number is
> bogus and meaningless, BUT I still need this number. So unless I use the User Report 
>there is
> no other way of getting Analog to give me this number??
>

As discussed in the other thread, "how to set up User Report," you can "hijack" the 
user (or
other non-used) report for non-user data if you choose. For example you can set a 
"session"
cookie with Apache's mod_usertrack and, if this is your only cookie, have Analog 
analyse that as
the %u (user) field in a custom logformat.


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] number of visitors

2000-12-18 Thread Jeremy Wadsack



alan wrote:

> Can you explain how this "session" cookie works (what is sent, what is received, 
>etc.)?

See the apache docs at http://httpd.apache.com/docs/. It discusses mod_usertrack 
thoroughly.


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] number of visitors

2000-12-18 Thread Jeremy Wadsack



alan wrote:

> is there a way to set up some cookie with PHP and use it to track users?

PHP 4 has support for session tracking. There is also some kind of loggin
support, but I know nothing of it and don't know if it can scale to large
sites. You might try the PHP documentation (although I know it's poor) at
http://www.php.org/


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] IIS error file???

2000-12-18 Thread Jeremy Wadsack



boris wrote:

> Where does IIS log errors?

IIS is 'broken'. All error go straight to the browser rather than to the system
loggin facility.


> Anlgform.html > anlgform.pl won't work but I'm just hacking and guessing
> without knowing the error.
>
> Yes, I have an ERRFILE configured and it works when I launch analog.exe but
> the .pl doesn't get that far.

You should get notices on the screen of what the problem is. Also go through
the troubleshooting in docs/form.html.



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] Host report problem

2000-12-18 Thread Jeremy Wadsack



±èµ¿±Õ wrote:

>  Hi,I get a message such that,
> # /usr/local/analog/analog
> +g/usr/local/analog/configs/search/host/host.audit.cfg
> /usr/local/analog/analog: analog version 4.11/Unix
> /usr/local/analog/analog: Warning R: Turning off empty Host Report
>   (For help on all errors and warnings, see docs/errors.html)
>
> The below is my config file.
> LOGFORMAT (%s - - [%d/%M/%Y:%h:%n:%j %j] "%j %r %j" %c %b "%f" "%B"
> %j)
>
> UNCOMPRESS *.gz "/usr/local/bin/gzip -cd"
>
> OUTFILE /home2/txtdocs/search/test/%M%D%Y.txt
> OUTPUT  COMPUTER
> COMPSEP |
>
> HOSTLOWMEM 3

This command will turn off the Host Report. See docs/lowmem.html for
details. If you want the Host Report you'll have to use a memory setting
less than 3.

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] trailing slash

2000-12-18 Thread Jeremy Wadsack



±èµ¿±Õ wrote:

>  When my webserver is given a request like "http://www.foo.com/~foo",
> it writes logs like this,
>  10.1.1.1 - - [17/Dec/2000:04:00:34 +0900] "GET /~foo HTTP/1.1" 200
> 296 "-" "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"
>
> In that case, it seems that Analog does not count it as page request.
> If I tweak log like this,
>  10.1.1.1 - - [17/Dec/2000:04:00:34 +0900] "GET /~foo/ HTTP/1.1" 200
> 296 "-" "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)"
> Analog counts it as a page request.
>
> How can I set analog to count above requset as page ?

FILEALIAS /~foo /~foo/


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/




<    1   2   3   4   5   6   7   8   9   10   >