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/04/30 20:20:40 UTC

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

Author: pmouawad
Date: Mon Apr 30 18:20:39 2012
New Revision: 1332323

URL: http://svn.apache.org/viewvc?rev=1332323&view=rev
Log:
Bug 53164 - New System Sampler
Documentation

Added:
    jmeter/trunk/docs/images/screenshots/system_call_sampler.png   (with props)
    jmeter/trunk/xdocs/images/screenshots/system_call_sampler.png   (with props)
Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Added: jmeter/trunk/docs/images/screenshots/system_call_sampler.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/docs/images/screenshots/system_call_sampler.png?rev=1332323&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/docs/images/screenshots/system_call_sampler.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: jmeter/trunk/xdocs/images/screenshots/system_call_sampler.png
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/images/screenshots/system_call_sampler.png?rev=1332323&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/trunk/xdocs/images/screenshots/system_call_sampler.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1332323&r1=1332322&r2=1332323&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Apr 30 18:20:39 2012
@@ -1701,6 +1701,23 @@ Note: If the message body is not empty, 
 </properties>
 </component>
 
+<component name="System Call Sampler"  index="&sect-num;.1.20"  width="695" height="400" screenshot="system_call_sampler.png">
+<description>
+<p>
+The System Call Sampler A sampler that can be used to execute commands on the local machine.<br></br>
+It should allow execution of any command that can be run from the command line.   <br></br>
+Validation of the return code can be enabled, and the expected return code can be specified.<br></br>
+</p>
+</description>
+<properties>
+<property name="Check Return Code" required="No">If checked, sampler will compare return code with Expected Return Code.</property>
+<property name="Expected Return Code" required="No">Expected return code for System Call, required if "Check Return Code" is checked.</property>
+<property name="Directory" required="No">Directory from which command will be executed, defaults to folder referenced by "user.dir" System property</property>
+<property name="Command" required="Yes">The System command or shell to execute.</property>
+<property name="System Call Parameters" required="No">Parameters passed to Command, only Value column will be used.</property>
+</properties>
+</component>
+
 <a href="#">^</a>
 
 </section>