Re: How would you go about creating a new Thread Group type?

2016-10-24 Thread Sergio Boso
: 512-426-3929 rwils...@gmail.com -Original Message- From: Deepak Goel [mailto:deic...@gmail.com] Sent: Friday, October 21, 2016 9:09 AM To: JMeter Users List <user@jmeter.apache.org> Subject: RE: How would you go about creating a new Thread Group type? your assumption that the

RE: How would you go about creating a new Thread Group type?

2016-10-21 Thread Robin D. Wilson
List <user@jmeter.apache.org> Subject: RE: How would you go about creating a new Thread Group type? your assumption that the slowest thread takes 20sec and the fastest thread takes 10 sec is false. Usually the difference is in milliseconds and over a period of time, it becomes zero. All t

RE: How would you go about creating a new Thread Group type?

2016-10-21 Thread Deepak Goel
f the test. > > -- > Robin D. Wilson > Voice: 512-426-3929 > rwils...@gmail.com > > -Original Message- > From: Deepak Goel [mailto:deic...@gmail.com] > Sent: Friday, October 21, 2016 1:46 AM > To: JMeter Users List <user@jmeter.apache.org> > Subject: Re: How would

RE: How would you go about creating a new Thread Group type?

2016-10-21 Thread Robin D. Wilson
9 rwils...@gmail.com -Original Message- From: Deepak Goel [mailto:deic...@gmail.com] Sent: Friday, October 21, 2016 1:46 AM To: JMeter Users List <user@jmeter.apache.org> Subject: Re: How would you go about creating a new Thread Group type? I am not sure I understand your probl

Re: How would you go about creating a new Thread Group type?

2016-10-21 Thread Ivan Rancati
I'm also not sure I understand the problem. Assuming I do 1) use more threads, for example 125, and add a Throughput Controller 2) There was a similar discussion 3 years ago http://jmeter.512774.n5.nabble.com/Coordinated-Omission-CO-possible-strategies-tt5718456.html#none br, Ivan On Fri,

Re: How would you go about creating a new Thread Group type?

2016-10-21 Thread Deepak Goel
I am not sure I understand your problem correctly... Why would the load be reduced to 99 threads? As the threads which haven't finished their earlier cycle are still running...they are spending time finishing their previous request (which would also indicate a problem with the server responding

Re: How would you go about creating a new Thread Group type?

2016-10-17 Thread Deepak Shetty
Jmeter-plugins probably has source that you could use to see how they implemented the various other thread groups (.e.g https://jmeter-plugins.org/wiki/UltimateThreadGroup/) On Mon, Oct 17, 2016 at 2:08 PM, Robin D. Wilson wrote: > Just throwing this out there - to see if

RE: How would you go about creating a new Thread Group type?

2016-10-17 Thread Robin D. Wilson
, October 17, 2016 4:23 PM To: JMeter Users List <user@jmeter.apache.org> Subject: Re: How would you go about creating a new Thread Group type? On 17 October 2016 at 22:08, Robin D. Wilson <rwils...@gmail.com> wrote: > Just throwing this out there - to see if anyone wants to lead

Re: How would you go about creating a new Thread Group type?

2016-10-17 Thread sebb
On 17 October 2016 at 22:08, Robin D. Wilson wrote: > Just throwing this out there - to see if anyone wants to lead a code-level > newbie down the right path. I've been using JMeter for > 8-9 years now, and really like it. But one thing that bugs me is the way the > Thread