Martin Christopher <[EMAIL PROTECTED]> wrote: > > From what I can see (After turnign on EVERYTHIGN included in the W3C > extended log file format), it does not. However, each site is logged > to a separate directory (\logfiles\W3SVCxx)
Oops, I should have remembered that. >> >> What Logging options have yopu configured IIS to use? > > W3C Extended with Everything on. Just to be safe you understand ! The Host (cs-host) field should list the actual server name that the browser used. I don't recall off hand whether Analog will recognize this automatically as %v (I would expect that it should) but if not, you could creaft a custom LOGFORMAT to do this. >>> Is it possible to get a breakdown of which HTTP 1.1 VHOSTS >>> are usign up all of my precious bandwidtt, in the style of >>> >>> www.mydomain.com 24 GB 11% >>> www anotherdomain.com 8 GB 4% >> >> Yes, but only if you're logging that information in a way >> that Analog can recognize. > > I just spotted some fancy stuff you can do with the LOGFIEL and SUBDIR > commands > > LOGFILE d:\logiles\W3SVC1\ex*.log http://www.mydomain.com > LOGFILE d:\logiles\W3SVC2\ex*.log http://www.anotherdomain.com > > SUBDIR HTTP://* > > This gets some of the way there, but is ther a better / more > efficient way of doing it? Bear in mind that you'll have /default.htm (for example) in each of your webservers. Because you probably don't want Analog to treat /default.htm from W3SVC1 as the same file as /default.htm from W3SVC2, Analog makes the virtual host name part of the file name, so that the request report will show them as seperate items - http://www.mydomain.com/default.htm and http://www.anotherdomain.com/default.htm. According to the documentation, when you do this, the Virtual Host Report doesn't tell you about the different virtual hosts, because the virtual host name has just become part of the filename. So you have to use the SUBDIR method to get the report you want. Aengus +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | Digest version: http://lists.isite.net/listgate/analog-help-digest/ | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------
