1

私はTest planいくつかThread Groups (TG)の異なる を持っていますLoop Count

Test Plan
|--TG 1: loop count=5
|--TG 2: loop count=10
|--TG 3: loop count=3

これらのスレッド グループは同時に実行されます。ただし、スレッドのループ回数が異なるため、実行中のスレッドと終了したスレッドがあります。私が望むのは、より均等な時間配分を作成し、すべてがほぼ同時に終了するようにするために、最高の比率に基づいてJMeterそれぞれの実行を管理することです。例えば:Thread GroupLoop CountTest planThread Groups

Test Plan
|--TG 1: loop count=5, execute every 2 occurrences of TG 2
|--TG 2: loop count=10
|--TG 3: loop count=3, execute every 3.3 occurrences of TG 2

実行に関しては、次のようになります。

[round 1] TG1: run  | TG2: run  | TG3: run
[round 2] TG1: wait | TG2: run  | TG3: wait
[round 3] TG1: run  | TG2: run  | TG3: wait
[round 4] TG1: wait | TG2: run  | TG3: run
etc...

これを実現するように JMeter を構成できますか?

4

0 に答える 0