• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

接口压力测试工具之go-wrk

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

  go-wrk 是一个用Go语言实现的轻量级的http基准测试工具,类似于wrk,本文将简单介绍一下如何使用go-wrk实现接口的性能(压力)测试。

github地址:https://github.com/tsliwowicz/go-wrk

 

安装:

go get github.com/tsliwowicz/go-wrk 

 

使用:

Usage: go-wrk <options> <url>
   Options:
    -H      header line, joined with ';' (Default )
    -M      HTTP method (Default GET)
    -T      Socket/request timeout in ms (Default 1000)
    -body      request body string or @filename (Default )
    -c      Number of goroutines to use (concurrent connections) (Default 10)
    -ca      CA file to verify peer against (SSL/TLS) (Default )
    -cert      CA certificate file to verify peer against (SSL/TLS) (Default )
    -d      Duration of test in seconds (Default 10)
    -f      Playback file name (Default <empty>)
    -help      Print help (Default false)
    -host      Host Header (Default )
    -http      Use HTTP/2 (Default true)
    -key      Private key file name (SSL/TLS (Default )
    -no-c      Disable Compression - Prevents sending the "Accept-Encoding: gzip" header (Default false)
    -no-ka      Disable KeepAlive - prevents re-use of TCP connections between different HTTP requests (Default false)
    -redir      Allow Redirects (Default false)
    -v      Print version details (Default false)

 

./go-wrk -c 80 -d 5  http://192.168.1.118:8080/json

持续5秒中, 开启每秒80个并发请求

返回结果:
Running 10s test @ http://192.168.1.118:8080/json  
  80 goroutine(s) running concurrently  
   142470 requests in 4.949028953s, 19.57MB read  
     Requests/sec:        28787.47  
     Transfer/sec:        3.95MB  
     Avg Req Time:        0.0347ms  
     Fastest Request:    0.0340ms  
     Slowest Request:    0.0421ms  
     Number of Errors:    0  


还有其他参数: -n 10000 就是模拟1w次请求

 


鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
使用ddns-go实现本地IP或公网IP动态域名解析发布时间:2022-07-10
下一篇:
gocmdnohup的坑发布时间:2022-07-10
热门推荐
热门话题
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap