首页  

go压测工具 go-stress-testing     所属分类 go 浏览量 414
https://github.com/link1st/go-stress-testing/releases

https://gitee.com/dyyx/hellocode/blob/master/web/tech/go/go-stress-testing/go-stress-testing-1.0.3/README.md

go build main.go

go build -o go-stress-testing main.go

./main -c 1 -n 3 -u http://codefun007.xyz/pv.htm

-c 并发数
-n 每个并发执行请求的次数,总请求次数 = c * n 
-u 压测目标地址

上一篇     下一篇
javassist 简介

Redis 性能监控指标

JVM知识点汇总

Goroutine与线程的区别

go 多模块例子

go开源工具库 lancet