On Monday, October 04, 2004 2:31 PM [GMT], Joseph Chandler <[EMAIL PROTECTED]> wrote:
>> In my monthly stats for September (1st - 30th) (computed on Oct 1st >> so that the last hit was logged) >> I am seeing some files in the "Request Report" for Sept 2003. They >> should not be there for that time >> period unless I have misunderstood and "Request Report" is the "high >> scores" of all time so to speak. >> Is that the way that it works? Below is a sample of the commands my >> script ran to generate this data.. >> >> Thanks for the insight, >> >> Joseph >> >> ../analog/analog +ganalog/analog.cfg +C"FROM 040901" +C"TO 040930" >> +C"CACHEFILE >> /home/internet/vdirs/state.tn.us/finance/var/stats.cache/web/a*Sep*cache " Off the top of my head, I think the problem is that you're analysing cache files, and not log files. The reason that cache files are so much smaller than log files is that they don't include all the information that the original logfile contains, and they don't include the actual date that every single request was made. When you told Analog to analyze all cache files with SEP in the name, it included cachefiles from September 2003, and because there are no dates associated with any individual requests in cachefiles, the FROM/TO directives didn't exclude the information from the 2003 files. Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

