I think it is a TODO from the past. See https://github.com/apache/jmeter/blob/master/src/components/src/main/java/org/apache/jmeter/control/IncludeController.java#L61

You probably have five threads and each has its own copy of the IncludeController. Is that the case?

Is the loading of the included elements observably slower than in-lining them?

Felix

Am 11.07.22 um 22:56 schrieb Tong Sun:
Hi,

Please take a look at my logs:
https://www.diffchecker.com/7mROaakN

Same script, one is all-in-one, the other (on the right) uses the include
controller, which apparently repeatedly trying to load included modules, as
the following two lines have been repeated 5 times:

INFO o.a.j.c.IncludeController: loadIncludedElements -- try to load
included module: F_Thread_Group.jmx
INFO o.a.j.s.SaveService: Loading file: F_Thread_Group.jmx
INFO o.a.j.c.IncludeController: loadIncludedElements -- try to load
included module: F_google-reqs.jmx
INFO o.a.j.s.SaveService: Loading file: F_google-reqs.jmx

As the ThreadGroup is started with number=1 threads=1

I'm wondering

- why the repeatedly load attempts, and
- if this is a known issue

or something wrong with my script, in which case I'd be happy to publish
them somewhere.

thanks

Attachment: OpenPGP_0xEA6C3728EA91C4AF.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

Reply via email to