Author: milamber
Date: Sat Apr 22 19:01:41 2017
New Revision: 1792320

URL: http://svn.apache.org/viewvc?rev=1792320&view=rev
Log:
UPDATE Docs files: fix an issue with the old monitor page and some other minor 
addition about the new limit of VRT and ReplaceAll


Modified:
    jmeter/branches/docs-3.2/docs/changes.html
    jmeter/branches/docs-3.2/docs/usermanual/best-practices.html
    jmeter/branches/docs-3.2/docs/usermanual/boss.html
    jmeter/branches/docs-3.2/docs/usermanual/build-jms-topic-test-plan.html
    jmeter/branches/docs-3.2/docs/usermanual/build-monitor-test-plan.html
    jmeter/branches/docs-3.2/docs/usermanual/component_reference.html
    jmeter/branches/docs-3.2/docs/usermanual/functions.html
    jmeter/branches/docs-3.2/docs/usermanual/generating-dashboard.html
    jmeter/branches/docs-3.2/docs/usermanual/glossary.html
    jmeter/branches/docs-3.2/docs/usermanual/hints_and_tips.html
    jmeter/branches/docs-3.2/docs/usermanual/history_future.html
    jmeter/branches/docs-3.2/docs/usermanual/index.html
    
jmeter/branches/docs-3.2/docs/usermanual/jmeter_accesslog_sampler_step_by_step.html
    
jmeter/branches/docs-3.2/docs/usermanual/jmeter_distributed_testing_step_by_step.html
    jmeter/branches/docs-3.2/docs/usermanual/jmeter_proxy_step_by_step.html
    jmeter/branches/docs-3.2/docs/usermanual/jmeter_tutorial.html
    jmeter/branches/docs-3.2/docs/usermanual/junitsampler_tutorial.html
    jmeter/branches/docs-3.2/docs/usermanual/listeners.html
    jmeter/branches/docs-3.2/docs/usermanual/properties_reference.html
    jmeter/branches/docs-3.2/docs/usermanual/realtime-results.html
    jmeter/branches/docs-3.2/docs/usermanual/regular_expressions.html
    jmeter/branches/docs-3.2/docs/usermanual/remote-test.html

Modified: jmeter/branches/docs-3.2/docs/changes.html
URL: 
http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/changes.html?rev=1792320&r1=1792319&r2=1792320&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/docs/changes.html (original)
+++ jmeter/branches/docs-3.2/docs/changes.html Sat Apr 22 19:01:41 2017
@@ -45,6 +45,14 @@ JMeter now requires Java 8. Ensure you u
 JMeter logging has been migrated to SLF4J and Log4j 2.
 This affects configuration and 3<sup>rd</sup> party plugins, see below 
<b>"Logging changes"</b>.
 </p>
+<p>
+Starting with JMeter version 3.2 the number of results in View Results Tree is
+limited by default to 500 entries. If you want more entries, you have to set
+the property <span class="code">view.results.tree.max_results</span> to a 
higher value, or to <span class="code">0</span>, if
+you don't want to impose any limit.
+You can set the property in bin/user.properties.
+More info might be found <a 
href="usermanual/component_reference.html#View_Results_Tree">here</a>.
+</p>
 <h3 class="ch_title">Core improvements</h3>
 <ul>
 <li>JMeter now provides a new BackendListener implementation that interfaces 
InfluxDB.
@@ -89,6 +97,11 @@ listeners hold and a rework of the way G
 </li>
 <li>A <span class="code">replace</span> feature has been added to Search 
feature to allow replacement in some elements.
 <figure><a href="./images/screenshots/changes/3.2/search_replace.png"><img 
src="./images/screenshots/changes/3.2/search_replace.png" width="459" 
height="196" alt=""></a><figcaption></figcaption></figure>
+<div class="clear"></div><div class="note">
+ReplaceAll does not do replacement on all elements, it does it on:<br>
+- HeaderManager: Replacement in values <br>
+- Http Request: Replacement in Arguments, Path and Host<br>
+</div><div class="clear"></div>
 </li>
 <li>View Results Tree now provides a more up to date Browser renderer which 
requires JavaFX.</li>
 <li>You can now add through a contextual menu think times, this will add think 
times between samplers and Transaction Controllers

Modified: jmeter/branches/docs-3.2/docs/usermanual/best-practices.html
URL: 
http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/best-practices.html?rev=1792320&r1=1792319&r2=1792320&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/docs/usermanual/best-practices.html (original)
+++ jmeter/branches/docs-3.2/docs/usermanual/best-practices.html Sat Apr 22 
19:01:41 2017
@@ -5,13 +5,13 @@
             APACHE LOGO
           --><div><a href="http://www.apache.org";><img title="Apache Software 
Foundation" class="asf-logo logo" src="../images/asf-logo.svg" alt="Logo 
ASF"></a></div><!--
               PROJECT LOGO
-            --><div><a href="http://jmeter.apache.org/";><img class="logo" 
src="../images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><a 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"; alt="Current Apache 
event teaser"></a><div class="clear"></div></div></div><div class="nav"><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">About</div><ul><li><a 
href="../index.html">Overview</a></li><li><a 
href="http://www.apache.org/licenses/";>License</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Download</div><ul><li><a 
href="../download_jmeter.cgi">Download Releases</a></li><li><a 
href="../changes.html">Release Notes</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Documentation</div><ul><li><a 
href="../usermanual/get-started.html">Get Started</a></li><li><a 
href="../usermanual/index.html">User Manual</a></li>
 <li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a 
href="../usermanual/component_reference.html">Component 
Reference</a></li><li><a href="../usermanual/functions.html">Functions 
Reference</a></li><li><a 
href="../usermanual/properties_reference.html">Properties 
Reference</a></li><li><a href="../changes_history.html">Change 
History</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a 
href="http://wiki.apache.org/jmeter";>JMeter Wiki</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterFAQ";>FAQ 
(Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Tutorials</div><ul><li><a 
href="../usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a></li><li><a 
href="../usermanual/jmeter_proxy_step_by_step.html">Recording 
Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.html">JUnit 
Sampler</a></li><li><a 
href="../usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
 Sampler</a></li><li><a href="../usermanual/jmeter_tutorial.html">Extending 
JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Community</div><ul><li><a href="../issues.html">Issue 
Tracking</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a 
href="../svnindex.html">Source Repositories</a></li><li><a 
href="../building.html">Building and Contributing</a></li><li><a 
href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a></li></ul></li></ul><ul
 class="menu"><li onClick="return true"><div 
class="menu-title">Foundation</div><ul><li><a 
href="http://www.apache.org/";>ASF</a></li><li><a 
href="http://www.apache.org/foundation/getinvolved.html";>Get Involved in the 
ASF</a></li><li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><
 /ul></li></ul></div><div class="main" id="content"><div 
class="social-media"><ul class="social-media-links"><li class="twitter"><a 
href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li 
class="github"><a href="https://github.com/apache/jmeter"; title="Fork us on 
github"><i class="fa fa-github" 
aria-hidden="true"></i>github</a></li></ul></div><ul class="pagelinks"><li><a 
href="realtime-results.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a href="boss.html">Next 
&gt;</a></li></ul><div class="section"><h1 id="best_practices">17. Best 
Practices<a class="sectionlink" href="#best_practices" title="Link to 
here">&para;</a></h1>
-</div><div class="section"><h1 id="use_latest_version">17.1 Always use latest 
version of JMeter<a class="sectionlink" href="#use_latest_version" title="Link 
to here">&para;</a></h1>
+            --><div><a href="http://jmeter.apache.org/";><img class="logo" 
src="../images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><a 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"; alt="Current Apache 
event teaser"></a><div class="clear"></div></div></div><div class="nav"><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">About</div><ul><li><a 
href="../index.html">Overview</a></li><li><a 
href="http://www.apache.org/licenses/";>License</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Download</div><ul><li><a 
href="../download_jmeter.cgi">Download Releases</a></li><li><a 
href="../changes.html">Release Notes</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Documentation</div><ul><li><a 
href="../usermanual/get-started.html">Get Started</a></li><li><a 
href="../usermanual/index.html">User Manual</a></li>
 <li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a 
href="../usermanual/component_reference.html">Component 
Reference</a></li><li><a href="../usermanual/functions.html">Functions 
Reference</a></li><li><a 
href="../usermanual/properties_reference.html">Properties 
Reference</a></li><li><a href="../changes_history.html">Change 
History</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a 
href="http://wiki.apache.org/jmeter";>JMeter Wiki</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterFAQ";>FAQ 
(Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Tutorials</div><ul><li><a 
href="../usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a></li><li><a 
href="../usermanual/jmeter_proxy_step_by_step.html">Recording 
Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.html">JUnit 
Sampler</a></li><li><a 
href="../usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
 Sampler</a></li><li><a href="../usermanual/jmeter_tutorial.html">Extending 
JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Community</div><ul><li><a href="../issues.html">Issue 
Tracking</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a 
href="../svnindex.html">Source Repositories</a></li><li><a 
href="../building.html">Building and Contributing</a></li><li><a 
href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a></li></ul></li></ul><ul
 class="menu"><li onClick="return true"><div 
class="menu-title">Foundation</div><ul><li><a 
href="http://www.apache.org/";>ASF</a></li><li><a 
href="http://www.apache.org/foundation/getinvolved.html";>Get Involved in the 
ASF</a></li><li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><
 /ul></li></ul></div><div class="main" id="content"><div 
class="social-media"><ul class="social-media-links"><li class="twitter"><a 
href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li 
class="github"><a href="https://github.com/apache/jmeter"; title="Fork us on 
github"><i class="fa fa-github" 
aria-hidden="true"></i>github</a></li></ul></div><ul class="pagelinks"><li><a 
href="realtime-results.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a href="boss.html">Next 
&gt;</a></li></ul><div class="section"><h1 id="best_practices">16. Best 
Practices<a class="sectionlink" href="#best_practices" title="Link to 
here">&para;</a></h1>
+</div><div class="section"><h1 id="use_latest_version">16.1 Always use latest 
version of JMeter<a class="sectionlink" href="#use_latest_version" title="Link 
to here">&para;</a></h1>
 <p>The performance of JMeter is being constantly improved, so users are highly 
encouraged to use the most up to date version. <br>
 Ensure you always read <a href="../changes.html">changes list</a> to be aware 
of new improvements and components.
 You should absolutely avoid using versions that are older than 3 versions 
before the last one.
 </p>
-</div><div class="section"><h1 id="sizing_threads">17.2 Use the correct Number 
of Threads<a class="sectionlink" href="#sizing_threads" title="Link to 
here">&para;</a></h1>
+</div><div class="section"><h1 id="sizing_threads">16.2 Use the correct Number 
of Threads<a class="sectionlink" href="#sizing_threads" title="Link to 
here">&para;</a></h1>
 <p>Your hardware capabilities as well as the Test Plan design will both impact 
the number of threads you can effectively
 run with JMeter.  The number will also depend on how fast your server is (a 
faster server
  makes JMeter work harder since it returns a response quicker).  As with any 
Load Testing tool, if you don't correctly size
@@ -26,13 +26,13 @@ It does not require any network access s
 JMeter has an option to delay thread creation until the thread starts 
sampling, i.e. after any thread group delay and the ramp-up time for the thread 
itself.
 This allows for a very large total number of threads, provided that not too 
many are active concurrently.
 </p>
-</div><div class="section"><h1 id="put_cookie_manager">17.3 Where to Put the 
Cookie Manager<a class="sectionlink" href="#put_cookie_manager" title="Link to 
here">&para;</a></h1>
+</div><div class="section"><h1 id="put_cookie_manager">16.3 Where to Put the 
Cookie Manager<a class="sectionlink" href="#put_cookie_manager" title="Link to 
here">&para;</a></h1>
 <p>See <a href="build-web-test-plan.html#adding_cookie_support">Building a Web 
Test</a>
 for information.</p>
-</div><div class="section"><h1 id="put_auth_manager">17.4 Where to Put the 
Authorization Manager<a class="sectionlink" href="#put_auth_manager" 
title="Link to here">&para;</a></h1>
+</div><div class="section"><h1 id="put_auth_manager">16.4 Where to Put the 
Authorization Manager<a class="sectionlink" href="#put_auth_manager" 
title="Link to here">&para;</a></h1>
 <p>See <a href="build-adv-web-test-plan.html#header_manager">Building an 
Advanced
 Web Test</a> for information.</p>
-</div><div class="section"><h1 id="proxy_server">17.5 Using the HTTP(S) Test 
Script Recorder<a class="sectionlink" href="#proxy_server" title="Link to 
here">&para;</a></h1>
+</div><div class="section"><h1 id="proxy_server">16.5 Using the HTTP(S) Test 
Script Recorder<a class="sectionlink" href="#proxy_server" title="Link to 
here">&para;</a></h1>
 <p>Refer to <a 
href="../usermanual/component_reference.html#HTTP(S)_Test_Script_Recorder">HTTP(S)
 Test Script Recorder</a> for details on setting up the
 recorder. The most important thing to do is filter out all requests you aren't
 interested in.  For instance, there's no point in recording image requests 
(JMeter can
@@ -77,7 +77,7 @@ JMeter Proxy server certificate.
 </p>
 
 
-</div><div class="section"><h1 id="user_variables">17.6 User variables<a 
class="sectionlink" href="#user_variables" title="Link to here">&para;</a></h1>
+</div><div class="section"><h1 id="user_variables">16.6 User variables<a 
class="sectionlink" href="#user_variables" title="Link to here">&para;</a></h1>
 <p>
 Some test plans need to use different values for different users/threads. 
 For example, you might want to test a sequence that requires a unique login 
for each user.
@@ -99,7 +99,7 @@ samplers
 </ul>
 <p>The CSV Data Set element will read a new line for each thread.
 </p>
-</div><div class="section"><h1 id="lean_mean">17.7 Reducing resource 
requirements<a class="sectionlink" href="#lean_mean" title="Link to 
here">&para;</a></h1>
+</div><div class="section"><h1 id="lean_mean">16.7 Reducing resource 
requirements<a class="sectionlink" href="#lean_mean" title="Link to 
here">&para;</a></h1>
 <p>
 Some suggestions on reducing resource usage.
 </p>
@@ -121,7 +121,7 @@ use the same sampler in a loop, and use
 If your test needs large amounts of data - particularly if it needs to be 
randomised - create the test data in a file
 that can be read with CSV Dataset. This avoids wasting resources at run-time.
 </p>
-</div><div class="section"><h1 id="beanshell_server">17.8 BeanShell server<a 
class="sectionlink" href="#beanshell_server" title="Link to 
here">&para;</a></h1>
+</div><div class="section"><h1 id="beanshell_server">16.8 BeanShell server<a 
class="sectionlink" href="#beanshell_server" title="Link to 
here">&para;</a></h1>
 <p>
 The BeanShell interpreter has a very useful feature - it can act as a server,
 which is accessible by telnet or http.
@@ -207,10 +207,10 @@ For example:
 <pre class="source">
 java -jar ../lib/bshclient.jar localhost 9000 throughput.bsh 70 5 100 60
 </pre>
-</div><div class="section"><h1 id="bsh_scripting">17.9 BeanShell scripting<a 
class="sectionlink" href="#bsh_scripting" title="Link to here">&para;</a></h1>
+</div><div class="section"><h1 id="bsh_scripting">16.9 BeanShell scripting<a 
class="sectionlink" href="#bsh_scripting" title="Link to here">&para;</a></h1>
 <div class="clear"></div><div class="note">Since JMeter 3.1, we advise 
switching from BeanShell to JSR223 Test Elements (see JSR223 section below for 
more details), and switching from <span class="code"><a 
href="functions.html#__BeanShell">__Beanshell</a></span> function 
 to <a href="functions.html#__groovy">__groovy</a> function.</div><div 
class="clear"></div>
-<div class="subsection"><h2 id="bsh_overview">17.9.1 Overview<a 
class="sectionlink" href="#bsh_overview" title="Link to here">&para;</a></h2>
+<div class="subsection"><h2 id="bsh_overview">16.9.1 Overview<a 
class="sectionlink" href="#bsh_overview" title="Link to here">&para;</a></h2>
 <p>
 Each BeanShell test element has its own copy of the interpreter (for each 
thread).
 If the test element is repeatedly called, e.g. within a loop, then the 
interpreter is retained
@@ -232,7 +232,7 @@ bsh% exit(); // or use EOF key (e.g. ^Z
 </pre>
 </p>
 </div>
-<div class="subsection"><h2 id="bsh_variables">17.9.2 Sharing Variables<a 
class="sectionlink" href="#bsh_variables" title="Link to here">&para;</a></h2>
+<div class="subsection"><h2 id="bsh_variables">16.9.2 Sharing Variables<a 
class="sectionlink" href="#bsh_variables" title="Link to here">&para;</a></h2>
 <p>
 Variables can be defined in startup (initialisation) scripts.
 These will be retained across invocations of the test element, unless the 
reset option is used.
@@ -269,7 +269,7 @@ Rather than creating the object in the t
 defined by the JMeter property "<span 
class="code">beanshell.init.file</span>". This is only processed once.
 </p>
 </div>
-</div><div class="section"><h1 id="developing_scripts">17.10 Developing script 
functions in Groovy or Jexl3 etc.<a class="sectionlink" 
href="#developing_scripts" title="Link to here">&para;</a></h1>
+</div><div class="section"><h1 id="developing_scripts">16.10 Developing script 
functions in Groovy or Jexl3 etc.<a class="sectionlink" 
href="#developing_scripts" title="Link to here">&para;</a></h1>
 <p>
 It's quite hard to write and test scripts as functions.
 However, JMeter has the JSR223 samplers which can be used instead with any 
language supporting it. 
@@ -289,7 +289,7 @@ The function call can then be coded as <
 There is no need to escape any commas in the script,
 because the function call is parsed before the variable's value is 
interpolated.
 </p>
-</div><div class="section"><h1 id="parameterising_tests">17.11 Parameterising 
tests<a class="sectionlink" href="#parameterising_tests" title="Link to 
here">&para;</a></h1>
+</div><div class="section"><h1 id="parameterising_tests">16.11 Parameterising 
tests<a class="sectionlink" href="#parameterising_tests" title="Link to 
here">&para;</a></h1>
 <p>
 Often it is useful to be able to re-run the same test with different settings.
 For example, changing the number of threads or loops, or changing a hostname.
@@ -310,7 +310,7 @@ If there are a lot of properties that ne
 then one way to achieve this is to use a set of property files.
 The appropriate property file can be passed in to JMeter using the <span 
class="code">-q</span> command-line option.
 </p>
-</div><div class="section"><h1 id="jsr223">17.12 JSR223 Elements<a 
class="sectionlink" href="#jsr223" title="Link to here">&para;</a></h1>
+</div><div class="section"><h1 id="jsr223">16.12 JSR223 Elements<a 
class="sectionlink" href="#jsr223" title="Link to here">&para;</a></h1>
 <p>
 For intensive load testing, the recommended scripting language is one whose 
ScriptingEngine implements the <span class="code"><a 
href="https://docs.oracle.com/javase/8/docs/api/javax/script/Compilable.html";>Compilable</a></span>
 interface.
 Groovy scripting engine implements <span class="code"><a 
href="https://docs.oracle.com/javase/8/docs/api/javax/script/Compilable.html";>Compilable</a></span>.
 However neither Beanshell nor Javascript do so as of release date of JMeter 
3.1, so it is
@@ -327,7 +327,7 @@ vars.get("varName")
 <p>
 You can also pass them as Parameters to the script and use them this way.
 </p>
-</div><div class="section"><h1 id="sharing_variables">17.13 Sharing variables 
between threads and thread groups<a class="sectionlink" 
href="#sharing_variables" title="Link to here">&para;</a></h1>
+</div><div class="section"><h1 id="sharing_variables">16.13 Sharing variables 
between threads and thread groups<a class="sectionlink" 
href="#sharing_variables" title="Link to here">&para;</a></h1>
 <p>
 Variables are local to a thread; a variable set in one thread cannot be read 
in another.
 This is by design. For variables that can be determined before a test starts, 
see 
@@ -340,14 +340,14 @@ If the value is not known until the test
 <li>Write your own Java classes</li>
 </ul>
 </p>
-</div><div class="section"><h1 id="properties">17.14 Managing properties<a 
class="sectionlink" href="#properties" title="Link to here">&para;</a></h1>
+</div><div class="section"><h1 id="properties">16.14 Managing properties<a 
class="sectionlink" href="#properties" title="Link to here">&para;</a></h1>
 <p>When you need to modify jmeter properties, ensure you don't modify <span 
class="code">jmeter.properties</span> file,
 <b>instead copy the property from <span class="code">jmeter.properties</span> 
and modify its value in <span class="code">user.properties</span> file</b>.<br>
 Doing so will ease you migration to the next version of JMeter. <br>
 Note that in the documentation <span class="code">jmeter.properties</span> is 
frequently mentioned but this should be understood as
 "Copy from <span class="code">jmeter.properties</span> to <span 
class="code">user.properties</span> the property you want to modify and do so 
in the latter file".</p>
 <div class="clear"></div><div class="note"><span 
class="code">user.properties</span> file supersedes the properties defined in 
<span class="code">jmeter.properties</span></div><div class="clear"></div>
-</div><div class="section"><h1 id="deprecation">17.15 Deprecated elements<a 
class="sectionlink" href="#deprecation" title="Link to here">&para;</a></h1>
+</div><div class="section"><h1 id="deprecation">16.15 Deprecated elements<a 
class="sectionlink" href="#deprecation" title="Link to here">&para;</a></h1>
 <p>It is advised not to use deprecated elements (marked as such in <a 
href="../changes.html">changes list</a> and in <a 
href="./component_reference.html">component reference</a>) 
 and to migrate to new advised elements if available or new way of doing the 
same thing. <br>
 Deprecated elements are removed from the menu in version N but can be enabled 
for migration by modifying <span class="code">not_in_menu</span> property in 
<span class="code">user.properties</span> file and removing the full class name 

Modified: jmeter/branches/docs-3.2/docs/usermanual/boss.html
URL: 
http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/boss.html?rev=1792320&r1=1792319&r2=1792320&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/docs/usermanual/boss.html (original)
+++ jmeter/branches/docs-3.2/docs/usermanual/boss.html Sat Apr 22 19:01:41 2017
@@ -5,14 +5,14 @@
             APACHE LOGO
           --><div><a href="http://www.apache.org";><img title="Apache Software 
Foundation" class="asf-logo logo" src="../images/asf-logo.svg" alt="Logo 
ASF"></a></div><!--
               PROJECT LOGO
-            --><div><a href="http://jmeter.apache.org/";><img class="logo" 
src="../images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><a 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"; alt="Current Apache 
event teaser"></a><div class="clear"></div></div></div><div class="nav"><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">About</div><ul><li><a 
href="../index.html">Overview</a></li><li><a 
href="http://www.apache.org/licenses/";>License</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Download</div><ul><li><a 
href="../download_jmeter.cgi">Download Releases</a></li><li><a 
href="../changes.html">Release Notes</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Documentation</div><ul><li><a 
href="../usermanual/get-started.html">Get Started</a></li><li><a 
href="../usermanual/index.html">User Manual</a></li>
 <li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a 
href="../usermanual/component_reference.html">Component 
Reference</a></li><li><a href="../usermanual/functions.html">Functions 
Reference</a></li><li><a 
href="../usermanual/properties_reference.html">Properties 
Reference</a></li><li><a href="../changes_history.html">Change 
History</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a 
href="http://wiki.apache.org/jmeter";>JMeter Wiki</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterFAQ";>FAQ 
(Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Tutorials</div><ul><li><a 
href="../usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a></li><li><a 
href="../usermanual/jmeter_proxy_step_by_step.html">Recording 
Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.html">JUnit 
Sampler</a></li><li><a 
href="../usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
 Sampler</a></li><li><a href="../usermanual/jmeter_tutorial.html">Extending 
JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Community</div><ul><li><a href="../issues.html">Issue 
Tracking</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a 
href="../svnindex.html">Source Repositories</a></li><li><a 
href="../building.html">Building and Contributing</a></li><li><a 
href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a></li></ul></li></ul><ul
 class="menu"><li onClick="return true"><div 
class="menu-title">Foundation</div><ul><li><a 
href="http://www.apache.org/";>ASF</a></li><li><a 
href="http://www.apache.org/foundation/getinvolved.html";>Get Involved in the 
ASF</a></li><li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><
 /ul></li></ul></div><div class="main" id="content"><div 
class="social-media"><ul class="social-media-links"><li class="twitter"><a 
href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li 
class="github"><a href="https://github.com/apache/jmeter"; title="Fork us on 
github"><i class="fa fa-github" 
aria-hidden="true"></i>github</a></li></ul></div><ul class="pagelinks"><li><a 
href="best-practices.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a href="component_reference.html">Next 
&gt;</a></li></ul><div class="section"><h1 id="boss">18. Help! My boss wants me 
to load test our application!<a class="sectionlink" href="#boss" title="Link to 
here">&para;</a></h1>
+            --><div><a href="http://jmeter.apache.org/";><img class="logo" 
src="../images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><a 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"; alt="Current Apache 
event teaser"></a><div class="clear"></div></div></div><div class="nav"><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">About</div><ul><li><a 
href="../index.html">Overview</a></li><li><a 
href="http://www.apache.org/licenses/";>License</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Download</div><ul><li><a 
href="../download_jmeter.cgi">Download Releases</a></li><li><a 
href="../changes.html">Release Notes</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Documentation</div><ul><li><a 
href="../usermanual/get-started.html">Get Started</a></li><li><a 
href="../usermanual/index.html">User Manual</a></li>
 <li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a 
href="../usermanual/component_reference.html">Component 
Reference</a></li><li><a href="../usermanual/functions.html">Functions 
Reference</a></li><li><a 
href="../usermanual/properties_reference.html">Properties 
Reference</a></li><li><a href="../changes_history.html">Change 
History</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a 
href="http://wiki.apache.org/jmeter";>JMeter Wiki</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterFAQ";>FAQ 
(Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Tutorials</div><ul><li><a 
href="../usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a></li><li><a 
href="../usermanual/jmeter_proxy_step_by_step.html">Recording 
Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.html">JUnit 
Sampler</a></li><li><a 
href="../usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
 Sampler</a></li><li><a href="../usermanual/jmeter_tutorial.html">Extending 
JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Community</div><ul><li><a href="../issues.html">Issue 
Tracking</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a 
href="../svnindex.html">Source Repositories</a></li><li><a 
href="../building.html">Building and Contributing</a></li><li><a 
href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a></li></ul></li></ul><ul
 class="menu"><li onClick="return true"><div 
class="menu-title">Foundation</div><ul><li><a 
href="http://www.apache.org/";>ASF</a></li><li><a 
href="http://www.apache.org/foundation/getinvolved.html";>Get Involved in the 
ASF</a></li><li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><
 /ul></li></ul></div><div class="main" id="content"><div 
class="social-media"><ul class="social-media-links"><li class="twitter"><a 
href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li 
class="github"><a href="https://github.com/apache/jmeter"; title="Fork us on 
github"><i class="fa fa-github" 
aria-hidden="true"></i>github</a></li></ul></div><ul class="pagelinks"><li><a 
href="best-practices.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a href="component_reference.html">Next 
&gt;</a></li></ul><div class="section"><h1 id="boss">17. Help! My boss wants me 
to load test our application!<a class="sectionlink" href="#boss" title="Link to 
here">&para;</a></h1>
 <p>This is a fairly open-ended proposition. There are a number of questions to
 be asked first, and additionally a number of resources that will be needed. You
 will need some hardware to run the benchmarks/load-tests from. A number of
 tools will prove useful. There are a number of products to consider.  And 
finally,
 why is Java a good choice to implement a load-testing/Benchmarking product.
 </p>
-<div class="subsection"><h2 id="questions">18.1 Questions to ask<a 
class="sectionlink" href="#questions" title="Link to here">&para;</a></h2>
+<div class="subsection"><h2 id="questions">17.1 Questions to ask<a 
class="sectionlink" href="#questions" title="Link to here">&para;</a></h2>
 <p>What is our anticipated average number of users (normal load)?
 </p>
 <p>What is our anticipated peak number of users?
@@ -25,13 +25,13 @@ bearing in mind that this may very well
 </p>
 <p>What is the testing intended to achieve?</p>
 </div>
-<div class="subsection"><h2 id="resources">18.2 Resources<a 
class="sectionlink" href="#resources" title="Link to here">&para;</a></h2>
+<div class="subsection"><h2 id="resources">17.2 Resources<a 
class="sectionlink" href="#resources" title="Link to here">&para;</a></h2>
 <p>The following resources will prove very helpful. Bear in mind that if you
 cannot locate these resources, <b>you</b> will become these resources. As you
 already have your work cut out for you, it is worth knowing who the following
 people are, so that you can ask them for help if you need it.
 </p>
-    <div class="subsection"><h2 id="network">18.2.1 Network<a 
class="sectionlink" href="#network" title="Link to here">&para;</a></h2>
+    <div class="subsection"><h2 id="network">17.2.1 Network<a 
class="sectionlink" href="#network" title="Link to here">&para;</a></h2>
     <p>Who knows our network topology? If you run into any firewall or
     proxy issues, this will become very important. As well, a private
     testing network (which will therefore have very low network latency)
@@ -41,7 +41,7 @@ people are, so that you can ask them for
     hardware?
     </p>
     </div>
-    <div class="subsection"><h2 id="application">18.2.2 Application<a 
class="sectionlink" href="#application" title="Link to here">&para;</a></h2>
+    <div class="subsection"><h2 id="application">17.2.2 Application<a 
class="sectionlink" href="#application" title="Link to here">&para;</a></h2>
     <p>Who knows how our application functions? The normal sequence is
     <ul>
         <li>test (low-volume - can we benchmark our application?)</li>
@@ -57,7 +57,7 @@ people are, so that you can ask them for
     during this process, so be prepared to defend your work.</p>
     </div>
 </div>
-<div class="subsection"><h2 id="platform">18.3 What platform should I use to 
run the benchmarks/load-tests?<a class="sectionlink" href="#platform" 
title="Link to here">&para;</a></h2>
+<div class="subsection"><h2 id="platform">17.3 What platform should I use to 
run the benchmarks/load-tests?<a class="sectionlink" href="#platform" 
title="Link to here">&para;</a></h2>
 <p>This should be a widely-used piece of hardware, with a standard
 (i.e. vanilla) software installation. Remember, if you publish your results,
 the first thing your clients will do is hire a graduate student to verify them.
@@ -101,20 +101,20 @@ The batch log file can then be loaded in
 use CSV output and import the data into a spreadsheet.</p>
 <div class="clear"></div><div class="note">Remember GUI mode is for Script 
creation and debugging, not for load testing</div><div class="clear"></div>
 </div>
-<div class="subsection"><h2 id="tools">18.4 Tools<a class="sectionlink" 
href="#tools" title="Link to here">&para;</a></h2>
+<div class="subsection"><h2 id="tools">17.4 Tools<a class="sectionlink" 
href="#tools" title="Link to here">&para;</a></h2>
 <p>The following tools will all prove useful. It is definitely worthwhile to
 become familiar with them. This should include trying them out, and reading the
 appropriate documentation (man-pages, info-files, application --help messages,
 and any supplied documentation).
 </p>
-    <div class="subsection"><h2 id="ping">18.4.1 ping<a class="sectionlink" 
href="#ping" title="Link to here">&para;</a></h2>
+    <div class="subsection"><h2 id="ping">17.4.1 ping<a class="sectionlink" 
href="#ping" title="Link to here">&para;</a></h2>
     <p>
     This can be used to establish whether or not you can reach your
     target site. Options can be specified so that '<span 
class="code">ping</span>' provides the
     same type of route reporting as '<span class="code">traceroute</span>'.
     </p>
     </div>
-    <div class="subsection"><h2 id="dig">18.4.2 nslookup/dig<a 
class="sectionlink" href="#dig" title="Link to here">&para;</a></h2>
+    <div class="subsection"><h2 id="dig">17.4.2 nslookup/dig<a 
class="sectionlink" href="#dig" title="Link to here">&para;</a></h2>
     <p>
     While the <b>user</b> will normally use a human-readable internet
     address, <b>you</b> may wish to avoid the overhead of DNS lookups when
@@ -122,7 +122,7 @@ and any supplied documentation).
     the unique address (dotted quad) of your target site.
     </p>
     </div>
-    <div class="subsection"><h2 id="traceroute">18.4.3 traceroute<a 
class="sectionlink" href="#traceroute" title="Link to here">&para;</a></h2>
+    <div class="subsection"><h2 id="traceroute">17.4.3 traceroute<a 
class="sectionlink" href="#traceroute" title="Link to here">&para;</a></h2>
     <p>
     If you cannot "<span class="code">ping</span>" your target site, this may 
be used to determine 
     the problem (possibly a firewall or a proxy). It can also be used
@@ -133,7 +133,7 @@ and any supplied documentation).
     </p>
     </div>
 </div>
-<div class="subsection"><h2 id="plugins">18.5 How can I enhance JMeter?<a 
class="sectionlink" href="#plugins" title="Link to here">&para;</a></h2>
+<div class="subsection"><h2 id="plugins">17.5 How can I enhance JMeter?<a 
class="sectionlink" href="#plugins" title="Link to here">&para;</a></h2>
 <p>There a lot of open-source and commercial providers who provide JMeter 
plugins or other resources for use with JMeter.
 Some of these are listed on the JMeter Wiki.
 They are listed under several categories:
@@ -146,7 +146,7 @@ Note that appearance of these on the Wik
 Any requests for support should be directed to the relevant supplier.
 </p>
 </div>
-<div class="subsection"><h2 id="java">18.6 Why Java?<a class="sectionlink" 
href="#java" title="Link to here">&para;</a></h2>
+<div class="subsection"><h2 id="java">17.6 Why Java?<a class="sectionlink" 
href="#java" title="Link to here">&para;</a></h2>
 <p>Why not Perl or C?
 </p>
 <p>Well, Perl might be a very good choice except that the Benchmark package

Modified: 
jmeter/branches/docs-3.2/docs/usermanual/build-jms-topic-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/build-jms-topic-test-plan.html?rev=1792320&r1=1792319&r2=1792320&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/docs/usermanual/build-jms-topic-test-plan.html 
(original)
+++ jmeter/branches/docs-3.2/docs/usermanual/build-jms-topic-test-plan.html Sat 
Apr 22 19:01:41 2017
@@ -5,7 +5,7 @@
             APACHE LOGO
           --><div><a href="http://www.apache.org";><img title="Apache Software 
Foundation" class="asf-logo logo" src="../images/asf-logo.svg" alt="Logo 
ASF"></a></div><!--
               PROJECT LOGO
-            --><div><a href="http://jmeter.apache.org/";><img class="logo" 
src="../images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><a 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"; alt="Current Apache 
event teaser"></a><div class="clear"></div></div></div><div class="nav"><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">About</div><ul><li><a 
href="../index.html">Overview</a></li><li><a 
href="http://www.apache.org/licenses/";>License</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Download</div><ul><li><a 
href="../download_jmeter.cgi">Download Releases</a></li><li><a 
href="../changes.html">Release Notes</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Documentation</div><ul><li><a 
href="../usermanual/get-started.html">Get Started</a></li><li><a 
href="../usermanual/index.html">User Manual</a></li>
 <li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a 
href="../usermanual/component_reference.html">Component 
Reference</a></li><li><a href="../usermanual/functions.html">Functions 
Reference</a></li><li><a 
href="../usermanual/properties_reference.html">Properties 
Reference</a></li><li><a href="../changes_history.html">Change 
History</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a 
href="http://wiki.apache.org/jmeter";>JMeter Wiki</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterFAQ";>FAQ 
(Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Tutorials</div><ul><li><a 
href="../usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a></li><li><a 
href="../usermanual/jmeter_proxy_step_by_step.html">Recording 
Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.html">JUnit 
Sampler</a></li><li><a 
href="../usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
 Sampler</a></li><li><a href="../usermanual/jmeter_tutorial.html">Extending 
JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Community</div><ul><li><a href="../issues.html">Issue 
Tracking</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a 
href="../svnindex.html">Source Repositories</a></li><li><a 
href="../building.html">Building and Contributing</a></li><li><a 
href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a></li></ul></li></ul><ul
 class="menu"><li onClick="return true"><div 
class="menu-title">Foundation</div><ul><li><a 
href="http://www.apache.org/";>ASF</a></li><li><a 
href="http://www.apache.org/foundation/getinvolved.html";>Get Involved in the 
ASF</a></li><li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><
 /ul></li></ul></div><div class="main" id="content"><div 
class="social-media"><ul class="social-media-links"><li class="twitter"><a 
href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li 
class="github"><a href="https://github.com/apache/jmeter"; title="Fork us on 
github"><i class="fa fa-github" 
aria-hidden="true"></i>github</a></li></ul></div><ul class="pagelinks"><li><a 
href="build-jms-point-to-point-test-plan.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a 
href="build-monitor-test-plan.html">Next &gt;</a></li></ul><div 
class="section"><h1 id="building">11. Building a JMS Topic Test Plan<a 
class="sectionlink" href="#building" title="Link to here">&para;</a></h1>
+            --><div><a href="http://jmeter.apache.org/";><img class="logo" 
src="../images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><a 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"; alt="Current Apache 
event teaser"></a><div class="clear"></div></div></div><div class="nav"><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">About</div><ul><li><a 
href="../index.html">Overview</a></li><li><a 
href="http://www.apache.org/licenses/";>License</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Download</div><ul><li><a 
href="../download_jmeter.cgi">Download Releases</a></li><li><a 
href="../changes.html">Release Notes</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Documentation</div><ul><li><a 
href="../usermanual/get-started.html">Get Started</a></li><li><a 
href="../usermanual/index.html">User Manual</a></li>
 <li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a 
href="../usermanual/component_reference.html">Component 
Reference</a></li><li><a href="../usermanual/functions.html">Functions 
Reference</a></li><li><a 
href="../usermanual/properties_reference.html">Properties 
Reference</a></li><li><a href="../changes_history.html">Change 
History</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a 
href="http://wiki.apache.org/jmeter";>JMeter Wiki</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterFAQ";>FAQ 
(Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Tutorials</div><ul><li><a 
href="../usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a></li><li><a 
href="../usermanual/jmeter_proxy_step_by_step.html">Recording 
Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.html">JUnit 
Sampler</a></li><li><a 
href="../usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
 Sampler</a></li><li><a href="../usermanual/jmeter_tutorial.html">Extending 
JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Community</div><ul><li><a href="../issues.html">Issue 
Tracking</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a 
href="../svnindex.html">Source Repositories</a></li><li><a 
href="../building.html">Building and Contributing</a></li><li><a 
href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a></li></ul></li></ul><ul
 class="menu"><li onClick="return true"><div 
class="menu-title">Foundation</div><ul><li><a 
href="http://www.apache.org/";>ASF</a></li><li><a 
href="http://www.apache.org/foundation/getinvolved.html";>Get Involved in the 
ASF</a></li><li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><
 /ul></li></ul></div><div class="main" id="content"><div 
class="social-media"><ul class="social-media-links"><li class="twitter"><a 
href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li 
class="github"><a href="https://github.com/apache/jmeter"; title="Fork us on 
github"><i class="fa fa-github" 
aria-hidden="true"></i>github</a></li></ul></div><ul class="pagelinks"><li><a 
href="build-jms-point-to-point-test-plan.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a href="listeners.html">Next 
&gt;</a></li></ul><div class="section"><h1 id="building">11. Building a JMS 
Topic Test Plan<a class="sectionlink" href="#building" title="Link to 
here">&para;</a></h1>
 <div class="clear"></div><div class="note">
 JMS requires some optional jars to be downloaded. Please refer to <a 
href="get-started.html">Getting Started</a> for full details.
 </div><div class="clear"></div>
@@ -173,7 +173,7 @@ Browse button and browse to a directory
 Figure 11.4. Graph Results Listener"></a><figcaption>
 Figure 11.4. Graph Results Listener</figcaption></figure>
 
-</div><ul class="pagelinks"><li><a 
href="build-jms-point-to-point-test-plan.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a 
href="build-monitor-test-plan.html">Next &gt;</a></li></ul><div 
class="share-links">
+</div><ul class="pagelinks"><li><a 
href="build-jms-point-to-point-test-plan.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a href="listeners.html">Next 
&gt;</a></li></ul><div class="share-links">
       Share this page:
       <ul><li class="fb"><a 
data-social-url="https://facebook.com/sharer/sharer.php?u="; title="Share on 
facebook"><i class="fa fa-facebook" aria-hidden="true"></i>share</a></li><li 
class="twitter"><a data-social-url="https://twitter.com/intent/tweet?url="; 
title="Tweet on twitter"><i class="fa fa-twitter" 
aria-hidden="true"></i>tweet</a></li><li class="gplus"><a 
data-social-url="https://plus.google.com/share?url="; title="Share on 
Google+"><i class="fa fa-google-plus" 
aria-hidden="true"></i>share</a></li></ul></div></div><div class="footer"><div 
class="copyright">
             Copyright &copy;

Modified: jmeter/branches/docs-3.2/docs/usermanual/build-monitor-test-plan.html
URL: 
http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/docs/usermanual/build-monitor-test-plan.html?rev=1792320&r1=1792319&r2=1792320&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/docs/usermanual/build-monitor-test-plan.html 
(original)
+++ jmeter/branches/docs-3.2/docs/usermanual/build-monitor-test-plan.html Sat 
Apr 22 19:01:41 2017
@@ -1,11 +1,11 @@
 <!DOCTYPE html SYSTEM "about:legacy-compat">
 <html lang="en"><head><META http-equiv="Content-Type" content="text/html; 
charset=iso-8859-15"><title>Apache JMeter
           -
-          User's Manual: Building a Monitor Test Plan 
(DEPRECATED)</title><meta name="viewport" content="width=device-width, 
initial-scale=1"><link 
href="http://fonts.googleapis.com/css?family=Merriweather:400normal"; 
rel="stylesheet" type="text/css"><link 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
 rel="stylesheet" type="text/css"><link rel="stylesheet" type="text/css" 
href="../css/new-style.css"><link rel="apple-touch-icon-precomposed" 
href="../images/apple-touch-icon.png"><link rel="icon" 
href="../images/favicon.png"><meta name="msapplication-TileColor" 
content="#ffffff"><meta name="msapplication-TileImage" 
content="../images/mstile-144x144.png"><meta name="theme-color" 
content="#ffffff"></head><body role="document"><a href="#content" 
class="hidden">Main content</a><div class="header"><!--
+          User's Manual: Building a Monitor Test Plan (REMOVED since JMeter 
3.2)</title><meta name="viewport" content="width=device-width, 
initial-scale=1"><link 
href="http://fonts.googleapis.com/css?family=Merriweather:400normal"; 
rel="stylesheet" type="text/css"><link 
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css";
 rel="stylesheet" type="text/css"><link rel="stylesheet" type="text/css" 
href="../css/new-style.css"><link rel="apple-touch-icon-precomposed" 
href="../images/apple-touch-icon.png"><link rel="icon" 
href="../images/favicon.png"><meta name="msapplication-TileColor" 
content="#ffffff"><meta name="msapplication-TileImage" 
content="../images/mstile-144x144.png"><meta name="theme-color" 
content="#ffffff"></head><body role="document"><a href="#content" 
class="hidden">Main content</a><div class="header"><!--
             APACHE LOGO
           --><div><a href="http://www.apache.org";><img title="Apache Software 
Foundation" class="asf-logo logo" src="../images/asf-logo.svg" alt="Logo 
ASF"></a></div><!--
               PROJECT LOGO
-            --><div><a href="http://jmeter.apache.org/";><img class="logo" 
src="../images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><a 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"; alt="Current Apache 
event teaser"></a><div class="clear"></div></div></div><div class="nav"><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">About</div><ul><li><a 
href="../index.html">Overview</a></li><li><a 
href="http://www.apache.org/licenses/";>License</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Download</div><ul><li><a 
href="../download_jmeter.cgi">Download Releases</a></li><li><a 
href="../changes.html">Release Notes</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Documentation</div><ul><li><a 
href="../usermanual/get-started.html">Get Started</a></li><li><a 
href="../usermanual/index.html">User Manual</a></li>
 <li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a 
href="../usermanual/component_reference.html">Component 
Reference</a></li><li><a href="../usermanual/functions.html">Functions 
Reference</a></li><li><a 
href="../usermanual/properties_reference.html">Properties 
Reference</a></li><li><a href="../changes_history.html">Change 
History</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a 
href="http://wiki.apache.org/jmeter";>JMeter Wiki</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterFAQ";>FAQ 
(Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Tutorials</div><ul><li><a 
href="../usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a></li><li><a 
href="../usermanual/jmeter_proxy_step_by_step.html">Recording 
Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.html">JUnit 
Sampler</a></li><li><a 
href="../usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
 Sampler</a></li><li><a href="../usermanual/jmeter_tutorial.html">Extending 
JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Community</div><ul><li><a href="../issues.html">Issue 
Tracking</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a 
href="../svnindex.html">Source Repositories</a></li><li><a 
href="../building.html">Building and Contributing</a></li><li><a 
href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a></li></ul></li></ul><ul
 class="menu"><li onClick="return true"><div 
class="menu-title">Foundation</div><ul><li><a 
href="http://www.apache.org/";>ASF</a></li><li><a 
href="http://www.apache.org/foundation/getinvolved.html";>Get Involved in the 
ASF</a></li><li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><
 /ul></li></ul></div><div class="main" id="content"><div 
class="social-media"><ul class="social-media-links"><li class="twitter"><a 
href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li 
class="github"><a href="https://github.com/apache/jmeter"; title="Fork us on 
github"><i class="fa fa-github" 
aria-hidden="true"></i>github</a></li></ul></div><ul class="pagelinks"><li><a 
href="build-jms-topic-test-plan.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a href="listeners.html">Next 
&gt;</a></li></ul><div class="section"><h1 id="building">12. Building a Monitor 
Test Plan (DEPRECATED)<a class="sectionlink" href="#building" title="Link to 
here">&para;</a></h1>
+            --><div><a href="http://jmeter.apache.org/";><img class="logo" 
src="../images/logo.svg" alt="Apache JMeter"></a></div><div class="banner"><a 
href="http://www.apache.org/events/current-event.html";><img 
src="http://www.apache.org/events/current-event-234x60.png"; alt="Current Apache 
event teaser"></a><div class="clear"></div></div></div><div class="nav"><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">About</div><ul><li><a 
href="../index.html">Overview</a></li><li><a 
href="http://www.apache.org/licenses/";>License</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Download</div><ul><li><a 
href="../download_jmeter.cgi">Download Releases</a></li><li><a 
href="../changes.html">Release Notes</a></li></ul></li></ul><ul 
class="menu"><li onClick="return true"><div 
class="menu-title">Documentation</div><ul><li><a 
href="../usermanual/get-started.html">Get Started</a></li><li><a 
href="../usermanual/index.html">User Manual</a></li>
 <li><a href="../usermanual/best-practices.html">Best Practices</a></li><li><a 
href="../usermanual/component_reference.html">Component 
Reference</a></li><li><a href="../usermanual/functions.html">Functions 
Reference</a></li><li><a 
href="../usermanual/properties_reference.html">Properties 
Reference</a></li><li><a href="../changes_history.html">Change 
History</a></li><li><a href="../api/index.html">Javadocs</a></li><li><a 
href="http://wiki.apache.org/jmeter";>JMeter Wiki</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterFAQ";>FAQ 
(Wiki)</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Tutorials</div><ul><li><a 
href="../usermanual/jmeter_distributed_testing_step_by_step.html">Distributed 
Testing</a></li><li><a 
href="../usermanual/jmeter_proxy_step_by_step.html">Recording 
Tests</a></li><li><a href="../usermanual/junitsampler_tutorial.html">JUnit 
Sampler</a></li><li><a 
href="../usermanual/jmeter_accesslog_sampler_step_by_step.html">Access Log 
 Sampler</a></li><li><a href="../usermanual/jmeter_tutorial.html">Extending 
JMeter</a></li></ul></li></ul><ul class="menu"><li onClick="return true"><div 
class="menu-title">Community</div><ul><li><a href="../issues.html">Issue 
Tracking</a></li><li><a href="../mail.html">Mailing Lists</a></li><li><a 
href="../svnindex.html">Source Repositories</a></li><li><a 
href="../building.html">Building and Contributing</a></li><li><a 
href="https://projects.apache.org/project.html?jmeter";>Project info at 
Apache</a></li><li><a 
href="http://wiki.apache.org/jmeter/JMeterCommitters";>Contributors</a></li></ul></li></ul><ul
 class="menu"><li onClick="return true"><div 
class="menu-title">Foundation</div><ul><li><a 
href="http://www.apache.org/";>ASF</a></li><li><a 
href="http://www.apache.org/foundation/getinvolved.html";>Get Involved in the 
ASF</a></li><li><a 
href="http://www.apache.org/foundation/sponsorship.html";>Sponsorship</a></li><li><a
 href="http://www.apache.org/foundation/thanks.html";>Thanks</a></li><
 /ul></li></ul></div><div class="main" id="content"><div 
class="social-media"><ul class="social-media-links"><li class="twitter"><a 
href="https://twitter.com/ApacheJMeter"; title="Follow us on Twitter"><i 
class="fa fa-twitter" aria-hidden="true"></i>Twitter</a></li><li 
class="github"><a href="https://github.com/apache/jmeter"; title="Fork us on 
github"><i class="fa fa-github" 
aria-hidden="true"></i>github</a></li></ul></div><ul class="pagelinks"><li><a 
href="build-jms-topic-test-plan.html">&lt; Prev</a></li><li><a 
href="../index.html">Index</a></li><li><a href="listeners.html">Next 
&gt;</a></li></ul><div class="section"><h1 id="building">12. Building a Monitor 
Test Plan (REMOVED since JMeter 3.2)<a class="sectionlink" href="#building" 
title="Link to here">&para;</a></h1>
 <div class="clear"></div><div class="note">Note this feature is deprecated 
since JMeter 3.1</div><div class="clear"></div>
 <p>In this section, you will learn how to create a 
 <a href="build-test-plan.html">Test Plan</a> to monitor webservers. Monitors


Reply via email to