Fabien Penso <[EMAIL PROTECTED]> wrote:
Sorry guys I found the answer while I was reading the doc a second time
:)
> I have a server where each user is under the first subdir like:
>
> /user1/....
> /user2/....
> /user3/....
> ...
> /userX/.....
>
> and I would like to generate log for each of them independantly so they
> can take a look for example in their webdir under stats/ to check their
> daily statistics. I can make a small perl program to grep logfiles into
> differents one but I was wondering if analog could do that itself (I
> need a different output file for each users as they have different
> subdirs) or at least if I could tell him to generate stats only when the
> url is /user1/... and I'll run it X time (depending how many users I
> have).
Use:
FILEINCLUDE /user1/*
run analog then change to
FILEINCLUDE /user2/*
...
> I also have another question. I have a huge logfile and I wonder if I
> can tell analog to generate stats only between oct 1st to oct 5th for
> example because I do parse log files by hand for now and I feel like
> this is a very dumm way to do it :) The basic idea is sometimes my users
> ask me to get their stats only for few special days.
Ok found it also, use:
analog +F 001016 +T 001006 on command line.
------------------------------------------------------------------------
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]/
------------------------------------------------------------------------