Hi, For ASM script monitor, if number of threads is configured as more than 1, when a monitor runs, does it initiate 3 threads and execute the script 3 times ?
Release : SAAS
Component : APP SYNTHETIC MONITOR ENVIRONMENTAL
Here are two:
https://www.redline13.com/blog/2018/05/guide-jmeter-thread-groups/
https://www.redline13.com/blog/2019/05/jmeter-thread-count/
In your case is 3 threads (simulating 3 virtual users) that will take 3 seconds for all three threads to start up. The script is executed once,
The Jmeter Users Guide has some good details as well.
-- https://jmeter.apache.org/usermanual/test_plan.html#thread_group
Jmeter script settings and ASM Script Monitor settings are two different things. Changing script threads will not change monitor impacts.