[analog-help] Logfile paths and wildcards

2002-10-31 Thread analog-help
Hi all,

I use IIS and need to get a total report of every virtual web site on a 
machine. How do I  process every log file in sub directory?

I would like to use something like this:
   LOGFILE E:\Analog\log\Gemini\W3SVC*\*.*
But thats not valid.
Instead I have to use this (except for the   ...  part) for 1 ... N 
virtual web servers
   LOGFILE 
E:\Analog\log\Gemini\W3SVC1\*.*,E:\Analog\log\Gemini\W3SVC2\*.*,E:\Analog\log\Gemini\W3SVC3\*.* 
... ,E:\Analog\log\Gemini\W3SVCN\*.*

Is there a better way? I would like to avoid copying and renaming files.

Also, is there a problem running against the live log files (using IIS)? 
Do I need to copy them to an archive directory before running analog?

Thanks,

Roger P

+
|  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: [analog-help] Logfile paths and wildcards

2002-10-31 Thread analog-help
Roger Perttu [EMAIL PROTECTED] wrote:

 I use IIS and need to get a total report of every virtual web site on
 a machine. How do I  process every log file in sub directory?

 I would like to use something like this:
 LOGFILE E:\Analog\log\Gemini\W3SVC*\*.*
 But thats not valid.
 Instead I have to use this (except for the   ...  part) for 1 ... N
 virtual web servers
 LOGFILE

E:\Analog\log\Gemini\W3SVC1\*.*,E:\Analog\log\Gemini\W3SVC2\*.*,E:\Analo
g\log\Gemini\W3SVC3\*.*
 ... ,E:\Analog\log\Gemini\W3SVCN\*.*

You don't have to put them all on a single LOGFILE line, you can do
LOGFILE E:\Analog\log\Gemini\W3SVC1\*.*
LOGFILE E:\Analog\log\Gemini\W3SVC2\*.*
...
but you will have to list them all individually.

 Also, is there a problem running against the live log files (using
 IIS)? Do I need to copy them to an archive directory before running
 analog?

You can run against the live logs - at least I've never had any problem
doing so.

Aengus

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



AW: [analog-help] Logfile paths and wildcards

2002-10-31 Thread analog-help
Title: AW: [analog-help] Logfile paths and wildcards





Can the tool analog work with log file names that are generated by the tool cronolog (http://www.cronolog.org/usage.html)?

Or must another program or script generate LOGFILE entries for each name that was created by the cronolog template specifiers?




Re: AW: [analog-help] Logfile paths and wildcards

2002-10-31 Thread analog-help

Elfring, Markus ([EMAIL PROTECTED]; Thursday, October 31, 2002 8:56 AM):

 Can the tool analog work with log file names that are generated by the
 tool cronolog (http://www.cronolog.org/usage.html)?
 Or must another program or script generate LOGFILE entries for each name
 that was created by the cronolog template specifiers?

Analog can work with any logfile names that your operating system
supports. You can specify each file independently with a LOGFILE
statement or you can use wildcards to have Analog select any or all of
them. See http://analog.cx/docs/logfile.html.

Under Unix, when specifying logfiles from the command line, you can
use backticks and the 'date' command to select particular files based
on the date in the name. See 'man date' for details.

-- 

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
+



AW: AW: [analog-help] Logfile paths and wildcards

2002-10-31 Thread analog-help
Title: AW: AW: [analog-help] Logfile paths and wildcards





Well, some LOGFILE codes (http://gekko.de/analog/docs/logfile.html) match to the cronolog template specifiers.
But they don't work probably in path names. Which systems don't support directory names with analog wildcards?





Re: AW: AW: [analog-help] Logfile paths and wildcards

2002-10-31 Thread analog-help

Elfring, Markus ([EMAIL PROTECTED]; Thursday, October 31, 2002 9:16 AM):

 Well, some LOGFILE codes (http://gekko.de/analog/docs/logfile.html) match to
 the cronolog template specifiers.
 But they don't work probably in path names.

Analog will replace those codes anywhere in the file name.

 Which systems don't support
 directory names with analog wildcards?

Windows and Mac I believe. Most Unix systems should support wildcards
in directory names.


-- 

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
+