Critical Section Controller :
BeanShell Sampler,请求1的脚本为:
String str="1111111111111111111111-----${user}";
log.info(str);
BeanShell Sampler,请求2的脚本为:
String str="2222222222222222222-----${user}";
log.info(str);
BeanShell Sampler,请求3的脚本为:
String str="333333333333333333-----${user}";
log.info(str);
返回结果:
顺序一致。