Hi,
It all depends on how you configure all parts of the process. What are the params of schedule feedback function?
Schedule feedback function reacts on TST internal state, which in
turn reacts to changes in response times.
--
I set-up a JMeter test using the Concurrency Thread Group and the Schedule Feedback Function of the Concurrency Throughput Timer. The test runs fine for about 20-25 minutes with the expected, predictable ramp-up in throughput and thread count. However, about 20 minutes into the test the active threads start jumping around and it looks like the Concurrency Thread Group is over-correcting the thread count in both directions (see the attached image of active threads). Soon thereafter the CTG stops adding threads and then it stops all the threads and then the test stops. The 'Hold Target Rate Time' on the CTG is set to one hour and the test only reaches about 20% of the target RPS set in the Throughput Shaping Timer. There are no errors in the log file. Any ideas?
--
You received this message because you are subscribed to the Google Groups "jmeter-plugins" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmeter-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I currently have no idea why this happens. Can you enable debug
logging for "kg.apc" package and run it again, to see debug
messages in jmeter.log?
I currently have no idea why this happens. Can you enable debug logging for "kg.apc" package and run it again, to see debug messages in jmeter.log?
Andrey Pokhilko
02.06.2018 16:47, 'John Kretschmann' via jmeter-plugins пишет:
The Schedule Feedback function is like so ... ${__tstFeedback(Throughput_Shaping_Timer,1,100,10) ... where Throughput_Shaping_Timer is the name of my Throughput Shaping Timer test step. The test tops out at around 16 active threads and I've specified a max of 100 so I don't think it's running out of available threads.
To: jmeter-...@googlegroups.com
Sent: Friday, June 1, 2018 11:53 PM
Subject: Re: [jmeter-plugins] Problem with Concurrency Thread Group / Throughput Shaping Timer Combination
Hi,It all depends on how you configure all parts of the process. What are the params of schedule feedback function?Schedule feedback function reacts on TST internal state, which in turn reacts to changes in response times.
--
Andrey Pokhilko
02.06.2018 00:12, jkretsch_1 via jmeter-plugins пишет:
I set-up a JMeter test using the Concurrency Thread Group and the Schedule Feedback Function of the Concurrency Throughput Timer. The test runs fine for about 20-25 minutes with the expected, predictable ramp-up in throughput and thread count. However, about 20 minutes into the test the active threads start jumping around and it looks like the Concurrency Thread Group is over-correcting the thread count in both directions (see the attached image of active threads). Soon thereafter the CTG stops adding threads and then it stops all the threads and then the test stops. The 'Hold Target Rate Time' on the CTG is set to one hour and the test only reaches about 20% of the target RPS set in the Throughput Shaping Timer. There are no errors in the log file. Any ideas?--
You received this message because you are subscribed to the Google Groups "jmeter-plugins" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jmeter-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "jmeter-plugins" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jmeter-plugins/fVt4rXSnfVA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jmeter-plugin...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
https://www.blazemeter.com/blog/how-to-configure-jmeter-logging
Hi Andrey,
Just got back from vacation. Can you tell me how to enable debug logging for the kg.apc package?
On Saturday, June 2, 2018 at 10:49:29 AM UTC-7, Andrey Pokhilko wrote:
I currently have no idea why this happens. Can you enable debug logging for "kg.apc" package and run it again, to see debug messages in jmeter.log?
Andrey Pokhilko
02.06.2018 16:47, 'John Kretschmann' via jmeter-plugins пишет:
The Schedule Feedback function is like so ... ${__tstFeedback(Throughput_ Shaping_Timer,1,100,10) ... where Throughput_Shaping_Timer is the name of my Throughput Shaping Timer test step. The test tops out at around 16 active threads and I've specified a max of 100 so I don't think it's running out of available threads.
Hi,
Thanks for the log, it helped to understand the problem. I have released TST 2.5 with fixes around this problem. Can you update to 2.5 and see if it helps?
--
Are you sure you have updated the TST plugin and did not leave old JAR version in lib/ext? I see no plugins manager used in JMeter log, which means you may have typical installation troubles...
I'm saying that because in the code I made sure that negative
value will never be present
(https://github.com/undera/jmeter-plugins/commit/64dae5668cf474bd4e0badf3a753be0cfccf6b44#diff-94b32a474bdc2a9734ba70c825831ab9R83).
So I wonder how come you get the same result...