Stepping Thread Group

– This group will start 100 threads:设置单台负载机,线程组启动的线程总数为100个

–First,wait for 0 seconds:启动第一个线程之前,需要等待0秒

–Then start 10 threads:设置最开始时启动10个线程

–Next,add 10 threads every 1 seconds,using ramp-up 3 seconds:每隔1秒,在3秒内启动2个线程

–Then hold load for 600 seconds:单台负载机启动的线程总数达到最大值之后,再持续运行600秒

–Finally,stop 10 threads every 1 seconds:每隔1秒,停止10个线程

原文地址:https://www.cnblogs.com/friday0502/p/11232334.html