You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2012/09/03 00:44:38 UTC

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

Author: sebb
Date: Sun Sep  2 22:44:37 2012
New Revision: 1380080

URL: http://svn.apache.org/viewvc?rev=1380080&view=rev
Log:
OS Process - allow specification of stdout/stderr/stdin
Bugzilla Id: 53159

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

Modified: 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=1380080&r1=1380079&r2=1380080&view=diff
==============================================================================
Binary files - no diff available.

Modified: 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=1380080&r1=1380079&r2=1380080&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=1380080&r1=1380079&r2=1380080&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sun Sep  2 22:44:37 2012
@@ -1745,7 +1745,7 @@ Note: If the message body is not empty, 
 </properties>
 </component>
 
-<component name="OS Process Sampler"  index="&sect-num;.1.20"  width="656" height="465" screenshot="os_process_sampler.png">
+<component name="OS Process Sampler"  index="&sect-num;.1.20"  width="615" height="595" screenshot="os_process_sampler.png">
 <description>
 <p>
 The OS Process Sampler is a sampler that can be used to execute commands on the local machine.<br></br>
@@ -1782,6 +1782,11 @@ Param 3:   C:\TEMP
 <property name="Command" required="Yes">The System command or shell to execute.</property>
 <property name="OS Process Parameters" required="No">Parameters passed to process.</property>
 <property name="Environment Parameters" required="No">Key/Value pairs added to environment when running command.</property>
+<property name="stdin" required="No">Name of file from which input is to be taken (STDIN).</property>
+<property name="stdout" required="No">Name of output file for standard output (STDOUT). 
+If omitted, output is captured and returned as the response data.</property>
+<property name="stderr" required="No">Name of output file for standard error (STDERR). 
+If omitted, output is captured and returned as the response data.</property>
 </properties>
 </component>