Discussion:
log web access in iis6.
(too old to reply)
Backup
2005-03-21 18:38:20 UTC
Permalink
So based off of the logs 'C:\WINDOWS\System32\LogFiles'

I can determine the site but the ID (something I just realized).

Also if I set the logging for weekly this should show me the weekly usage,
am I correct?



What I am ultamatly looking for is a way to have some stats on sites on the
server to assure that they aren't going over their transfer allowance.

I don't know of any way to lets say have something pop up on their site and
stop their site once the limit is reached.

Ex. If web site www.xyz..com sent out 10Gig's of data then it should be
stopped.
Jeff Cochran
2005-03-21 18:54:33 UTC
Permalink
Post by Backup
So based off of the logs 'C:\WINDOWS\System32\LogFiles'
I can determine the site but the ID (something I just realized).
Also if I set the logging for weekly this should show me the weekly usage,
am I correct?
No. It just rotates logs weekly to a new log file.
Post by Backup
What I am ultamatly looking for is a way to have some stats on sites on the
server to assure that they aren't going over their transfer allowance.
You can't really do that with conventional log analysis, but the
Microsoft Log Paser could probably handle this. At logparser.com.
Post by Backup
I don't know of any way to lets say have something pop up on their site and
stop their site once the limit is reached.
Ex. If web site www.xyz..com sent out 10Gig's of data then it should be
stopped.
That you have to write yourself. Or buy a control panel that handles
this.

See also:

Logfiles:
http://www.iisfaq.com/Default.aspx?tabid=2550

Jeff

Loading...