Author: milamber
Date: Sun Sep 18 04:36:08 2011
New Revision: 1172194
URL: http://svn.apache.org/viewvc?rev=1172194&view=rev
Log:
Update docs, View results tree & graph results sceenshots
Modified:
jakarta/jmeter/trunk/xdocs/images/screenshots/graph_results.png
jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree.png
jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree_regex.png
jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree_xml.png
jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml
Modified: jakarta/jmeter/trunk/xdocs/images/screenshots/graph_results.png
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/graph_results.png?rev=1172194&r1=1172193&r2=1172194&view=diff
==============================================================================
Binary files - no diff available.
Modified: jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree.png
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree.png?rev=1172194&r1=1172193&r2=1172194&view=diff
==============================================================================
Binary files - no diff available.
Modified:
jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree_regex.png
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree_regex.png?rev=1172194&r1=1172193&r2=1172194&view=diff
==============================================================================
Binary files - no diff available.
Modified:
jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree_xml.png
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/images/screenshots/view_results_tree_xml.png?rev=1172194&r1=1172193&r2=1172194&view=diff
==============================================================================
Binary files - no diff available.
Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1172194&r1=1172193&r2=1172194&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Sep 18
04:36:08 2011
@@ -2293,7 +2293,7 @@ Note that cookies, method and the query
<description>No Description</description>
</component>
-<component name="Graph Results" index="§-num;.3.3" width="605"
height="435" screenshot="graph_results.png">
+<component name="Graph Results" index="§-num;.3.3"
screenshot="graph_results.png">
<description><p>The Graph Results listener generates a simple graph that plots
all sample times. Along
the bottom of the graph, the current sample (black), the current average of
all samples(blue), the
current standard deviation (red), and the current throughput rate (green) are
displayed in milliseconds.</p>
@@ -2344,7 +2344,7 @@ are part of the test plan.</p></descript
</links>
</component>
-<component name="View Results Tree" index="§-num;.3.6" width="778"
height="642" screenshot="view_results_tree.png">
+<component name="View Results Tree" index="§-num;.3.6"
screenshot="view_results_tree.png">
<description>The View Results Tree shows a tree of all sample responses,
allowing you to view the
response for any sample. In addition to showing the response, you can see the
time it took to get
this response, and some response codes.
@@ -2354,12 +2354,13 @@ It does not show any headers (such as Ho
There are several ways to view the response, selectable by a drop-down box at
the bottom of the left hand panel.</p>
<ul>
<li>HTML</li>
-<li>HTML (download embedded resources)</li>
+<li>HTML (download resources)</li>
<li>JSON</li>
<li>Regexp Tester</li>
<li>Text</li>
<li>XML</li>
</ul>
+<p>Scroll automatically? option permit to have last node display in tree
selection</p>
<p>
Additional renderers can be created.
The class must implement the interface
<code>org.apache.jmeter.visualizers.ResultRenderer</code>
@@ -2430,8 +2431,8 @@ See Figure 9b (below).
<p>
The Control Panel (above) shows an example of an HTML display.
Figure 9 (below) shows an example of an XML display.
-<figure width="751" height="461" image="view_results_tree_xml.png">Figure 9
Sample XML display</figure>
-<figure width="824" height="637" image="view_results_tree_regex.png">Figure 9a
Sample Regexp Test display</figure>
+<figure image="view_results_tree_xml.png">Figure 9 Sample XML display</figure>
+<figure image="view_results_tree_regex.png">Figure 9a Sample Regexp Test
display</figure>
</p>
</component>
Modified: jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml
URL:
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml?rev=1172194&r1=1172193&r2=1172194&view=diff
==============================================================================
--- jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml (original)
+++ jakarta/jmeter/trunk/xdocs/usermanual/regular_expressions.xml Sun Sep 18
04:36:08 2011
@@ -229,6 +229,10 @@ Match ExAct case or (?i)ArBiTrARY(?-i) c
<section name="§-num;.6 Testing Regular Expressions"
anchor="testing_expressions">
<p>
+Since JMeter 2.4, the listener <a
href="component_reference.html#View_Results_Tree">View Results Tree</a>
+include a RegExp Tester to test regular expressions directly on sampler
response data.
+</p>
+<p>
There is a <a href="http://jakarta.apache.org/oro/demo.html">demo</a> applet
for Apache JMeter ORO.
</p>
<p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]