我想每10秒发送1个请求,然后每5秒将其减少到1秒,这样我想测试http请求的性能。我不关心线程。
我尝试过两种不同的东西。
答案 0 :(得分:0)
您需要将线程数减少到1或使用合理的加速时间:
kotlin {
experimental {
coroutines "enable"
}
}
之类的东西让你开始5个线程。 尽管名称Constant Throughput Timer不需要"常量",但您可以使用__P() function 300
通过JMeter Property定义所需的吞吐量并修改属性值使用ie __setProperty() function或甚至在JMeter之外通过ie Beanshell Server,查看How to Adjust the RPS in Your JMeter Test via the Command Line指南了解更多详情。