Mailing List Archive

monthly report
Is there a way to get an itemized breakdown of pages and visitors per month
while using log files which include several months?


Thanks,
Lance

+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/analog-help@lists.isite.net/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------
monthly report [ In reply to ]
WHEELER,LANCE (Non-HP-Boise,ex1) (lance_wheeler@non.hp.com):

> Is there a way to get an itemized breakdown of pages and visitors per month
> while using log files which include several months?

Use the FROM and TO commands.
http://www.analog.cx/docs/include.html#FROMTO

--

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/analog-help@lists.isite.net/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------
monthly report [ In reply to ]
This looks like it will only report on a range of dates instead of using all
log files and displaying monthly detail.
Lance

WHEELER,LANCE (Non-HP-Boise,ex1) (lance_wheeler@non.hp.com):

> Is there a way to get an itemized breakdown of pages and visitors per
month
> while using log files which include several months?

Use the FROM and TO commands.
http://www.analog.cx/docs/include.html#FROMTO

--

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/analog-help@lists.isite.net/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------
+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/analog-help@lists.isite.net/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------
monthly report [ In reply to ]
Right. You create a monthly report for each month using FROM and TO.

I'm not sure what you want. The Monthly Report lists requests, pages,
bytes, etc (depending on your MONTHCOLS setting) for each month that
the log files cover. If this isn't enough, if you want to a request
report for each month, then use the FROM and TO.

--

Jeremy Wadsack
Wadsack-Allen Digital Group


WHEELER,LANCE (Non-HP-Boise,ex1) (lance_wheeler@non.hp.com):

> This looks like it will only report on a range of dates instead of using all
> log files and displaying monthly detail.
> Lance

> WHEELER,LANCE (Non-HP-Boise,ex1) (lance_wheeler@non.hp.com):

>> Is there a way to get an itemized breakdown of pages and visitors per
> month
>> while using log files which include several months?

> Use the FROM and TO commands.
> http://www.analog.cx/docs/include.html#FROMTO

+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/analog-help@lists.isite.net/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------
Re: Monthly Report [ In reply to ]
On 9/3/2008 6:22 AM, Terry Chambers wrote:
> I've got my logs being dropped into directories such that each day of logs
> have their own location.
>
> e.g.
>
> 2008/09/01
> 2008/09/02
>
> etc.
>
> I currently run only daily and weekly reports. I've used the command line
> to specify 7 different log file paths and that works.
>
> If I want to run a monthly report, will the command line accept 31 log file
> paths? Or will I need to write a script to either copy/move the log files
> into fewer directories?

The length of the command line depends on the Operating System.

In the unlikely event that you ran into a problem with the length of the
command line, you could create an additional config file, for example
august.cfg, and call it from the command line, like thist:

analog +gaugust.cfg ....

The config file would just contain LOGFILE entries:
LOGFILE 2008/08/01/*
LOGFILE 2008/08/02/*
LOGFILE 2008/08/03/*

etc.

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
+------------------------------------------------------------------------