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/04/30 17:03:46 UTC

[Bug 53164] New: New System Sampler

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

          Priority: P2
            Bug ID: 53164
          Assignee: issues@jmeter.apache.org
           Summary: New System Sampler
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: p.mouawad@ubik-ingenierie.com
          Hardware: All
            Status: NEW
           Version: 2.6
         Component: Main
           Product: JMeter

System Sampler (Sampler): A sampler that can be used to execute commands on the
local machine.
It should allow execution of any command that can be run from the command line.
  Validation of the return code can be enabled, and the expected return code
can be specified.

Inspired from BUG 40011

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

[Bug 53164] New System Sampler

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

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Mon Apr 30 15:13:08 2012
New Revision: 1332238

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

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties

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

[Bug 53164] New System Sampler

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

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Mon Apr 30 18:21:01 2012
New Revision: 1332324

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

Modified:
   jmeter/trunk/bin/saveservice.properties

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

[Bug 53164] New System Sampler

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

--- Comment #5 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Mon Apr 30 15:39:17 2012
New Revision: 1332247

URL: http://svn.apache.org/viewvc?rev=1332247&view=rev
Log:
Bug 53164 - New System Sampler
Add Maven POM for new jar

Added:
   jmeter/trunk/res/maven/ApacheJMeter_native.pom   (with props)

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

[Bug 53164] New System Sampler

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

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

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

[Bug 53164] New System Sampler

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

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> ---
Date: Mon Apr 30 15:05:46 2012
New Revision: 1332231

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

Added:
   jmeter/trunk/src/protocol/native/
   jmeter/trunk/src/protocol/native/org/
   jmeter/trunk/src/protocol/native/org/apache/
   jmeter/trunk/src/protocol/native/org/apache/jmeter/
   jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/
   jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/NativeCommand.java
  (with props)
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/StreamGobbler.java
  (with props)
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/SystemSampler.java
  (with props)
   jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/gui/
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/gui/SystemSamplerGui.java
  (with props)
Modified:
   jmeter/trunk/build.xml
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
   jmeter/trunk/xdocs/changes.xml

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

[Bug 53164] New System Sampler

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

--- Comment #7 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Mon Apr 30 21:03:27 2012
New Revision: 1332389

URL: http://svn.apache.org/viewvc?rev=1332389&view=rev
Log:
Bug 53164 - New System Sampler
Removed useless name column

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/config/gui/ArgumentsPanel.java
  
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/gui/SystemSamplerGui.java

Date: Mon Apr 30 21:09:43 2012
New Revision: 1332395

URL: http://svn.apache.org/viewvc?rev=1332395&view=rev
Log:
Bug 53164 - New System Sampler
Oups wrong test

Modified:
  
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/gui/HTTPArgumentsPanel.java

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

[Bug 53164] New System Sampler

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

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

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

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

[Bug 53164] New System Sampler

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

--- Comment #6 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Date: Mon Apr 30 19:26:26 2012
New Revision: 1332351

URL: http://svn.apache.org/viewvc?rev=1332351&view=rev
Log:
Bug 53164 - New System Sampler
Fixed mergeability with config elements

Modified:
  
jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/SystemSampler.java

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

[Bug 53164] New System Sampler

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |40011

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