https://github.com/erikdubbelboer/hench
Http bENCHmarking tool
https://github.com/erikdubbelboer/hench
go golang http-benchmarking
Last synced: 6 months ago
JSON representation
Http bENCHmarking tool
- Host: GitHub
- URL: https://github.com/erikdubbelboer/hench
- Owner: erikdubbelboer
- Created: 2014-07-08T21:27:09.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T09:52:52.000Z (over 9 years ago)
- Last Synced: 2025-01-26T00:26:30.957Z (about 1 year ago)
- Topics: go, golang, http-benchmarking
- Language: Go
- Size: 110 KB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
hench
=====
The Http bENCHmark tool.
Installing (requires go 1.4 or newer):
```bash
go get github.com/erikdubbelboer/hench
```
Running:
```bash
hench -rps=1 -script=example.lua
```
Usage:
```bash
Usage of hench:
-cachedns
Cache dns lookups (dns lookup time is included in the request time and might slow things down) (default true)
-compression
Enable or disable compression (default true)
-keepalive
Use keepalive connections (default true)
-rps int
The maximum number of requests per second (default 10)
-script string
Optional Lua script to run
-workers int
Number of workers to use (number of concurrent requests) (default 100)
```