On Sat, 1 Mar 2003 10:01:05 -0700, Jeremy Wadsack wrote: >It comes from the log files. Apache lists it in seconds (without >fractional component) so it's pretty useless on that platform. IIS >lists in miliseconds (or centiseconds on some versions?). It's the >number of seconds between when the request was received and when the >response was submitted.
Apache will also list processing time in microseconds if requested - use logformat '%D' instead of '%T'. The option appears to be undocumented, but /is/ supported by the log_config module. I guess you could make this work with analogs '%T' by using '%D000' in your apache logformat. It works fine in apache, but I haven't tried running it through analog. regards, Per Jessen, Zurich http://www.enidan.com - home of the J1 serial console. +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------