On Wed, Jul 13, 2022 at 10:31 AM Felix Schumacher wrote: > 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? > Hmm... No, it's in single thread, with a single user. Here is the log (shown in https://www.diffchecker.com/7mROaakN):
ThreadGroup: Starting thread group... number=1 threads=1 ramp-up=5 delayedStart=false However, the ramp-up=5 sec I thought it was irrelevant so didn't include the "ramp-up=5 sec" in OP. I've posted the controlling script at https://pastebin.com/gdM2aCtr for you to check. thanks Is the loading of the included elements observably slower than in-lining > them? > For a single thread, with a single user case, the timing is not my focus at the moment. > 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 > > >
