Compilation errors, how skip autostyle check ?

2020-04-16 Thread Vincent Daburon
Hi, I download the current version of JMeter (the 16 april 2020) in a zip file format from github master. How skip the autostyle check ? When i try to compile with gradle tool, i have this errors : D:\usr\vdaburon\dev\github\jmeter_pacing\jmeter-master>gradlew.bat runGui > Task

Re: Add pacing feature

2020-04-16 Thread Vincent Daburon
Hi, I put images on this topic https://groups.google.com/forum/#!topic/ptgram24/f2OVAIWazl8 Regards. Vincent DAB. Le jeu. 16 avr. 2020 à 14:45, Vincent Daburon a écrit : > Hi, > When you make load test with load steps, the pacing is useful. > 1st step 50% of the load > 2sd step 100% of the

Re: Compilation errors, how skip autostyle check ?

2020-04-16 Thread Vladimir Sitnikov
>How skip the autostyle check ? Please use -PskipAutostyle An alternative option is to download the sources via git clone ... Or execute ./gradlew autostyleApply (from within buildSrc directory first) to fix line endings. Vladimir

Re: Add pacing feature

2020-04-16 Thread Vincent Daburon
Hi, When you make load test with load steps, the pacing is useful. 1st step 50% of the load 2sd step 100% of the load 3thd step 150% of the load [image: Active_Threads_ALL_Over_Time.png] The pacing for an iteration is constant and the number of samplers is proportional to the number of threads

Re: Add pacing feature

2020-04-16 Thread Vladimir Sitnikov
>[image: schema_pacing_v1.png] Unfortunately, the images are not yet enabled in this mailing list. I've filed https://issues.apache.org/jira/browse/INFRA-20125 to fix that. Could you please upload the image to gist.github.com or something like that in the mean time? Vladimir

Re: Add pacing feature

2020-04-16 Thread Vincent Daburon
Hi a little schema to explain the pacing for an iteration for 1 thread The waiting time to complete the pacing is a dynamic waiting time. [image: schema_pacing_v1.png] Regards. Vincent DAB. Le jeu. 16 avr. 2020 à 13:32, Vladimir Sitnikov a écrit : > Philippe>- you don’t have a requirement of

Re: Add pacing feature

2020-04-16 Thread Antonio Gomes Rodrigues
Hi, Pacing is used in Neoload, Loadruner... But I am agree with Vladimir, we can use "Precise Throughput Timer" and "Constant Throughput Timer" Le jeu. 16 avr. 2020 à 12:53, Vladimir Sitnikov a écrit : > Hi, > > >For 3 years I have been using the notion of Pacing an iteration to >

Re: Add pacing feature

2020-04-16 Thread Vladimir Sitnikov
Hi, >For 3 years I have been using the notion of Pacing an iteration to >facilitate the modeling of the load and also because it is very practical >when we are doing loads with load steps Can you please clarify how pacing makes it practical? For instance, I have never faced a case when the

Re: Add pacing feature

2020-04-16 Thread Philippe Mouawad
Hello, What about following use case: - You have a number of virtual users running a scenario which is composed of 30 steps related through correlation of ids - You set thread group to Start next thread loop on error - you don’t have a requirement of number of execution per minute How do you

Re: Add pacing feature

2020-04-16 Thread Vladimir Sitnikov
Philippe>- you don’t have a requirement of number of execution per minute How do you compute "pacing" then? :) I guess you almost always have something on the number of scenarios per hour :) Philippe>How do you avoid a burst in the first steps (the one before failure) of Philippe>your scenario