cynial / loadtest-scripts

k6/wrk script collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wrk/k6 脚本集合

wrk

场景1:单个接口压测

  • 正常运行 wrk --latency -c1 -d1s -t1 https://weibo.com
  • 调试查看 request 和 response 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
  • 调试查看 request 和 response wrk -H --latency -c1 -d1s -t1 -s ./scripts/cookie.lua https://weibo.com -- debug

参考

About

k6/wrk script collection


Languages

Language:Lua 93.9%Language:JavaScript 6.1%