You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by mi...@apache.org on 2016/11/13 18:05:08 UTC

svn commit: r1769530 - in /jmeter/trunk/docs: ./ images/screenshots/ usermanual/

Author: milamber
Date: Sun Nov 13 18:05:08 2016
New Revision: 1769530

URL: http://svn.apache.org/viewvc?rev=1769530&view=rev
Log:
Prepare next release 3.1: update docs tree and overview (RC3)

Modified:
    jmeter/trunk/docs/building.html
    jmeter/trunk/docs/changes.html
    jmeter/trunk/docs/changes_history.html
    jmeter/trunk/docs/images/screenshots/aggregate_report.png
    jmeter/trunk/docs/images/screenshots/aggregate_report_grouped.png
    jmeter/trunk/docs/images/screenshots/summary_report.png
    jmeter/trunk/docs/images/screenshots/summary_report_grouped.png
    jmeter/trunk/docs/mail2.html
    jmeter/trunk/docs/usermanual/build-ldap-test-plan.html
    jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html
    jmeter/trunk/docs/usermanual/component_reference.html
    jmeter/trunk/docs/usermanual/get-started.html
    jmeter/trunk/docs/usermanual/properties_reference.html
    jmeter/trunk/docs/usermanual/remote-test.html

Modified: jmeter/trunk/docs/building.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/building.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/building.html (original)
+++ jmeter/trunk/docs/building.html Sun Nov 13 18:05:08 2016
@@ -42,7 +42,7 @@ install the dependent jars, you can conf
 file with the <span class="code">eclipse.classpath</span> file provided with JMeter. This will set up the source-paths and most of the libraries.
 </p>
 <p>
-Ensure you read <span class="code">eclipse.readme</span> for project configuration.
+Ensure you read <span class="code">eclipse.md</span> for project configuration.
 </p>
 
 

Modified: jmeter/trunk/docs/changes.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/changes.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/changes.html (original)
+++ jmeter/trunk/docs/changes.html Sun Nov 13 18:05:08 2016
@@ -76,12 +76,19 @@ The HTML source code in the Results Tree
 </p>
 <figure><a href="./images/screenshots/html-formatted-tree-view.png"><img src="./images/screenshots/html-formatted-tree-view.png" width="635" height="271" alt="New formatted HTML source view"></a><figcaption>New formatted HTML source view</figcaption></figure>
 
+<h2 class="ch_section" id="Ability to update all timers in Test plan with a new property">Ability to update all timers in Test plan with a new property</h2>
+<p>
+A new property <span class="code">timer.factor=1.0f</span> has been introduced which allows you to multiply pause times computed by Gaussian, Uniform and Poisson Timers by it.
+This allows you to update Think Times from one place and let you gain productivity. 
+</p>
+
 <h3 class="ch_title">Core improvements</h3>
 <ul>
 <li>Various GUI and UX fixes</li>
 <li>Memory usage improvements</li>
 <li>JDBC Request is now able to return Blob/Clob and computes latency and connect time</li>
 <li>CSS Parsing introduced in 3.0 has been optimized by introduction of a parsing cache</li>
+<li>HTTP Request is now able to handle body in GET request, this is useful for Elastic Search requests for example.</li>
 </ul>
 
 <h3 class="ch_title">Documentation improvements</h3>
@@ -200,7 +207,7 @@ The HTML source code in the Results Tree
       Bug
       60092</a>
     -
-  Add shortened version of the PUT body to sampler result.</li>
+  View Result Tree: Add shortened version of the PUT body to sampler result.</li>
     <li><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60229">
       Bug
       60229</a>
@@ -221,6 +228,11 @@ The HTML source code in the Results Tree
       60318</a>
     -
   Ignore CSS warnings when parsing with ph-css library.</li>
+    <li><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60358">
+      Bug
+      60358</a>
+    -
+  Http Request : Allow sending Body Data for HTTP GET request</li>
 </ul>
 
 <h3>Other samplers</h3>
@@ -390,6 +402,11 @@ The HTML source code in the Results Tree
       Pull request #214</a>
     -
   Add spanish translation for delayed starting of threads. Contributed by Asier Lostal&eacute; (asier.lostale at openbravo.com).</li>
+    <li><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60348">
+      Bug
+      60348</a>
+    -
+  Change chinese translation for <span class="code">Save as</span>. Contributed by XMeter (support at xmeter.net).</li>
 </ul>
 
 <h3>Report / Dashboard</h3>
@@ -522,7 +539,7 @@ The HTML source code in the Results Tree
 <ul>
     <li>Updated to jsoup-1.10.1 (from 1.8.3)</li>
     <li>Updated to ph-css 4.1.6 (from 4.1.4)</li>
-    <li>Updated to tika-core and tika-parsers 1.13 (from 1.12)</li>
+    <li>Updated to tika-core and tika-parsers 1.14 (from 1.12)</li>
     <li>Updated to commons-io 2.5 (from 2.4)</li>
     <li>Updated to commons-lang3 3.5 (from 3.4)</li>
     <li>Updated to commons-net 3.5 (from 3.4)</li>
@@ -546,6 +563,11 @@ The HTML source code in the Results Tree
       Pull request #216</a>
     -
   Re-use pattern when possible. Contributed by Benoit Wiart (b.wiart at ubik-ingenierie.com)</li>
+    <li><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60364">
+      Bug
+      60364</a>
+    -
+  Document Test Coverage. Contributed by Thomas Schapitz (ts-nospam12 at online.de)</li>
 </ul>
 
  
@@ -582,6 +604,11 @@ The HTML source code in the Results Tree
 
 <h3>Controllers</h3>
 <ul>
+    <li><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60361">
+      Bug
+      60361</a>
+    -
+  ModuleController : If a Test plan contains a Module Controller which references an unexistant Controller, JMeter in GUI mode will not stop</li>
 </ul>
 
 <h3>Listeners</h3>
@@ -599,6 +626,11 @@ The HTML source code in the Results Tree
   Since 2.13 (and <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=57514">
       Bug
       57514</a>), Aggregate Graph, Summary Report and Aggregate Report lost precision in the Error, Rate and Bandwidth values saved in the saved file csv</li>
+    <li><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60360">
+      Bug
+      60360</a>
+    -
+  View Result Tree : Request Tab does not show body of a DELETE request</li>
 </ul>
 
 <h3>Timers, Assertions, Config, Pre- &amp; Post-Processors</h3>
@@ -741,6 +773,11 @@ The HTML source code in the Results Tree
       60295</a>
     -
   JSON Extractor doesn't index array elements when only one element is found. Based on a patch by Roberto Braga (roberto.braga at sociale.it)</li>
+    <li><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=60299">
+      Bug
+      60299</a>
+    -
+  Thread Group with Scheduler : Weird behaviour when End-Time is in the past</li>
 </ul>
 
  
@@ -762,6 +799,7 @@ The HTML source code in the Results Tree
 <li>Roberto Braga (roberto.braga at soziale.it)</li>
 <li>jarek102 at gmail.com</li>
 <li>Wyatt Epp (wyatt.epp at gmail.com)</li>
+<li>Thomas Schapitz (ts-nospam12 at online.de)</li>
 </ul>
 <p>We also thank bug reporters who helped us improve JMeter. <br>
 For this release we want to give special thanks to the following reporters for the clear reports and tests made after our fixes:</p>

Modified: jmeter/trunk/docs/changes_history.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/changes_history.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/changes_history.html (original)
+++ jmeter/trunk/docs/changes_history.html Sun Nov 13 18:05:08 2016
@@ -17,8 +17,9 @@ Current changes are detailed in <a href=
 
 
 <h1>Version 3.0</h1>
-
+<p>
 Summary
+</p>
 <ul>
 <li><a href="#New and Noteworthy">New and Noteworthy</a></li>
 <li><a href="#Known bugs">Known bugs</a></li>
@@ -47,7 +48,9 @@ It is based on <a href="https://github.c
 will pre-compile the script and cache the compiled code if the underlying language supports it</p>
 <figure><a href="./images/screenshots/changes/3.0/jsr223_cache_compiled.png"><img src="./images/screenshots/changes/3.0/jsr223_cache_compiled.png" width="991" height="606" alt=""></a><figcaption></figcaption></figure>
 <h3 class="ch_title">Nashorn can now be used as Javascript engine providing better performance and easier usage</h3>
+<p>
 To enable <a target="_blank" href="http://www.oracle.com/technetwork/articles/java/jf14-nashorn-2126515.html">Nashorn</a>, you need to set in <span class="code">user.properties</span>:
+</p>
 <pre class="source">javascript.use_rhino=false</pre>
 <p>Nashorn can be used with Java 8 in the following elements:
 </p>
@@ -57,8 +60,10 @@ To enable <a target="_blank" href="http:
 <li><span class="code">__javaScript</span> function</li>
 </ul>
 <h3 class="ch_title">Jexl3 has been integrated. It provides new scripting features and much better documentation</h3>
+<p>
 <a href="http://commons.apache.org/proper/commons-jexl/" target="_blank">JEXL3</a> can now be used thanks to a new function <span class="code">__jexl3</span>.
 JEXL is a language very similar to JSTL. 
+</p>
 <h3 class="ch_title">Simplified HTTP Request UI</h3>
 <p>A new "<span class="code">Advanced</span>" tab has been added to HTTP Request to simplify configuration. The file upload feature has been moved into a dedicated tab.
 This increases the space available for parameters in UI and simplifies the UX.</p>
@@ -103,7 +108,9 @@ This report provides the following metri
 
 <h3 class="ch_title">GraphiteBackendListener has a new Server Hits metric</h3>
 <h3 class="ch_title">Summariser displays a more readable duration</h3>
+<p>
 Now duration are display in the format <span class="code">hours:minutes:seconds</span>
+</p>
 <pre class="source">
 Generate Summary Results +      1 in 00:00:01 =    1.7/s Avg:     1 Min:     1 Max:     1 Err:     0 (0.00%) Active: 1 Started: 1 Finished: 0
 Generate Summary Results +    138 in 00:00:09 =   16.2/s Avg:     0 Min:     0 Max:     1 Err:     0 (0.00%) Active: 9 Started: 9 Finished: 0
@@ -1526,8 +1533,9 @@ The fix is to use JDK 8 b132 or later.
 
 
 <h1>Version 2.13</h1>
-
+<p>
 Summary
+</p>
 <ul>
 <li><a href="#New and Noteworthy">New and Noteworthy</a></li>
 <li><a href="#Known bugs">Known bugs</a></li>
@@ -2054,8 +2062,9 @@ See  <a href="https://bz.apache.org/bugz
 
 
 <h1>Version 2.12</h1>
-
+<p>
 Summary
+</p>
 <ul>
 <li><a href="#New and Noteworthy">New and Noteworthy</a></li>
 <li><a href="#Known bugs">Known bugs</a></li>
@@ -2640,8 +2649,9 @@ Apologies if we have omitted anyone else
 
 
 <h1>Version 2.11</h1>
-
+<p>
 Summary
+</p>
 <ul>
 <li><a href="#New and Noteworthy">New and Noteworthy</a></li>
 <li><a href="#Known bugs">Known bugs</a></li>
@@ -2936,8 +2946,9 @@ Apologies if we have omitted anyone else
 
 
 <h1>Version 2.10</h1>
-
+<p>
 Summary
+</p>
 <ul>
 <li><a href="#New and Noteworthy">New and Noteworthy</a></li>
 <li><a href="#Known bugs">Known bugs</a></li>

Modified: jmeter/trunk/docs/images/screenshots/aggregate_report.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/aggregate_report.png?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/docs/images/screenshots/aggregate_report_grouped.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/aggregate_report_grouped.png?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/docs/images/screenshots/summary_report.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/summary_report.png?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/docs/images/screenshots/summary_report_grouped.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/summary_report_grouped.png?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/docs/mail2.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/mail2.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/mail2.html (original)
+++ jmeter/trunk/docs/mail2.html Sun Nov 13 18:05:08 2016
@@ -22,7 +22,9 @@ For details of how to subscribe/unsubscr
 </p>
 
 </div><div class="section"><h1>JMeter lists and archives at the ASF</h1>
+<p>
 The following mailing lists are available:
+</p>
 <div class="subsection"><h2 id="JMeterUser">Apache JMeter User<a class="sectionlink" href="#JMeterUser" title="Link to here">&para;</a></h2>
 <p>
 This is the list where users of Apache JMeter meet and discuss issues. 

Modified: jmeter/trunk/docs/usermanual/build-ldap-test-plan.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-ldap-test-plan.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-ldap-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-ldap-test-plan.html Sun Nov 13 18:05:08 2016
@@ -94,7 +94,9 @@ properties</p>
             <li>Rename to "<span class="code">Search</span>" this element</li>
             <li>Select the <span class="code">Search Test</span> radio button in <span class="code">Test Configuration</span> group</li>
         </ol>
+        <p>
         Next, add the Third LDAP Request and edit the following properties
+        </p>
                 <figure><a href="../images/screenshots/ldaptest/search.png"><img src="../images/screenshots/ldaptest/search.png" width="" height="" alt="
                   Figure 8a.4.2 LDAP Request for Inbuilt Search test"></a><figcaption>
                   Figure 8a.4.2 LDAP Request for Inbuilt Search test</figcaption></figure>
@@ -103,8 +105,9 @@ properties</p>
             <li>Rename to "<span class="code">Modify</span>" this element</li>
             <li>Select the <span class="code">Modify Test</span> radio button in <span class="code">Test Configuration</span> group</li>
         </ol>
+        <p>
         Next, add the fourth LDAP Request and edit the following properties
-                
+        </p>
                 <figure><a href="../images/screenshots/ldaptest/modify.png"><img src="../images/screenshots/ldaptest/modify.png" width="" height="" alt="
                   Figure 8a.4.3 LDAP Request for Inbuilt Modify test"></a><figcaption>
                   Figure 8a.4.3 LDAP Request for Inbuilt Modify test</figcaption></figure>

Modified: jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html (original)
+++ jmeter/trunk/docs/usermanual/build-ldapext-test-plan.html Sun Nov 13 18:05:08 2016
@@ -37,7 +37,9 @@ Take care when using LDAP special charac
 distinguished name) you need to escape the character by adding an "<span class="code">\</span>" sign before that character.
 Extra exception: if you want to add a <span class="code">\</span> character in a distinguished name (in an add or rename operation), you need to use 4 backslashes.
 </p>
+<p>
 Examples:
+</p>
 <dl>
 <dt><span class="code">cn=dolf\+smits</span></dt><dd>to add/search an entry with the name like <span class="code">cn=dolf+smits</span></dd>
 <dt><span class="code">cn=dolf \\ smits</span></dt><dd>to search an entry with the name <span class="code">cn=dolf \ smits</span></dd>

Modified: jmeter/trunk/docs/usermanual/component_reference.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/component_reference.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/component_reference.html (original)
+++ jmeter/trunk/docs/usermanual/component_reference.html Sun Nov 13 18:05:08 2016
@@ -67,7 +67,7 @@ Latency is set to the time it takes to l
         <ul>
         <li>images</li>
         <li>applets</li>
-        <li>stylesheets</li>
+        <li>stylesheets (CSS) and resources referenced from those files</li>
         <li>external scripts</li>
         <li>frames, iframes</li>
         <li>background images (body, table, TD, TR)</li>
@@ -333,7 +333,7 @@ See also the MIME Type above how you can
 <br>
 For other methods, if the name of the parameter is missing,
 then the parameter is ignored. This allows the use of optional parameters defined by variables.
-</p><br><p>You have the option to switch to Post Body when a request has only unnamed parameters
+</p><br><p>You have the option to switch to <span class="code">Body Data</span> tab when a request has only unnamed parameters
 (or no parameters at all).
 This option is useful in the following cases (amongst others):</p><ul>
 <li>GWT RPC HTTP Request</li>
@@ -341,27 +341,24 @@ This option is useful in the following c
 <li>XML REST HTTP Request</li>
 <li>SOAP HTTP Request</li>
 </ul><div class="clear"></div><div class="note">
-Note that once you leave the Tree node, you cannot switch back to the parameter tab unless you clear the Post Body tab of data.
+Note that once you leave the Tree node, you cannot switch back to the parameter tab unless you clear the <span class="code">Body Data</span> tab from its data.
 </div><div class="clear"></div><p>
-In Post Body mode, each line will be sent with <span class="code">CRLF</span> appended, apart from the last line.
+In <span class="code">Body Data</span> mode, each line will be sent with <span class="code">CRLF</span> appended, apart from the last line.
 To send a <span class="code">CRLF</span> after the last line of data, just ensure that there is an empty line following it.
 (This cannot be seen, except by noting whether the cursor can be placed on the subsequent line.)
 </p><figure><a href="../images/screenshots/http-request-raw-single-parameter.png"><img src="../images/screenshots/http-request-raw-single-parameter.png" width="902" height="421" alt="Figure 1 - HTTP Request with one unnamed parameter"></a><figcaption>Figure 1 - HTTP Request with one unnamed parameter</figcaption></figure><figure><a href="../images/screenshots/http-request-confirm-raw-body.png"><img src="../images/screenshots/http-request-confirm-raw-body.png" width="908" height="212" alt="Figure 2 - Confirm dialog to switch"></a><figcaption>Figure 2 - Confirm dialog to switch</figcaption></figure><figure><a href="../images/screenshots/http-request-raw-body.png"><img src="../images/screenshots/http-request-raw-body.png" width="905" height="423" alt="Figure 3 - HTTP Request using Body Data"></a><figcaption>Figure 3 - HTTP Request using Body Data</figcaption></figure><p>
 <b>Method Handling:</b><br>
-The <span class="code">POST</span>, <span class="code">PUT</span> and <span class="code">PATCH</span> request methods work similarly, except that the <span class="code">PUT</span> and <span class="code">PATCH</span> methods do not support multipart requests
+The <span class="code">GET</span>, <span class="code">DELETE</span>, <span class="code">POST</span>, <span class="code">PUT</span> and <span class="code">PATCH</span> request methods work similarly, except that as of 3.1, only <span class="code">POST</span> method supports multipart requests
 or file upload.
 The <span class="code">PUT</span> and <span class="code">PATCH</span> method body must be provided as one of the following:</p><ul>
 <li>define the body as a file with empty Parameter name field; in which case the MIME Type is used as the Content-Type</li>
 <li>define the body as parameter value(s) with no name</li>
-<li>use the Post Body tab</li>
-</ul><p>
-If you define any parameters with a name in either the sampler or HTTP
-defaults then nothing is sent.
-<span class="code">PUT</span> and <span class="code">PATCH</span> require a Content-Type.
+<li>use the <span class="code">Body Data</span> tab</li>
+</ul><span class="code">GET</span><span class="code">DELETE</span><span class="code">POST</span><span class="code">Parameters</span><p>
+<span class="code">GET</span>, <span class="code">DELETE</span>, <span class="code">PUT</span> and <span class="code">PATCH</span> require a Content-Type.
 If not using a file, attach a Header Manager to the sampler and define the Content-Type there.
-The <span class="code">GET</span> and <span class="code">DELETE</span> request methods work similarly to each other.
 </p><p>JMeter scan responses from embedded resources. It uses the property <span class="code">HTTPResponse.parsers</span>, which is a list of parser ids,
- e.g. <span class="code">htmlParser</span> and <span class="code">wmlParser</span>. For each id found, JMeter checks two further properties:</p><ul>
+ e.g. <span class="code">htmlParser</span>, <span class="code">cssParser</span> and <span class="code">wmlParser</span>. For each id found, JMeter checks two further properties:</p><ul>
  <li><span class="code">id.types</span> - a list of content types</li>
  <li><span class="code">id.className</span> - the parser to be used to extract the embedded resources</li>
  </ul><p>See <span class="code">jmeter.properties</span> file for the details of the settings.
@@ -2752,11 +2749,11 @@ i.e. 30.0 requests/minute is saved as 0.
 <li><span class="code">Sent KB/sec</span> - The throughput measured in sent Kilobytes per second</li>
 </ul>
 <p>Times are in milliseconds.</p>
-</div><div class="screenshot"><figure><a href="../images/screenshots/aggregate_report.png"><img src="../images/screenshots/aggregate_report.png" width="1140" height="266" alt="Screenshot for Control-Panel of Aggregate Report"></a><figcaption>Screenshot of Control-Panel of Aggregate Report</figcaption></figure></div><div align="center">
+</div><div class="screenshot"><figure><a href="../images/screenshots/aggregate_report.png"><img src="../images/screenshots/aggregate_report.png" width="1206" height="306" alt="Screenshot for Control-Panel of Aggregate Report"></a><figcaption>Screenshot of Control-Panel of Aggregate Report</figcaption></figure></div><div align="center">
 <p>
     The figure below shows an example of selecting the "<span class="code">Include group name</span>" checkbox.
 </p>
-<figure><a href="../images/screenshots/aggregate_report_grouped.png"><img src="../images/screenshots/aggregate_report_grouped.png" width="1140" height="276" alt="Sample &quot;"></a><figcaption>Sample "<span class="code">Include group name</span>" display</figcaption></figure>
+<figure><a href="../images/screenshots/aggregate_report_grouped.png"><img src="../images/screenshots/aggregate_report_grouped.png" width="1207" height="298" alt="Sample &quot;"></a><figcaption>Sample "<span class="code">Include group name</span>" display</figcaption></figure>
 </div><div class="go-top"><a href="#">^</a></div></div>
 
 <div class="component"><h2 id="View_Results_in_Table">View Results in Table<a class="sectionlink" href="#View_Results_in_Table" title="Link to here">&para;</a></h2><div class="description">This visualizer creates a row for every sample result.  
@@ -2966,11 +2963,11 @@ i.e. 30.0 requests/minute is saved as <s
 <li><span class="code">Avg. Bytes</span> - average size of the sample response in bytes.</li>
 </ul>
 <p>Times are in milliseconds.</p>
-</div><div class="screenshot"><figure><a href="../images/screenshots/summary_report.png"><img src="../images/screenshots/summary_report.png" width="926" height="324" alt="Screenshot for Control-Panel of Summary Report"></a><figcaption>Screenshot of Control-Panel of Summary Report</figcaption></figure></div><div align="center">
+</div><div class="screenshot"><figure><a href="../images/screenshots/summary_report.png"><img src="../images/screenshots/summary_report.png" width="1204" height="300" alt="Screenshot for Control-Panel of Summary Report"></a><figcaption>Screenshot of Control-Panel of Summary Report</figcaption></figure></div><div align="center">
 <p>
     The figure below shows an example of selecting the "<span class="code">Include group name</span>" checkbox.
 </p>
-<figure><a href="../images/screenshots/summary_report_grouped.png"><img src="../images/screenshots/summary_report_grouped.png" width="923" height="325" alt="Sample &quot;"></a><figcaption>Sample "<span class="code">Include group name</span>" display</figcaption></figure>
+<figure><a href="../images/screenshots/summary_report_grouped.png"><img src="../images/screenshots/summary_report_grouped.png" width="1208" height="302" alt="Sample &quot;"></a><figcaption>Sample "<span class="code">Include group name</span>" display</figcaption></figure>
 </div><div class="go-top"><a href="#">^</a></div></div>
 
 <div class="component"><h2 id="Save_Responses_to_a_file">Save Responses to a file<a class="sectionlink" href="#Save_Responses_to_a_file" title="Link to here">&para;</a></h2><div class="description">

Modified: jmeter/trunk/docs/usermanual/get-started.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/get-started.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/get-started.html (original)
+++ jmeter/trunk/docs/usermanual/get-started.html Sun Nov 13 18:05:08 2016
@@ -255,7 +255,9 @@ The <span class="code">JVM_ARGS</span> e
 <pre class="source">
 JVM_ARGS="-Xms1024m -Xmx1024m" jmeter -t test.jmx [etc.]
 </pre>
+<p>
 will override the HEAP settings in the script.
+</p>
 <div class="subsection"><h2 id="classpath">1.4.1 JMeter's Classpath<a class="sectionlink" href="#classpath" title="Link to here">&para;</a></h2>
 <p>JMeter automatically finds classes from jars in the following directories:</p>
 <dl>

Modified: jmeter/trunk/docs/usermanual/properties_reference.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/properties_reference.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/properties_reference.html (original)
+++ jmeter/trunk/docs/usermanual/properties_reference.html Sun Nov 13 18:05:08 2016
@@ -1187,15 +1187,21 @@ log_level.org.apache.http.client=DEBUG
           </div></div>
 </div>
 </div><div class="section"><h1 id="remote_batching_config">20.25 Remote batching configuration<a class="sectionlink" href="#remote_batching_config" title="Link to here">&para;</a></h1>
+    <p>
     Configure how SampleResults are sent from server to client when using distributed testing.
+    </p>
     <div class="clear"></div><div class="note">Note that the mode is currently resolved on the client, while other properties
     (e.g. <span class="code">time_threshold</span>) are resolved on the server.</div><div class="clear"></div>
+    <p>
     Since JMeter version 2.9, default is <span class="code">StrippedBatch</span>, which returns samples in
     batch mode (every 100 samples or every minute by default).<br>
     You can set mode by configuring:
+    </p>
     <pre class="source">mode=<em>one of the possible modes below</em></pre>
     <div class="clear"></div><div class="note">StrippedBatch strips response data from SampleResult, so if you need the response data, change to another mode.</div><div class="clear"></div>
+    <p>
     Possible modes are:
+    </p>
     <dl>
         <dt><span class="code">Standard</span></dt>
         <dd>Sends SampleResult one by one</dd>

Modified: jmeter/trunk/docs/usermanual/remote-test.html
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/usermanual/remote-test.html?rev=1769530&r1=1769529&r2=1769530&view=diff
==============================================================================
--- jmeter/trunk/docs/usermanual/remote-test.html (original)
+++ jmeter/trunk/docs/usermanual/remote-test.html Sun Nov 13 18:05:08 2016
@@ -96,20 +96,23 @@ The command to do this is:</p>
 <pre class="source">
 jmeter -n -t script.jmx -r
 </pre>
-or
+<p>or</p>
 <pre class="source">
 jmeter -n -t script.jmx -R server1,server2,&hellip;
 </pre>
+<p>
 Other flags that may be useful:
+</p>
 <dl>
 <dt><span class="code">-Gproperty=value</span></dt><dd>define a property in all the servers (may appear more than once)</dd>
 <dt><span class="code">-X</span></dt><dd>Exit remote servers at the end of the test.</dd>
 </dl>
+<p>
 The first example will start the test on whatever servers are defined in the JMeter property <span class="code">remote_hosts</span>;<br>
 The second example will define <span class="code">remote_hosts</span> from the list of servers and then start the test on the remote servers.
 <br>
 The command-line client will exit when all the remote servers have stopped.
-
+</p>
 <div class="subsection"><h2 id="detail_instructions">14.1 Doing it Manually<a class="sectionlink" href="#detail_instructions" title="Link to here">&para;</a></h2>
 <p>In some cases, the jmeter-server script may not work for you (if you are using an OS platform not anticipated by the JMeter developers).
 Here is how to start the JMeter servers (step 1 above) with a more manual process:</p>