Search code examples
jmeter

How to implement a planned load testing profile in jmeter


I collected analytics from the application and got a chart of its use during the day. I want to transfer this graph to jmeter - so that the load (threads) grows and falls. Tell me, how can this be implemented in Jmeter? I've tried using the Ultimate Thread Group and other thread groups from plugin, but everything looks too complicated there. As a result, I want to get the same graph of the Thread Group after executing the script. my profile of load

I came across an implementation in OctoPerf. But how to do it without external software?

example from OctoPerf


Solution

  • If you're looking for the possibility to define the workload model without any external software - take a look at Open Model Thread Group available since JMeter 5.5

    enter image description here

    However if the Ultimate Thread Group is "too complicated" for you most probably you won't like the Open Model Thread Group as well.