Author: sebb
Date: Thu Dec 10 02:24:26 2009
New Revision: 889060
URL: http://svn.apache.org/viewvc?rev=889060&view=rev
Log:
Drop description of Avalon format JTL files
Modified:
jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml
Modified: jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml?rev=889060&r1=889059&r2=889060&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml Thu Dec 10 02:24:26 2009
@@ -282,39 +282,7 @@
</section>
-<section name="§-num;.5 XML Log format 2.0" anchor="xmlformat2.0">
-<p>
-The format of the original XML (2.0) is as follows (line breaks will be
different):
-</p>
-<pre>
-&lt;?xml version="1.0" encoding="UTF-8"?>
-&lt;testResults version="1.2">
-&lt;sampleResult timeStamp="1144365463297" dataType="text"
threadName="Listen 1-1"
- label="HTTP Request" time="1502"
- responseMessage="OK" responseCode="200" success="true">
- &lt;sampleResult timeStamp="1144365464238" dataType="text"
threadName="Listen 1-1"
- label="http://www.apache.org/style/style.css" time="171"
- responseMessage="OK" responseCode="200" success="true">
- &lt;property xml:space="preserve" name="samplerData">
- GET http://www.apache.org/style/style.css
- &lt;/property>
- &lt;binary>
- body, td, th {
- font-size: 95%;
- font-family: Arial, Geneva, Helvetica, sans-serif;
- color: black;
- background-color: white;
- }
- ...
- &lt;/binary>
- &lt;/sampleResult>
-&lt;/sampleResult>
-...
-&lt;/testResults>
-</pre>
-</section>
-
-<section name="§-num;.6 XML Log format 2.1" anchor="xmlformat2.1">
+<section name="§-num;.5 XML Log format 2.1" anchor="xmlformat2.1">
<p>
The format of the updated XML (2.1) is as follows (line breaks will be
different):
</p>
@@ -407,6 +375,12 @@
</p>
</section>
+<section name="§-num;.6 XML Log format 2.2" anchor="xmlformat2.2">
+<p>
+The format of the JTL files is identical for 2.2 and 2.1. Format 2.2 only
affects JMX files.
+</p>
+</section>
+
<section name="§-num;.7 Sample Attributes" anchor="attributes">
<p>
The sample attributes have the following meaning:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]