"Mike Colgan" <[EMAIL PROTECTED]> wrote: > I'm looking for a way to measure request bytes in IIS 4.0 logs (ie > incoming rather than out going). Can you do this in analog? From my > reading it appears that you can only measure outgoing. And if so > would someone be kind enough to give me a few pointers.
Analog only counts the sc-bytes field. You want to count the cs-bytes field. The simplest way to do this would be to modify the header line that Analog uses to recognize the format of the log file. If the logfiles are very large, and you need to do on all your logs (it's not just a once off thing), then your best bet might be to modify the Analog source code. 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/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
