Author: sebb
Date: Sat Sep 6 06:48:08 2008
New Revision: 692650
URL: http://svn.apache.org/viewvc?rev=692650&view=rev
Log:
Improve sampler config documentation
Modified:
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=692650&r1=692649&r2=692650&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Sep 6
06:48:08 2008
@@ -1828,8 +1828,11 @@
<p>
Listeners can be configured to save different items to the result log files
(JTL) by using the Config popup as shown below.
The defaults are defined as described in the <a
href="listeners.html#defaults">Listener Default Configuration</a> documentation.
-Items with (CSV) only apply to the CSV format; items wint (XML) only apply to
XML format.
-CSV format cannot be used to save any items that include line-breaks.
+Items with (CSV) after the name only apply to the CSV format; items with (XML)
only apply to XML format.
+CSV format cannot currently be used to save any items that include line-breaks.
+</p>
+<p>
+Note that cookies, method and the query string are saved as part of the
"Sampler Data" option.
</p>
</description>
</component>
Modified: jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml?rev=692650&r1=692649&r2=692650&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/listeners.xml Sat Sep 6 06:48:08 2008
@@ -190,6 +190,19 @@
and as additional attributes in XML files. See above for an example.
</p>
</subsection>
+
+<subsection name="§-num;.1.2 Sample Result Save Configuration"
anchor="sample_configuration">
+<p>
+Listeners can be configured to save different items to the result log files
(JTL) by using the Config popup as shown below.
+The defaults are defined as described in the <a href="#defaults">Listener
Default Configuration</a> section above.
+Items with (CSV) after the name only apply to the CSV format; items with (XML)
only apply to XML format.
+CSV format cannot currently be used to save any items that include line-breaks.
+</p>
+<figure image="sample_result_config.png"><br/><b>Configuration
dialogue</b></figure>
+</subsection>
+<p>
+Note that cookies, method and the query string are saved as part of the
"Sampler Data" option.
+</p>
</section>
<section name="§-num;.2 non-GUI (batch) test runs" anchor="batch">
@@ -422,6 +435,7 @@
Versions of JMeter after 2.3.1 allow additional variables to be saved with the
test plan.
Currently, the variables are saved as additional attributes.
The testplan variable name is used as the attribute name.
+See <a href="#sample_variables">Sample variables</a> (above) for more
information.
</note>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]