Re: Summarizing LOG-Entries from specified time?
Roy T. Fielding (fielding@kiwi.ICS.UCI.EDU)
Fri, 18 Apr 1997 10:03:10 -0700
>Some HTML-files only stay from 12 am on one day to 12 am at the next day on our
>WWW-server. Then after that period of 24 hours the file is removed from the
>server.
>Can wwwstat2.0 read a sequence of CLF-files (e.q. log.970301, log.970302, ...,
>log.970331) and make statistics about access to such a file (or many files)
>during that time-period ( or 14-14 for example) ?
Yes, just list them on the command line.
wwwstat log.970301 log.970302 log.970331
or
wwwstat log.9703*
.....Roy