woolfel 2005/01/11 05:27:26 Modified: xdocs/usermanual build-monitor-test-plan.xml Log: updated the docs to reflect the latest changes.
peter Revision Changes Path 1.5 +6 -5 jakarta-jmeter/xdocs/usermanual/build-monitor-test-plan.xml Index: build-monitor-test-plan.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/build-monitor-test-plan.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build-monitor-test-plan.xml 25 Dec 2004 06:03:59 -0000 1.4 +++ build-monitor-test-plan.xml 11 Jan 2005 13:27:26 -0000 1.5 @@ -104,9 +104,10 @@ </section> <section name="11.5 Adding a Listener to Store the Results" anchor="adding_listener"> -<p>If you want to keep a record of the server's performance, add a - <a href="component_reference.html#listeners">Listener</a>. This element is -responsible for storing all of the results of your HTTP requests in a file.</p> +<p>If you want to save the raw results from the server, add a simple data + <a href="component_reference.html#listeners">Listener</a>. If you want to save the + calculated statistics, enter a filename in the listener. If you want to save both + the raw data and statistics, make sure you use different filenames.</p> <p>Select the thread group element and add a <complink name="Simple Data Writer"/> listener (Add --> Listener --> Simple Data Writer). Next, you need to specify a directory --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
