Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在非 GUI 环境中使用 JMeter。
我现在正在增加负载,例如 1...5000,但我想逐渐减少负载,例如 5000...1
可能吗?
我不能使用 GUI 环境。
最简单的方法是使用自定义线程组插件,例如:
终极线程组
步进线程组
Custom Thread Groups您可以使用JMeter 插件管理器将这些线程组安装为捆绑包的一部分
Custom Thread Groups
或者,您也可以使用计时器来引入减速逻辑,但这主要取决于您的应用程序响应时间
有关上述方法的更多信息:How to Ramp Down in JMeter