loadtest scripts:k6wrk脚本集合 源码
wrk / k6脚本集合 wrk 场景1:个别接口压测 正常运行wrk --latency -c1 -d1s -t1 https://weibo.com 调试查看请求和响应wrk --latency -c1 -d1s -t1 -s ./scripts/debug.lua https://weibo.com 场景2:多个cookie混压 正常运行wrk -H --latency -c1 -d1s -t1 -s ./scripts/cookie.lua https://weibo.com 调试查看请求和响应wrk -H --latency -c1 -d1s -t1 -s ./scripts/coo
用户评论