梯度并发-阶梯式加压-
https://blog.csdn.net/lh155136/article/details/106795471
6 参数解释
This group will start
当前线程一共启动100个线程
First wait for
启动第一个线程等待0秒
Then start
开始启动0个线程
using ramp-up 和 threads every 和 next add
每隔5秒 在30秒内 启动10个线程
Then hold load for
所有线程加载完后,持续运行60秒
threads every 和 Finally stop
在1s内停止5个线程
一共6行,解释如上