GitHub user max3163 opened a pull request: https://github.com/apache/jmeter/pull/238
Adds API to create JMeter threads on the fly Adds a method in a thread group to add new threads dynamically. Feature can be use to adjust thread count: - in case of low load - dynamic scenarii - ... To prevent code duplication, thread "make"/register/start has been moved to a new method, and a field has been added to track group number. You can merge this pull request into a Git repository by running: $ git pull https://github.com/max3163/jmeter POW-309 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jmeter/pull/238.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #238 ---- commit 36dd9f7ec959c69e06b7bf52f2ddb5866d822797 Author: Bruno Demion <milam...@apache.org> Date: 2016-11-16T18:45:11Z Tag for pre-release git-svn-id: https://svn.apache.org/repos/asf/jmeter/tags/v3_1_RC4@1770033 13f79535-47bb-0310-9956-ffa450edef68 commit 0b5b61f85c494dedd43ac1648bec96c92a6af33e Author: Bruno Demion <milam...@apache.org> Date: 2016-11-19T22:49:23Z Vote succeeded, create the 3.1 tag git-svn-id: https://svn.apache.org/repos/asf/jmeter/tags/v3_1@1770529 13f79535-47bb-0310-9956-ffa450edef68 commit d47064fd8eb3c7149d05932931f8a443d5dd65fe Author: Logan Mauzaize & Maxime Chassagneux <max3...@users.noreply.github.com> Date: 2016-12-12T16:02:14Z POW-309 Adds API to create JMeter threads on the fly ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---