Bug 57640 - Add ability to modify load while a test is running
Summary: Add ability to modify load while a test is running
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.12
Hardware: All All
: P1 enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-26 21:54 UTC by Philippe Mouawad
Modified: 2019-05-15 13:13 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 2015-02-26 21:54:54 UTC
It would be useful to be able through this feature to:
- Make a load test last a bit longer saying (add 1h)
- Increase/Decrease load (add 100 Threads to Thread Group X)
- Pause/Resume rampup (BUG 53317 feature request)

A shell like stopTest.sh with command line options would be a good way to use it.
Comment 1 Sebb 2015-02-26 22:45:38 UTC
It's already possible to use the BeanShell server to change properties.

See for example:

http://jmeter.apache.org/usermanual/best-practices.html#beanshell_server
Comment 2 UbikLoadPack support 2015-02-27 10:34:38 UTC
Hi sebb,
But this is not enough , It only allows to change properties dynamically no ?
It would not work
1/ to dynamically add threads no ?
2/ Nor for pausing/resuming ?
3/ Nor for making test last longer ?


Or if it does, it is not clear how.



Regards
Comment 3 The ASF infrastructure team 2022-09-24 20:37:59 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3547