ASF Bugzilla – Attachment 34162 Details for
Bug 60023
ThroughputController : Make "Percent Executions" and global the default values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch implementing enhancement
BUG_60023.patch (text/plain), 3.45 KB, created by
UbikLoadPack support
on 2016-08-19 08:24:40 UTC
(
hide
)
Description:
Patch implementing enhancement
Filename:
MIME Type:
Creator:
UbikLoadPack support
Created:
2016-08-19 08:24:40 UTC
Size:
3.45 KB
patch
obsolete
>Index: src/components/org/apache/jmeter/control/gui/ThroughputControllerGui.java >=================================================================== >--- src/components/org/apache/jmeter/control/gui/ThroughputControllerGui.java (revision 1754657) >+++ src/components/org/apache/jmeter/control/gui/ThroughputControllerGui.java (working copy) >@@ -101,9 +101,9 @@ > @Override > public void clearGui() { > super.clearGui(); >- styleBox.setSelectedIndex(0); >+ styleBox.setSelectedIndex(1); > throughput.setText("1"); // $NON-NLS-1$ >- perthread.setSelected(true); >+ perthread.setSelected(false); > } > > @Override >Index: xdocs/changes.xml >=================================================================== >--- xdocs/changes.xml (revision 1756682) >+++ xdocs/changes.xml (working copy) >@@ -66,6 +66,7 @@ > > <ul> > <li>A cache for CSS Parsing of URLs has been introduced in this version, it is enabled by default. It is controlled by property <code>css.parser.cache.size</code>. It can be disabled by setting its value to 0. See <bugzilla>59885</bugzilla></li> >+ <li>ThroughputController defaults have changed. Now defaults are Percent Executions which is global and no more per user. See <bugzilla>60023</bugzilla></li> > </ul> > > <h3>Deprecated and removed elements</h3> >@@ -92,6 +93,7 @@ > <h3>Controllers</h3> > <ul> > <li><bug>59351</bug>Improve log/error/message for IncludeController. Partly contributed by Antonio Gomes Rodrigues (ra0077 at gmail.com)</li> >+ <li><bug>60023</bug>ThroughputController : Make "Percent Executions" and global the default values</li> > </ul> > > <h3>Listeners</h3> >Index: xdocs/usermanual/component_reference.xml >=================================================================== >--- xdocs/usermanual/component_reference.xml (revision 1756683) >+++ xdocs/usermanual/component_reference.xml (working copy) >@@ -2228,19 +2228,21 @@ > > <component name="Throughput Controller" index="§-num;.2.7" width="329" height="167" screenshot="throughput_controller.png"> > <description> >-<p> >-<b>This controller is badly named, as it does not control throughput.</b> >-Please refer to the <complink name="Constant Throughput Timer"/> for an element that can be used to adjust the throughput. >-</p> >-<p>The Throughput Controller allows the user to control how often it is executed. There are two modes - percent execution and total executions.</p> >+<p>The Throughput Controller allows the user to control how often it is executed. >+There are two modes: >+<ul> >+<li>percent execution</li> >+<li>total executions</li> >+</ul> > <dl> > <dt><code>Percent executions</code></dt><dd>causes the controller to execute a certain percentage of the iterations through the test plan.</dd> > <dt><code>Total executions</code></dt><dd>causes the controller to stop executing after a certain number of executions have occurred.</dd> > </dl> >-<p> >-Like the Once Only Controller, this >-setting is reset when a parent Loop Controller restarts. >+Like the Once Only Controller, this setting is reset when a parent Loop Controller restarts. > </p> >+<note>This controller is badly named, as it does not control throughput. >+Please refer to the <complink name="Constant Throughput Timer"/> for an element that can be used to adjust the throughput. >+</note> > </description> > <note>The Throughput Controller can yield very complex behavior when combined with other controllers - in particular with interleave or random controllers as parents (also very useful).</note> > <properties>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 60023
: 34162