I've build an application which reacts on resource demand (i.e., number of http accesses). To test it, I want to generate http GET requests programmatically with ApacheJMeter. Unfortunately I cannot find any possibility to generate different numbers of http GET's during predefined segments of the test case.A test should look like that for example:seconds 0 to 30: 1000 GET requests per secondseconds 31 to 60: 5000 GET request per secondseconds 61 to 90: 15000 GET request per secondseconds 91 to 120: 5000 GET request per secondseconds 121 to 150: 1000 GET request per secondI hope this is possible, thank you in advance. 解决方案 Throughput Shaping Timer plugin allows for setting up multiple segments of traffic at different rateshttps://jmeter-plugins.org/wiki/ThroughputShapingTimer/ 这篇关于ApacheJMeter动态负载测试的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
09-22 06:51