触发方式:
同一脚本任务在同时并发请求,图中触发方式
curl https://www.google.com & curl https://www.google.com & curl https:www.baidu.com &
配置如下:
test = type=http-request,pattern=https://www.google.com,requires-body=1,max-size=0,timeout=20,debug=1,script-path=google.js
test2 = type=http-request,pattern=https://www.baidu.com,requires-body=1,max-size=0,timeout=20,debug=1,script-path=google.js
因为对日志比较依赖,这个问题目前比较困扰我,感谢帮忙给个解决方案