Search code examples
javaperformancejmeterstress-testingbeanshell

jmeter stress/break point performance test using constant throughput timer


IN JMETER , How can we change the constant throughput timer value Using a ( JavaScript or Bean Shell) function ? Say for example, test duration is 60 mins . constant throughput timer initially set to 4000 samples per min then hold the load for 5 mins. After 5 mins , it should increment and set to 5000 samples per min then hold the load for 5 mins . after 5 mins , it should increment to 6000 samples per min. any ideas welcome.!


Solution

  • I believe better option would be using Throughput Shaping Timer available via JMeter Plugins project

    The relevant configuration would be something like:

    JMeter Throughput Shaping Timer

    Also it is possible to set so called Load Profiles using load_profile JMeter Property.


    You can install Throughput Shaping Timer plugin using JMeter Plugins Manager

    JMeter Plugins Manager Throughput Shaping Timer