What does "it will still process the last 18 months of log files just to 
pull data for the last 24 hours" mean?    You can change how often a log 
rolls over into a new log in the IIS manager.  An IIS  log will only contain 
as much information as you configure it to contain.  There are selections 
for rollover hourly, daily, weekly, monthly, unlimited, and by size.

IIS was not written to understand SES URLs.  If you want it to log SES URLs 
based on the file that is being requested, write an ISAPI filter that sits 
above the SES URL Rewriting ISAPI that you're already using that maintains 
its own log.

Lastly, you can write queries against the log using Log Parser. 
http://www.microsoft.com/downloads/details.aspx?FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07&displaylang=en

- Matt Small



----- Original Message ----- 
From: "James Smith" <[EMAIL PROTECTED]>
To: "CF-Community" <cf-community@houseoffusion.com>
Sent: Thursday, July 12, 2007 5:57 AM
Subject: IIS Log file analysis


> Any recommendations for good software for IIS log file analysis?  I quite
> like "Mach5 Analyzer" (that used to be FastStats) but it has a couple of
> shortcomings.
>
> Firstly there is no way to stop it processing logs in subdirectories and
> even though the log files are called (for example) "ex070712.log" it will
> still process the last 18 months of log files just to pull data for the 
> last
> 24 hours.
>
> Secondly it doesn't handle SES URL's so the url
> http://www.domain.com/file.cfm/somevar/1234 will not be recognised as a
> request for the file "file.cfm" but for the directory
> "/file.cfm/somevar/1234/" so instead of having 1000 hits on "file.cfm" it
> thinks you had one hit each on 1000 different directories.
>
> What do others use?
>
> --
> Jay
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion?sdid=RVJV

Archive: 
http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:238234
Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5

Reply via email to