On Monday, January 09, 2006 10:43 AM [EDT], Tomas Larsson <[EMAIL PROTECTED]> wrote:
> Hello. > > I'm trying to fix so I can get "Daily Reports" for individual > webpages. That is, a kind of "Request Report" spanning over many > days. I've searched the FAQ, docs, and tried the > examples/*.cfg-files, but have failed to find how this can be done. > > I'm sure I have missed something obvious. Can someone please point me > towards the correct part of the docs, or some example where I can find > how to to this? FILEINCLUDE page.xyz will create a report from just the requests for that specific report, ignoring everything else in the log. If you need to do it for a number of pages, you'll have to run Analog once for each page. Normally, this isn't an issue, but if you have very large logfiles, and a lot of pages, it may be more efficient to preprocess the logs to extract each page into its own logfile (if it ttakes 10 minutes to read through all your logs, and you need to do it for 20 pages, then preprocessing might be worthwhile. If it only takes 10 seconds to read through your logs, it's not worth the effort!). If you only want the Time reports in the output, you can turn off all the other reports with ALL OFF FIVEREP ON FIVESUM ON HOURLYREP ON HOURLYSUM ON DAILYREP ON DAILYSUM ON You might also want to change coverage period, by setting the appropriate ROWS parameter: http://analog.cx/docs/timereps.html Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Analog Documentation: http://analog.cx/docs/Readme.html | List archives: http://www.analog.cx/docs/mailing.html#listarchives | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general +------------------------------------------------------------------------

