Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput
Summary: Precise Throughput Timer : timer that produces poisson arrivals with given co...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.3
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-26 20:36 UTC by Philippe Mouawad
Modified: 2018-01-04 16:41 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 2017-12-26 20:36:42 UTC
See:


- https://github.com/apache/jmeter/pull/231
Comment 1 Philippe Mouawad 2017-12-26 20:41:35 UTC
Author: pmouawad
Date: Tue Dec 26 20:40:32 2017
New Revision: 1819293

URL: http://svn.apache.org/viewvc?rev=1819293&view=rev
Log:
Bug 61931 - Exponential Timer : timer that produces poisson arrivals with given constant throughput
This closes #231
Bugzilla Id: 61931

Added:
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java   (with props)
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/DurationProvider.java   (with props)
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/EventProducer.java   (with props)
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimer.java   (with props)
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerBeanInfo.java   (with props)
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerResources.properties   (with props)
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerResources_fr.properties   (with props)
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ThroughputProvider.java   (with props)
    jmeter/trunk/test/src/org/apache/jmeter/timers/poissonarrivals/
    jmeter/trunk/test/src/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerTest.java   (with props)
Modified:
    jmeter/trunk/bin/saveservice.properties
    jmeter/trunk/src/core/org/apache/jmeter/save/SaveService.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 2 Philippe Mouawad 2017-12-30 14:17:57 UTC
Author: pmouawad
Date: Sat Dec 30 14:13:51 2017
New Revision: 1819605

URL: http://svn.apache.org/viewvc?rev=1819605&view=rev
Log:
Bug 61931 - Exponential Timer : timer that produces poisson arrivals with given constant throughput
Fix some sonar warnings
Bugzilla Id: 61931

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ConstantPoissonProcessGenerator.java
Comment 3 Philippe Mouawad 2018-01-04 16:16:29 UTC
Author: pmouawad
Date: Thu Jan  4 16:16:03 2018
New Revision: 1820115

URL: http://svn.apache.org/viewvc?rev=1820115&view=rev
Log:
Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput
Contributed by Vladimir Sitnikov
This closes #369
Bugzilla Id: 61931

Added:
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimer.java
      - copied, changed from r1819617, jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimer.java
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimerBeanInfo.java
      - copied, changed from r1819617, jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerBeanInfo.java
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimerResources.properties
      - copied, changed from r1819617, jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerResources.properties
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimerResources_fr.properties
      - copied unchanged from r1819617, jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerResources_fr.properties
    jmeter/trunk/test/src/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimerTest.java
      - copied, changed from r1819617, jmeter/trunk/test/src/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerTest.java
    jmeter/trunk/xdocs/images/screenshots/timers/precise_throughput_timer.png   (with props)
Removed:
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimer.java
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerBeanInfo.java
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerResources.properties
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerResources_fr.properties
    jmeter/trunk/test/src/org/apache/jmeter/timers/poissonarrivals/ExponentialTimerTest.java
Modified:
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 4 Philippe Mouawad 2018-01-04 16:41:50 UTC
Author: pmouawad
Date: Thu Jan  4 16:40:52 2018
New Revision: 1820122

URL: http://svn.apache.org/viewvc?rev=1820122&view=rev
Log:
Bug 61931 - Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput
Translate in french UI

Bugzilla Id: 61931

Modified:
    jmeter/trunk/src/components/org/apache/jmeter/timers/poissonarrivals/PreciseThroughputTimerResources_fr.properties
Comment 5 The ASF infrastructure team 2022-09-24 20:38:11 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4652