Hello JMeter pantheon:
 
The XML generated in JMeter logfiles changes when a (very slightly)
different JVM is used:
 
JMeter Logfile with Sun JRE 1.4.2_02:
<sampleResult timeStamp="..." dataType="..." threadName="..." label="..."
time="..." responseMessage="..." responseCode="..." success="..."/>
 
JMeter Logfile with Sun JRE 1.4.2_08 shows different ordering of the log
attributes:
<sampleResult threadName="..." responseMessage="..." timeStamp="..."
dataType="..." label="..." responseCode="..." time="..." success="..."/>
 
I only noticed this since I used Perl to parse the logfiles and my regex
broke. The obvious (and surprising) conclusion is that something changed in
Java's XML handling between 1.4.2_02 and 1.4.2_08 !
 
Regards,
Sonam Chauhan
-- 
Electronic Commerce, Corporate Express Australia Ltd.
Phone: +61-2-9335-0725, Email: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 
 

Reply via email to