Running reports each month is not that tedious, especially if you do it with scheduled scripts. I commonly set up installations where we only process log files for the current month. Each month's reports are stored in a folder like /stats/YYYY-MM/. This has the advantage that each month's report is automatically "archived" when the next month begins.
BTW, "the number of requests for each file for each month" is technically equivalent to any of the cross-referencing reports below.
- Jeremy
Mehul Khimasia wrote:
I looked at the FAQ and faq128 and it does not answer the question (below is a copy of faq128)
My question is not about cross-referencing. All I want is a standard Request Report. However, instead of one report for the total 12 month time period, I want 12 reports for each month. I know I can set up 12 config files and run analog 12 times but this is tedious (since I also want 12 Referrer Reports, 12 Usage Reports etc...)
I just thought there would be a better way of generating monthly reports within one run of analog rather than running it 12 times?
" Can I find out which files each referrer pointed to?
or Can I find out which files each host has read?
or Can I find out which hosts have read each file?
or Can I find out the number of hosts visiting on each day?
or lots of similar questions.
There are lots of questions like this. They all want analog to cross-reference two sorts of item (e.g. files and referrers in the first example above, or hosts and dates in the last).
The solution is to use the *INCLUDE commands. For example, to find out which files a particular referrer pointed to, restrict the analysis to just the referrer you're interested in with the REFINCLUDE command. The Request Report will then just list the files reached from that referrer. Similarly, if you're interested in a particular time period, you can focus on just that time by using the FROM and TO commands.
You do have to run analog once for each report generated. So for the example of referrers, you would have to run it once for each referrer you're interested in. Of course, it would be useful to be able to cross-refererence all the files and referrers at once. But it is fundamental to analog's speed and minimal memory requirement that it only records statistics for each type of item individually, and doesn't record enough information to cross-reference them afterwards. "
"Stephen Turner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
This is in the FAQ. See docs/faq.html#faq128
--
Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/
"Low Priced Cambridge Clare College. Big selection at eBay UK!"
(Ad after Google search for Clare College Cambridge)
+------------------------------------------------------------------------
| 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
+------------------------------------------------------------------------
+------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
-- Jeremy Wadsack Seven Simple Machines
+------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------

