[EMAIL PROTECTED] wrote:

> I've read through the docs and it seems to get cumulative stats you have to
> use the CACHEFILE and CACHEOUTFILE settings. This all makes sense because
> you need to store the stats somewhere while crunching the current day's
> log. The problem I am having is trying to figure just how this is done. By
> the way, I am running analog on NT with Apache logfiles.

You can just use multiple LOGFILE commands to have Analog parse multiple
logfiles. This is the easiest way to do it, and since NT doesn't rotate
logfiles, all your old files will be there. You can even use wildcards, like:

    LOGFILE C:\WinNT\Logs\W3SVC1\*.log

The advantage to cache files is that they are faster, storing only the needed
data in a format easy for Analog to reload. If you use cachefiles, though, you
should really create a single cache file for each logfile and then process all
the cachefiles to generate a report. This helps avoid the problem of
duplicating input data to Analog.


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/[email protected]/
------------------------------------------------------------------------

Reply via email to