文件名称:kapok:一个简单的httphttps基准测试实用程序
文件大小:18KB
文件格式:ZIP
更新时间:2024-05-30 08:02:50
Go
木棉花 简单高效的HTTP压测工具,支持GET和POST等方法处理,支持HTTP Header自定义请求 使用说明 $ go run main.go -help NAME: kapok - a simple http/https benchmark utility USAGE: main [global options] command [command options] [arguments...] VERSION: 0.1.1 COMMANDS: help, h Shows a list of commands or help for one command GLOBAL OPTIONS: -c "10" number of concurrent connections to use -t "1000" socket/request timeou
【文件预览】:
kapok-master
----core()
--------playloadmaker.go(2KB)
--------worker.go(4KB)
--------stats.go(1KB)
----app()
--------flags.go(1KB)
--------app.go(569B)
--------verson.go(56B)
----main.go(268B)
----.gitignore(266B)
----Makefile(452B)
----README.md(3KB)
----util()
--------cli.go(1003B)
--------httpclient()
--------common.go(3KB)
--------bytes.go(2KB)
--------signal.go(558B)
----etcd()
--------etcd_datasource.go(2KB)
--------README.md(28B)
--------etcd_datasouece_test.go(462B)