web-developer-resources icon indicating copy to clipboard operation
web-developer-resources copied to clipboard

Vegeta 基于 Go 语言的 HTTP 压测工具

Open lvisei opened this issue 3 years ago • 0 comments

Vegeta

基于 Go 语言的 HTTP 压测工具

echo 'GET http://localhost:8080' | \
    vegeta attack -rate 5000 -duration 10m | vegeta encode | \
    jaggr @count=rps \
          hist\[100,200,300,400,500\]:code \
          p25,p50,p95:latency \
          sum:bytes_in \
          sum:bytes_out | \
    jplot rps+code.hist.100+code.hist.200+code.hist.300+code.hist.400+code.hist.500 \
          latency.p95+latency.p50+latency.p25 \
          bytes_in.sum+bytes_out.sum

68747470733a2f2f692e696d6775722e636f6d2f747442447351532e676966

lvisei avatar Feb 15 '21 18:02 lvisei