Hi - I studied the Throttler in the source. If I’m understanding correctly this is the class that is used for certain when throttling http workloads…using for example: .throttle(reachRps(3) in (30 seconds), holdFor(30 minutes))
With my SOAP implementation this Throttler works very well…
However, with my custom protocol implementation the Throttler isn’t be used or somehow is not observing the syntax provided in the script (pasted above).
Any suggestions or special considerations I’m overlooking as next step? I am still doing some research but I am also suspecting with my custom protocol that my configured thread count (user count) isn’t being observed either (e.g. specified via rampUsers(25) over (30 seconds))
Thank you for guidance and advise on next steps of things I need to consider.