Author: milamber Date: Sun Sep 18 12:10:48 2011 New Revision: 1172267 URL: http://svn.apache.org/viewvc?rev=1172267&view=rev Log: Re-add witdh and height for screenshots & figure. Improves HTML display speed
Modified: jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml jakarta/jmeter/trunk/xdocs/usermanual/build-ws-test-plan.xml jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml?rev=1172267&r1=1172266&r2=1172267&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/build-web-test-plan.xml Sun Sep 18 12:10:48 2011 @@ -69,7 +69,7 @@ in the tree, if you have not already sel Group Control Panel in the right section of the JMeter window (see Figure §-num;.1 below)</p> -<figure image="webtest/threadgroup.png"> +<figure width="609" height="387" image="webtest/threadgroup.png"> Figure §-num;.1. Thread Group with Default Values</figure> <p>Start by providing a more descriptive name for our Thread Group. In the name @@ -99,7 +99,7 @@ leave the Control Panel (for example, wh <p>See Figure §-num;.2 for the completed Jakarta Users Thread Group.</p> -<figure image="webtest/threadgroup2.png"> +<figure width="791" height="321" image="webtest/threadgroup2.png"> Figure §-num;.2. Jakarta Users Thread Group</figure> </section> @@ -115,7 +115,7 @@ to get the Add menu, and then select Add Defaults. Then, select this new element to view its Control Panel (see Figure §-num;.3). </p> -<figure image="webtest/http-defaults1.png"> +<figure width="851" height="494" image="webtest/http-defaults1.png"> Figure §-num;.3. HTTP Request Defaults</figure> <p> @@ -135,7 +135,7 @@ HTTP Request elements use.</note> <p>See Figure §-num;.4 for the completed HTTP Request Defaults element</p> -<figure image="webtest/http-defaults2.png"> +<figure width="851" height="494" image="webtest/http-defaults2.png"> Figure §-num;.4. HTTP Defaults for our Test Plan</figure> </section> @@ -174,7 +174,7 @@ element.</li> </ol> </p> -<figure image="webtest/http-request1.png"> +<figure width="902" height="705" image="webtest/http-request1.png"> Figure §-num;.5. HTTP Request for Jakarta Home Page</figure> <p>Next, add the second HTTP Request and edit the following properties (see @@ -185,7 +185,7 @@ Figure §-num;.6: </ol> </p> -<figure image="webtest/http-request2.png"> +<figure width="902" height="705" image="webtest/http-request2.png"> Figure §-num;.6. HTTP Request for Jakarta Project Guidelines Page</figure> </section> @@ -201,7 +201,7 @@ a visual model of the data.</p> output file. You can either type it into the filename field, or select the Browse button and browse to a directory and then enter a filename.</p> -<figure image="graph_results.png"> +<figure width="853" height="453" image="graph_results.png"> Figure §-num;.7. Graph Results Listener</figure> </section> @@ -223,7 +223,7 @@ Click the Add button twice and enter the Sometimes the login form contains additional hidden fields. These will need to be added as well. </p> -<figure image="webtest/http_login.png"> +<figure width="687" height="661" image="webtest/http_login.png"> Figure §-num;.8. Sample HTTP login request</figure> </section> Modified: jakarta/jmeter/trunk/xdocs/usermanual/build-ws-test-plan.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/build-ws-test-plan.xml?rev=1172267&r1=1172266&r2=1172267&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/build-ws-test-plan.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/build-ws-test-plan.xml Sun Sep 18 12:10:48 2011 @@ -175,7 +175,7 @@ a visual model of the data.</p> output file. You can either type it into the filename field, or select the Browse button and browse to a directory and then enter a filename.</p> -<figure image="graph_results.png"> +<figure width="853" height="453" image="graph_results.png"> Figure §-num;.7. Graph Results Listener</figure> </section> Modified: jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1172267&r1=1172266&r2=1172267&view=diff ============================================================================== --- jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Sep 18 12:10:48 2011 @@ -81,7 +81,7 @@ Latency is set to the time it takes to l </component> -<component name="HTTP Request" index="§-num;.1.2" screenshot="http-request.png"> +<component name="HTTP Request" index="§-num;.1.2" width="853" height="463" screenshot="http-request.png"> <description> <p>This sampler lets you send an HTTP/HTTPS request to a web server. It @@ -555,7 +555,7 @@ Or set Content-Length to -1 to force chu </component> -<component name="WebService(SOAP) Request" index="§-num;.1.6" screenshot="webservice_sampler.png"> +<component name="WebService(SOAP) Request" index="§-num;.1.6" width="943" height="648" screenshot="webservice_sampler.png"> <description><p>This sampler has been tested with IIS Webservice running .NET 1.0 and .NET 1.1. It has been tested with SUN JWSDP, IBM webservices, Axis and gSoap toolkit for C/C++. The sampler uses Apache SOAP driver to serialize the message and set the header @@ -630,7 +630,7 @@ If this is zero, then the request is mar </component> -<component name="LDAP Request" index="§-num;.1.7" screenshot="ldap_request.png"> +<component name="LDAP Request" index="§-num;.1.7" width="621" height="462" screenshot="ldap_request.png"> <description>This Sampler lets you send a different Ldap request(Add, Modify, Delete and Search) to an LDAP server. <p>If you are going to send multiple requests to the same LDAP server, consider using an <complink name="LDAP Request Defaults"/> @@ -711,7 +711,7 @@ If this is zero, then the request is mar </component> -<component name="LDAP Extended Request" index="§-num;.1.8" screenshot="ldapext_request.png"> +<component name="LDAP Extended Request" index="§-num;.1.8" width="619" height="371" screenshot="ldapext_request.png"> <description>This Sampler can send all 8 different LDAP request to an LDAP server. It is an extended version of the LDAP sampler, therefore it is harder to configure, but can be made much closer resembling a real LDAP session. <p>If you are going to send multiple requests to the same LDAP server, consider @@ -1192,7 +1192,7 @@ For details, see <complink name="BSF Sam </properties> </component> -<component name="JMS Publisher" index="§-num;.1.13" screenshot="jmspublisher.png"> +<component name="JMS Publisher" index="§-num;.1.13" width="636" height="628" screenshot="jmspublisher.png"> <note>BETA CODE - the code is still subject to change</note> <description> <p> @@ -1262,7 +1262,7 @@ The following table shows some values wh </p> </component> -<component name="JMS Subscriber" index="§-num;.1.14" screenshot="jmssubscriber.png"> +<component name="JMS Subscriber" index="§-num;.1.14" width="682" height="439" screenshot="jmssubscriber.png"> <note>BETA CODE - the code is still subject to change</note> <description> <p> @@ -1538,7 +1538,7 @@ The current implementation is quite basi </p> </component> -<component name="Test Action" index="§-num;.1.18" screenshot="test_action.png"> +<component name="Test Action" index="§-num;.1.18" width="330" height="158" screenshot="test_action.png"> <description> The Test Action sampler is a sampler that is intended for use in a conditional controller. Rather than generate a sample, the test element eithers pauses or stops the selected target. @@ -1626,7 +1626,7 @@ Note: If the message body is not empty, <br>Logic Controllers determine the order in which Samplers are processed.</br> </description> -<component name="Simple Controller" index="§-num;.2.1" anchor="simple_controller" screenshot="logic-controller/simple-controller.png"> +<component name="Simple Controller" index="§-num;.2.1" anchor="simple_controller" width="330" height="77" screenshot="logic-controller/simple-controller.png"> <description> <p>The Simple Logic Controller lets you organize your Samplers and other Logic Controllers. Unlike other Logic Controllers, this controller provides no functionality beyond that of a @@ -1650,7 +1650,7 @@ is configured to store the results in a </example> </component> -<component name="Loop Controller" index="§-num;.2.2" anchor="loop" screenshot="logic-controller/loop-controller.png"> +<component name="Loop Controller" index="§-num;.2.2" anchor="loop" width="326" height="114" screenshot="logic-controller/loop-controller.png"> <description><p>If you add Generative or Logic Controllers to a Loop Controller, JMeter will loop through them a certain number of times, in addition to the loop value you specified for the Thread Group. For example, if you add one HTTP Request to a @@ -1689,7 +1689,7 @@ is configured to store the results in a </component> -<component name="Once Only Controller" index="§-num;.2.3" anchor="once_only_controller" screenshot="logic-controller/once-only-controller.png"> +<component name="Once Only Controller" index="§-num;.2.3" anchor="once_only_controller" width="330" height="78" screenshot="logic-controller/once-only-controller.png"> <description> <p>The Once Only Logic Controller tells JMeter to process the controller(s) inside it only once, and pass over any requests under it during further iterations through the test plan.</p> @@ -1718,7 +1718,7 @@ Bug Page, Bug Page. Note, the File Repor Thread Group or a Loop Controller is not currently defined. Odd things may happen.</note> </component> -<component name="Interleave Controller" index="§-num;.2.4" screenshot="logic-controller/interleave-controller.png"> +<component name="Interleave Controller" index="§-num;.2.4" width="329" height="104" screenshot="logic-controller/interleave-controller.png"> <description><p>If you add Generative or Logic Controllers to an Interleave Controller, JMeter will alternate among each of the other controllers for each loop iteration. </p> </description> @@ -1790,7 +1790,7 @@ Note, the File Reporter is configured to </example> </component> -<component name="Random Controller" index="§-num;.2.5" screenshot="logic-controller/random-controller.png"> +<component name="Random Controller" index="§-num;.2.5" width="328" height="100" screenshot="logic-controller/random-controller.png"> <description> <p>The Random Logic Controller acts similarly to the Interleave Controller, except that instead of going in order through its sub-controllers and samplers, it picks one @@ -1807,7 +1807,7 @@ what results any given interaction will -<component name="Random Order Controller" index="§-num;.2.6" screenshot="randomordercontroller.png"> +<component name="Random Order Controller" index="§-num;.2.6" width="328" height="76" screenshot="randomordercontroller.png"> <description> <p>The Random Order Controller is much like a Simple Controller in that it will execute each child element at most once, but the order of execution of the nodes will be random.</p> @@ -1817,7 +1817,7 @@ what results any given interaction will </properties> </component> -<component name="Throughput Controller" index="§-num;.2.7" screenshot="throughput_controller.png"> +<component name="Throughput Controller" index="§-num;.2.7" width="329" height="167" screenshot="throughput_controller.png"> <description> <p> <b>This controller is badly named, as it does not control throughput.</b> @@ -1838,7 +1838,7 @@ setting is reset when a parent Loop Cont </component> -<component name="Runtime Controller" index="§-num;.2.8" screenshot="runtimecontroller.png"> +<component name="Runtime Controller" index="§-num;.2.8" width="328" height="100" screenshot="runtimecontroller.png"> <description> <p>The Runtime Controller controls how long its children are allowed to run. </p> @@ -1849,7 +1849,7 @@ setting is reset when a parent Loop Cont </properties> </component> -<component name="If Controller" index="§-num;.2.9" screenshot="ifcontroller.png"> +<component name="If Controller" index="§-num;.2.9" width="497" height="131" screenshot="ifcontroller.png"> <description> <p>The If Controller allows the user to control whether the test elements below it (its children) are run or not.</p> <p> @@ -1910,7 +1910,7 @@ setting is reset when a parent Loop Cont -<component name="While Controller" index="§-num;.2.10" screenshot="whilecontroller.png"> +<component name="While Controller" index="§-num;.2.10" width="362" height="102" screenshot="whilecontroller.png"> <description> <p> The While Controller runs its children until the condition is "false". @@ -1942,7 +1942,7 @@ For example: </properties> </component> -<component name="Switch Controller" index="§-num;.2.11" screenshot="switchcontroller.png"> +<component name="Switch Controller" index="§-num;.2.11" width="361" height="106" screenshot="switchcontroller.png"> <description> <p> The Switch Controller acts like the <complink name="Interleave Controller"/> @@ -1968,7 +1968,7 @@ If there is no default, then no element </properties> </component> -<component name="ForEach Controller" index="§-num;.2.12" anchor="loop" screenshot="logic-controller/foreach-controller.png"> +<component name="ForEach Controller" index="§-num;.2.12" anchor="loop" width="380" height="152" screenshot="logic-controller/foreach-controller.png"> <description><p>A ForEach controller loops through the values of a set of related variables. When you add samplers (or controllers) to a ForEach controller, every sample sample (or controller) is executed one or more times, where during every loop the variable has a new value. @@ -2040,7 +2040,7 @@ which clearly won't match. Thus the For </example> </component> -<component name="Module Controller" index="§-num;.2.13" screenshot="module_controller.png"> +<component name="Module Controller" index="§-num;.2.13" width="504" height="217" screenshot="module_controller.png"> <description> <p> The Module Controller provides a mechanism for substituting test plan fragments into the current test plan at run-time. @@ -2078,7 +2078,7 @@ otherwise a duplicate may be accidentall </properties> </component> -<component name="Include Controller" index="§-num;.2.14" screenshot="includecontroller.png"> +<component name="Include Controller" index="§-num;.2.14" width="417" height="130" screenshot="includecontroller.png"> <description> <p> The include controller is designed to use an external jmx file. To use it, create a Test Fragment @@ -2109,7 +2109,7 @@ attempts to open the fileName relative t </properties> </component> -<component name="Transaction Controller" index="§-num;.2.15" screenshot="transactioncontroller.png"> +<component name="Transaction Controller" index="§-num;.2.15" width="378" height="129" screenshot="transactioncontroller.png"> <description> <p> The Transaction Controller generates an additional @@ -2157,7 +2157,7 @@ attempts to open the fileName relative t </properties> </component> -<component name="Recording Controller" index="§-num;.2.16" screenshot="logic-controller/recording-controller.png"> +<component name="Recording Controller" index="§-num;.2.16" width="420" height="79" screenshot="logic-controller/recording-controller.png"> <description> <p>The Recording Controller is a place holder indicating where the proxy server should record samples to. During test run, it has no effect, similar to the Simple Controller. But during @@ -2293,7 +2293,7 @@ Note that cookies, method and the query <description>No Description</description> </component> -<component name="Graph Results" index="§-num;.3.3" screenshot="graph_results.png"> +<component name="Graph Results" index="§-num;.3.3" width="853" height="453" 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" screenshot="view_results_tree.png"> +<component name="View Results Tree" index="§-num;.3.6" width="869" height="654" 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. @@ -2431,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 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> +<figure width="873" height="653" image="view_results_tree_xml.png">Figure 9 Sample XML display</figure> +<figure width="858" height="643" image="view_results_tree_regex.png">Figure 9a Sample Regexp Test display</figure> </p> </component> @@ -3117,7 +3117,7 @@ cookie table entries.</property> </component> -<component name="HTTP Request Defaults" index="§-num;.4.5" +<component name="HTTP Request Defaults" index="§-num;.4.5" width="853" height="463" screenshot="http-config/http-request-defaults.png"> <description><p>This element lets you set default values that your HTTP Request controllers use. For example, if you are creating a Test Plan with 25 HTTP Request controllers and all of the requests are being sent to the same server, --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org For additional commands, e-mail: notifications-h...@jakarta.apache.org