Author: agomes
Date: Tue Nov 21 21:51:16 2017
New Revision: 1815991
URL: http://svn.apache.org/viewvc?rev=1815991&view=rev
Log:
[Bug 61591] Update jmeter_proxy_step_by_step (image and text)
Modified:
jmeter/trunk/xdocs/images/screenshots/Proxy_Run.png
jmeter/trunk/xdocs/images/screenshots/Select-Templates-Icon.png
jmeter/trunk/xdocs/images/screenshots/Test_Generated.png
jmeter/trunk/xdocs/images/screenshots/Validate-Test-Plan.png
jmeter/trunk/xdocs/images/screenshots/example-recording.png
jmeter/trunk/xdocs/images/screenshots/example-thread-group.png
jmeter/trunk/xdocs/images/screenshots/http-config/http-request-defaults.png
jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml
Modified: jmeter/trunk/xdocs/images/screenshots/Proxy_Run.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/Proxy_Run.png?rev=1815991&r1=1815990&r2=1815991&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/images/screenshots/Select-Templates-Icon.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/Select-Templates-Icon.png?rev=1815991&r1=1815990&r2=1815991&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/images/screenshots/Test_Generated.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/Test_Generated.png?rev=1815991&r1=1815990&r2=1815991&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/images/screenshots/Validate-Test-Plan.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/Validate-Test-Plan.png?rev=1815991&r1=1815990&r2=1815991&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/images/screenshots/example-recording.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/example-recording.png?rev=1815991&r1=1815990&r2=1815991&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/images/screenshots/example-thread-group.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/example-thread-group.png?rev=1815991&r1=1815990&r2=1815991&view=diff
==============================================================================
Binary files - no diff available.
Modified:
jmeter/trunk/xdocs/images/screenshots/http-config/http-request-defaults.png
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/http-config/http-request-defaults.png?rev=1815991&r1=1815990&r2=1815991&view=diff
==============================================================================
Binary files - no diff available.
Modified: jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml?rev=1815991&r1=1815990&r2=1815991&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml (original)
+++ jmeter/trunk/xdocs/usermanual/jmeter_proxy_step_by_step.xml Tue Nov 21
21:51:16 2017
@@ -49,8 +49,9 @@ configuration is correct, read <a href="
<subsection name="§-num;.2 Basic Instructions" anchor="basic-instructions">
<ol>
- <li>Go to <code>JMETER_HOME/bin</code> and start JMeter with
<code>jmeterw.cmd</code> on Windows
- and <code>jmeter</code> on Linux/Unix</li>
+ <li>Go to <code>JMETER_HOME/bin</code> and start JMeter with
<code>jmeterw.bat</code> on Windows
+ and <code>jmeter.sh
+ </code> on Linux/Unix</li>
<li>Select <code>Templates…code> on the menu bar</li>
<figure image="Select-Templates-Icon.png"></figure>
<li>Select <code>Recording template</code> on the list</li>
@@ -59,7 +60,7 @@ configuration is correct, read <a href="
<figure image="Test_Generated.png"></figure>
<li>In the <code>HTTP Request Defaults</code> element:
<dl>
- <dt><code>Server name</code></dt><dd>enter <code>example.com</code></dd>
+ <dt><code>Server name or IP</code></dt><dd>enter
<code>example.com</code></dd>
<dt><code>Path</code></dt><dd>leave blank</dd>
</dl>
<figure image="http-config/http-request-defaults.png"></figure>
@@ -70,7 +71,7 @@ configuration is correct, read <a href="
<p>
This will start the JMeter proxy server which is used to intercept the browser
requests.
-A file called <code>ApacheJMeterTemporaryRootCA.crt</code> will be generated
in <code>jmeter/bin</code>
+A file called <code>ApacheJMeterTemporaryRootCA.crt</code> will be generated
in <code>JMETER_HOME/bin</code>
folder. Install this certificate in your browser, if you don't know how to do
it,
read <a
href="component_reference.html#HTTP%28S%29_Test_Script_Recorder">Installing the
JMeter CA certificate for HTTPS recording</a>
</p>
@@ -139,8 +140,8 @@ is required by all pages, the request de
<ol>
<li>Select <code>Thread Group</code> and change a few defaults:
<dl>
- <dt><code>Number of Threads</code></dt><dd>enter <code>5</code></dd>
- <dt><code>Ramp-Up Period</code></dt><dd>do not change</dd>
+ <dt><code>Number of Threads (users)</code></dt><dd>enter
<code>5</code></dd>
+ <dt><code>Ramp-Up Period (in seconds)</code></dt><dd>do not change</dd>
<dt><code>Loop Count</code></dt><dd>enter <code>100</code></dd>
</dl>
<figure width="357" height="288" image="example-thread-group.png"></figure>