Bug 53164 - New System Sampler
Summary: New System Sampler
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.6
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks: 40011
  Show dependency tree
 
Reported: 2012-04-30 15:03 UTC by Philippe Mouawad
Modified: 2012-04-30 21:39 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2012-04-30 15:03:46 UTC
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
Comment 1 Philippe Mouawad 2012-04-30 15:08:08 UTC
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
Comment 2 Philippe Mouawad 2012-04-30 15:13:41 UTC
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
Comment 3 Philippe Mouawad 2012-04-30 18:27:21 UTC
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
Comment 4 Philippe Mouawad 2012-04-30 18:27:37 UTC
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
Comment 5 Philippe Mouawad 2012-04-30 18:27:53 UTC
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)
Comment 6 Philippe Mouawad 2012-04-30 19:28:51 UTC
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
Comment 7 Philippe Mouawad 2012-04-30 21:11:29 UTC
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
Comment 8 The ASF infrastructure team 2022-09-24 20:37:50 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2818