You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/12/26 20:36:42 UTC

[Bug 61931] New: Exponential Timer : timer that produces poisson arrivals with given constant throughput

https://bz.apache.org/bugzilla/show_bug.cgi?id=61931

            Bug ID: 61931
           Summary: Exponential Timer : timer that produces poisson
                    arrivals with given constant throughput
           Product: JMeter
           Version: 3.3
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

See:


- https://github.com/apache/jmeter/pull/231

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61931] Exponential Timer : timer that produces poisson arrivals with given constant throughput

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61931

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61931] Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61931

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61931] Exponential Timer : timer that produces poisson arrivals with given constant throughput

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61931

--- Comment #2 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61931] Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61931

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Exponential Timer : timer   |Precise Throughput Timer :
                   |that produces poisson       |timer that produces poisson
                   |arrivals with given         |arrivals with given
                   |constant throughput         |constant throughput

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 61931] Precise Throughput Timer : timer that produces poisson arrivals with given constant throughput

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=61931

--- Comment #4 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.