You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/01/19 23:41:30 UTC

svn commit: r1233617 - in /jmeter/trunk: docs/images/screenshots/mirrorserver.png xdocs/images/screenshots/mirrorserver.png xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Thu Jan 19 22:41:29 2012
New Revision: 1233617

URL: http://svn.apache.org/viewvc?rev=1233617&view=rev
Log:
Bug 52471 - Improve Mirror Server performance by Using Pool of threads instead of launching a Thread for each request
Documented new property
Bug 52048 - BSFSampler, BSFPreProcessor and BSFPostProcessor should share the same GUI
Changed screenshots

Modified:
    jmeter/trunk/docs/images/screenshots/mirrorserver.png
    jmeter/trunk/xdocs/images/screenshots/mirrorserver.png
    jmeter/trunk/xdocs/usermanual/component_reference.xml

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

Modified: jmeter/trunk/xdocs/images/screenshots/mirrorserver.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/mirrorserver.png?rev=1233617&r1=1233616&r2=1233617&view=diff
==============================================================================
Binary files - no diff available.

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1233617&r1=1233616&r2=1233617&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Thu Jan 19 22:41:29 2012
@@ -1068,7 +1068,7 @@ Beware however that misuse of any method
 </component>
 
 
-<component name="BSF Sampler" index="&sect-num;.1.11"  width="622" height="267" screenshot="bsfsampler.png">
+<component name="BSF Sampler" index="&sect-num;.1.11"  width="1228" height="407" screenshot="bsfsampler.png">
 	<description><p>This sampler allows you to write a sampler using a BSF scripting language.<br></br>
 		See the <a href="http://commons.apache.org/bsf/index.html">Apache Bean Scripting Framework</a>
 		website for details of the languages supported.
@@ -5258,7 +5258,7 @@ either by copying the files there or by 
 </p>
 </component>
 
-<component name="HTTP Mirror Server" index="&sect-num;.9.6"  width="303" height="139" screenshot="mirrorserver.png">
+<component name="HTTP Mirror Server" index="&sect-num;.9.6"  width="873" height="388" screenshot="mirrorserver.png">
 <description>
 <p>
 The HTTP Mirrror Server is a very simple HTTP server - it simply mirrors the data sent to it.
@@ -5268,6 +5268,11 @@ This is useful for checking the content 
 It uses default port 8081 since 2.5.2. 
 </p>
 </description>
+<properties>
+        <property name="Port" required="Yes">Port on which Mirror server listens, defaults to 8081.</property>
+        <property name="Max Number of threads" required="No">If set to a value > 0, number of threads serving requests will be limited to the configured number, if set to a value &lt;=0 
+        a new thread will be created to serve incoming requests. Defaults to 0</property>
+</properties>
 </component>
 
 <component name="Property Display" index="&sect-num;.9.7"  width="776" height="502" screenshot="property_display.png">