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 23:30:04 UTC

svn commit: r1332408 - in /jmeter/trunk: docs/images/screenshots/ xdocs/images/screenshots/ xdocs/usermanual/

Author: pmouawad
Date: Mon Apr 30 21:30:03 2012
New Revision: 1332408

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

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

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

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

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

Propchange: jmeter/trunk/xdocs/images/screenshots/os_process_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=1332408&r1=1332407&r2=1332408&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Apr 30 21:30:03 2012
@@ -1701,11 +1701,11 @@ 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">
+<component name="OS Process Sampler"  index="&sect-num;.1.20"  width="695" height="400" screenshot="os_process_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>
+The OS Process Sampler is 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>
@@ -1714,7 +1714,7 @@ Validation of the return code can be ena
 <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>
+<property name="OS Process Parameters" required="No">Parameters passed to process.</property>
 </properties>
 </component>