Query regarding injection of a plugin inside jmeter script

Priyansh Gupta <[email protected]> Thu, 29 Aug 2024 09:15:46 +0530
Newsgroups gmane.comp.jakarta.jmeter.user
Message-ID <CAJiLSpsfXJXzVU920TOH_wq4MiP8jOM_cCk5bhrjRKdNKBKA4w@mail.gmail.com>
Hi, I am trying to automate my jmeter runs on aws public cloud. For this
automation, I need to inject some listeners on the fly for the input jmeter
script (jmx). I could achieve this easily by modifying the jmx file itself,
but doing this is always risky and could run into some errors. Hence I
wanted to know if there is any existing way to tell jmeter to add some
listeners before executing the script without modifying the actual jmx.
Basically any tool or any cli (jmeter) option which I can use to achieve
the same.

Thanks
Priyansh Gupta