You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by ic...@cauni.de on 2004/12/07 09:07:22 UTC

JMeter jmx File Format

Hi!!

I have a question regarding to the jmx xml-file format. In a nightly build
in the past, there was the file format easier to understand and to write.
But now, the newest jmeter version cannot read such testplans in the new
file format.

Have anyone furhter information?

Best regards,
Carsten

the new file format:

<jmeterTestPlan version="1.0" properties="1.4">
  <hashTree>
    <TestPlan>
               .............
    </TestPlan>
  </hashTree>
</jmeterTestPlan>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: JMeter jmx File Format

Posted by sebb <se...@gmail.com>.
On Tue, 7 Dec 2004 09:07:22 +0100 (CET), icq@cauni.de <ic...@cauni.de> wrote:
> Hi!!
> 
> I have a question regarding to the jmx xml-file format. In a nightly build
> in the past, there was the file format easier to understand and to write.
> But now, the newest jmeter version cannot read such testplans in the new
> file format.
> 
> Have anyone furhter information?

JMeter 2.0.2 does not support the new format.
The new format is only supported in builds from CVS HEAD.

> 
> Best regards,
> Carsten
> 
> the new file format:
> 
> <jmeterTestPlan version="1.0" properties="1.4">
>   <hashTree>
>     <TestPlan>
>                .............
>     </TestPlan>
>   </hashTree>
> </jmeterTestPlan>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: JMeter jmx File Format

Posted by Peter Lin <wo...@gmail.com>.
one of these days we need to get out a 2.1 release with a ton of
changes and updates. the new format you see was done by mike using
XStream. Not only does it load faster, but it has the benefit of being
easier to read.

peter


On Tue, 7 Dec 2004 09:07:22 +0100 (CET), icq@cauni.de <ic...@cauni.de> wrote:
> Hi!!
> 
> I have a question regarding to the jmx xml-file format. In a nightly build
> in the past, there was the file format easier to understand and to write.
> But now, the newest jmeter version cannot read such testplans in the new
> file format.
> 
> Have anyone furhter information?
> 
> Best regards,
> Carsten
> 
> the new file format:
> 
> <jmeterTestPlan version="1.0" properties="1.4">
>   <hashTree>
>     <TestPlan>
>                .............
>     </TestPlan>
>   </hashTree>
> </jmeterTestPlan>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org