kcassell 2003/02/13 13:50:40 Modified: xdocs/usermanual component_reference.xml Log: Added section for Simple Data Writer. Corrected component index for View Results in Table. Revision Changes Path 1.34 +8 -2 jakarta-jmeter/xdocs/usermanual/component_reference.xml Index: component_reference.xml =================================================================== RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/component_reference.xml,v retrieving revision 1.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- component_reference.xml 6 Feb 2003 15:14:24 -0000 1.33 +++ component_reference.xml 13 Feb 2003 21:50:39 -0000 1.34 @@ -452,7 +452,7 @@ </pre> </code></p> <p> -The date format to be used for the timestamp is described in <A +The date format to be used for the timestamp_format is described in <A HREF="http://java.sun.com/j2se/1.4/docs/api/java/text/SimpleDateFormat.html"> <B>SimpleDateFormat</B></A>. Bear in mind that choosing a date format other than "ms" is likely to @@ -543,10 +543,16 @@ idealized throughput calculation.</description> </component> -<component index="13.3.7" name="View Results in Table" screenshot="../images/screenshots/table_results.gif"> +<component index="13.3.8" name="View Results in Table" screenshot="../images/screenshots/table_results.gif"> <description>This visualizer creates a row for every sample result. Each sample result's URL, time in milliseconds, success/failure is displayed. Like the <complink name="View Results Tree"/>, this visualizer uses a lot of memory.</description> +</component> + +<component index="13.3.9" name="Simple Data Writer" screenshot=""> +<description>This listener can record results to a file +but not to the UI. It is meant to provide an efficient means of +recording data by eliminating GUI overhead.</description> </component> </section>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
