On Wed, 22 Sep 2004 06:27:41 -0700 (PDT), Norman Ackroyd wrote: >While going through the XML file that Analog produces, >I noticed something that looked strange to me with the >Processing Time report. The <col name="name"> element >in <rep_proctime> doesn't hold the same values that >show up on a report:
Apologies for the late reply - IIRC the other reports all interpret the proctime thresholds a little. ><col name="name">0.000000</col> ><col name="name">10.000000</col> ><col name="name">20.000000</col> ><col name="name">50.000000</col> ><col name="name">100.000000</col> ><col name="name">200.000000</col> ><col name="name">500.000000</col> ><col name="name">1000.000000</col> ><col name="name">2000.000000</col> Those are the actual processing-time thresholds that analog uses. The XML output format makes no attempt to interpret them, but the meanings are: 0 = 0 < processingtime < next threshold 10 = 10 < processingtime < next threshold 20 = 50 < processingtime < next threshold etc. Again, IIRC the processingtime is recorded in milliseconds. Apache httpd is able to log processingtime in microseconds, but analog will just round them to milliseconds. -- regards, Per Jessen, Zurich http://www.spamchek.com - let your spam stop here! +------------------------------------------------------------------------ | TO UNSUBSCRIBE from this list: | http://lists.meer.net/mailman/listinfo/analog-help | | Usenet version: news://news.gmane.org/gmane.comp.web.analog.general | List archives: http://www.analog.cx/docs/mailing.html#listarchives +------------------------------------------------------------------------

