williamyeh/hey

By williamyeh

Updated over 5 years ago

A minimal Docker image for Hey - HTTP(S) load generator, ApacheBench (ab) replacement

Image
0

100K+

Docker-Hey

Circle CIBuild Status

Summary

Repository name in Docker Hub: williamyeh/hey

This repository contains Dockerized hey, published to the public Docker Hub via automated build mechanism.

Configuration

This docker image contains the following software stack:

  • Alpine 3

  • Hey

Total image size is less than 20 MB.

Dependencies
History
  • 1.1 - Change from boom to hey with respect to original repo.
  • 1.0 - Initial release.

Installation

$ docker pull williamyeh/hey

Usage

Show usage

$ docker run --rm williamyeh/hey

Typical example

$ docker run --rm  williamyeh/hey  \
      -n 1000 -c 100 https://google.com

Docker Pull Command

docker pull williamyeh/hey