1.添加线程组:jp@gc - Stepping Thread Group
This group will start 100 threads:设置线程组启动的线程总数为100个;
First,wait for N seconds:启动第一个线程之前,需要等待N秒;
Then start N threads:设置最开始时启动N个线程;
Next,add 10
threads every 30 seconds,
using ramp-up 5 seconds:每隔30秒,启动10个线程,10个线程在5秒内启动完成;
Then hold load for 60 seconds:启动的线程总数达到最大值之后,再持续运行60秒;
Finally,stop 5 threads every 1 seconds:每秒停止5个线程;