且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

jMeter 嵌套 transaction controller 的深度优先执行策略

更新时间:2022-09-14 09:51:19

each thread touches multiple pages sequentially. This sample project is easier to understand.


Four HTTP requests are defined in nested transaction controller. I define thread number = 2, so totally 4 * 2 = 8 threads are spawned.


From the timestamp we can observe the sequential access behavior ( just ignore the rows whose label = transaction controller, which are logs for transaction controllers themselves )


jMeter 嵌套 transaction controller 的深度优先执行策略