I'm working on a process to generate web server stats
with analog and then put them in a database where I
can then run custom reports and stats. I am generating
XML with analog's OUTPUT XML then using DB2s XML
extender to import the data into the database.

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:

<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>

I can tell by comparing the values in the XML to the
analog HTML report that they do match up as such:

xml_value = report value (secs)
0.000000 = 0
10.000000 = 1
20.000000 = 2
50.000000 = 3-5
100.000000 = 5-10
200.000000 = 10-20
500.000000 = 20-60
1000.000000 = 60-120
2000.000000 = 120-300

Which value is correct? or is the XML value just a
relative indication of the actual value?

Thanks,
Norm Ackroyd


                
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
+------------------------------------------------------------------------
|  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
+------------------------------------------------------------------------

Reply via email to