Author: sebb
Date: Mon Mar 10 10:30:26 2008
New Revision: 635612

URL: http://svn.apache.org/viewvc?rev=635612&view=rev
Log:
Listeners don't run in non-GUI mode

Modified:
    jakarta/jmeter/trunk/xdocs/usermanual/component_reference.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=635612&r1=635611&r2=635612&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Mar 10 
10:30:26 2008
@@ -1676,7 +1676,15 @@
 listeners have a panel whereby one can specify the file to
 which the results will be written (or read from).
 By default, the results are stored as XML
-files, typically with a ".jtl" extension.  Storing as CSV is the most 
efficient option, but is less detailed than XML (the other available 
option).</p>
+files, typically with a ".jtl" extension.
+Storing as CSV is the most efficient option, but is less detailed than XML 
(the other available option).
+</p>
+<p>
+Listeners do not process sample data in non-GUI mode, but the raw data will be 
saved if an output
+file has been configured.
+In order to analyse the data generated by a non-GUI test run, you need to load 
the file into the appropriate
+Listener.
+</p>
 <note>To read existing results and display them, use the file panel Browse 
button to open the file.
 </note>
 <p>Results can be read from XML or CSV format files.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to