You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/05/01 11:32:07 UTC

[Bug 53168] New: OS Process - allow specification of stdout/stderr/stdin ?

https://issues.apache.org/bugzilla/show_bug.cgi?id=53168

          Priority: P2
            Bug ID: 53168
          Assignee: issues@jmeter.apache.org
           Summary: OS Process - allow specification of
                    stdout/stderr/stdin ?
          Severity: enhancement
    Classification: Unclassified
                OS: Windows XP
          Reporter: sebb@apache.org
          Hardware: PC
            Status: NEW
           Version: 2.6
         Component: Main
           Product: JMeter

It might be useful to allow the user to specify that stdout is written to a
file.

This could of course be achieved by creating a script to redirect the output,
but it would be simpler for the user if the sampler did this.

Likewise for stderr and stdin.

If not specified, stderr and stdin are captured by the sampler as the sampler
output.

Might also be worth considering supporting environment updates via
ProcessBuilder#environment(). This would require an additional table on the
GUI.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53168] OS Process - allow specification of stdout/stderr/stdin ?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53168

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
                 OS|Windows XP                  |All

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53168] OS Process - allow specification of stdout/stderr/stdin ?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53168

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Mon Sep  3 11:50:53 2012
New Revision: 1380212

URL: http://svn.apache.org/viewvc?rev=1380212&view=rev
Log:
Added i18n for stderr, stdin, stdout
Bugzilla Id: 53168

Modified:
    jmeter/trunk/docs/images/screenshots/os_process_sampler.png
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
   
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/gui/SystemSamplerGui.java
    jmeter/trunk/xdocs/images/screenshots/os_process_sampler.png

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53168] OS Process - allow specification of stdout/stderr/stdin ?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53168

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Env variables implemented in Bug 53172

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53168] OS Process - allow specification of stdout/stderr/stdin ?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53168

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1380074&view=rev
Log:
OS Process - allow specification of stdout/stderr/stdin
Bugzilla Id: 53168

Added:
   
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/StreamCopier.java
  (with props)
Modified:
   
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/NativeCommand.java
   
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/SystemSampler.java
   
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/gui/SystemSamplerGui.java
    jmeter/trunk/xdocs/changes.xml

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53168] OS Process - allow specification of stdout/stderr/stdin ?

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53168

--- Comment #3 from Sebb <se...@apache.org> ---
URL: http://svn.apache.org/viewvc?rev=1380080&view=rev
Log:
OS Process - allow specification of stdout/stderr/stdin

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

-- 
You are receiving this mail because:
You are the assignee for the bug.