e7db/gohttpbench

By e7db

Updated about 5 years ago

Image

89

docker-gohttpbench

Go-HttpBench dockerized.

More information about Go-HttpBench: https://github.com/parkghost/gohttpbench

Examples

Benchmark Google with GZip 10000 times with 100 connections concurrency
$ docker run --rm e7db/gohttpbench -z -n 10000 -c 100 https://google.com
Run on localhost
$ docker run --network host --rm e7db/gohttpbench http://localhost:5757
Read the help
$ docker run --rm e7db/gohttpbench --help

Docker Pull Command

docker pull e7db/gohttpbench