Bug 53172 - OS Process Sampler - allow specification of Environment Variables
Summary: OS Process Sampler - allow specification of Environment Variables
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:
 
Reported: 2012-05-01 13:23 UTC by Philippe Mouawad
Modified: 2012-05-07 19:33 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-05-01 13:23:24 UTC
Might also be worth considering supporting environment updates via ProcessBuilder#environment(). This would require an additional table on the GUI.
Comment 1 Philippe Mouawad 2012-05-01 13:25:56 UTC
Date: Tue May  1 13:24:53 2012
New Revision: 1332640

URL: http://svn.apache.org/viewvc?rev=1332640&view=rev
Log:
Bug 53172 - OS Process Sampler - allow specification of Environment Variables

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
Comment 2 Philippe Mouawad 2012-05-01 13:30:04 UTC
Should we add an option to clear environment ?
For example in eclipse we have 2 options:
- Append environment to native environment (which is what is done now)
- Replace native environment with specified environment (to implement ?)
Comment 3 Philippe Mouawad 2012-05-01 13:30:20 UTC
Date: Tue May  1 13:27:54 2012
New Revision: 1332644

URL: http://svn.apache.org/viewvc?rev=1332644&view=rev
Log:
Bug 53172 - OS Process Sampler - allow specification of Environment Variables

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
   jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
Comment 4 Philippe Mouawad 2012-05-07 19:33:39 UTC
Date: Mon May  7 19:30:51 2012
New Revision: 1335210

URL: http://svn.apache.org/viewvc?rev=1335210&view=rev
Log:
Bug 53172 - OS Process Sampler - allow specification of Environment Variables
Code cleanup

Modified:
   jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/gui/SystemSamplerGui.java
Comment 5 The ASF infrastructure team 2022-09-24 20:37:50 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2821