项目作者: erikdubbelboer

项目描述 :
Http bENCHmarking tool
高级语言: Go
项目地址: git://github.com/erikdubbelboer/hench.git
创建时间: 2014-07-08T21:27:09Z
项目社区:https://github.com/erikdubbelboer/hench

开源协议:

下载


hench

The Http bENCHmark tool.

Installing (requires go 1.4 or newer):

  1. go get github.com/erikdubbelboer/hench

Running:

  1. hench -rps=1 -script=example.lua

Usage:

  1. Usage of hench:
  2. -cachedns
  3. Cache dns lookups (dns lookup time is included in the request time and might slow things down) (default true)
  4. -compression
  5. Enable or disable compression (default true)
  6. -keepalive
  7. Use keepalive connections (default true)
  8. -rps int
  9. The maximum number of requests per second (default 10)
  10. -script string
  11. Optional Lua script to run
  12. -workers int
  13. Number of workers to use (number of concurrent requests) (default 100)