Sign inSign up

vect0r/hey

By vect0r

Updated about 9 years ago

Docker image for Hey! a HTTP(S) load generator, ApacheBench (ab) replacement, written in Go

Image
0

10K+

vect0r/hey repository overview

Build Status

About this Repo

Docker image for the hey http loadtest tool.

Installation

$ docker pull vect0r/hey

Usage

Show usage
$ docker run --rm vect0r/hey
Example
$ docker run --rm  vect0r/hey  \
      -n 1000 -c 100 https://google.com

Summary:
  Total:	1.7826 secs
  Slowest:	0.8868 secs
  Fastest:	0.0324 secs
  Average:	0.0792 secs
  Requests/sec:	560.9814
Response time histogram:
  0.032 [1]	|
  0.118 [869]	|∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎∎
  0.203 [19]	|∎
  0.289 [84]	|∎∎∎∎
  0.374 [19]	|∎
  0.460 [1]	|
  0.545 [4]	|
  0.631 [0]	|
  0.716 [1]	|
  0.801 [0]	|
  0.887 [2]	|
Latency distribution:
  10% in 0.0400 secs
  25% in 0.0439 secs
  50% in 0.0506 secs
  75% in 0.0603 secs
  90% in 0.2317 secs
  95% in 0.2761 secs
  99% in 0.3109 secs
Details (average, fastest, slowest):
  DNS+dialup:	 0.0064 secs, 0.0000 secs, 0.1039 secs
  DNS-lookup:	 0.0015 secs, 0.0000 secs, 0.0466 secs
  req write:	 0.0004 secs, 0.0000 secs, 0.0200 secs
  resp wait:	 0.0422 secs, 0.0224 secs, 0.6300 secs
  resp read:	 0.0005 secs, 0.0002 secs, 0.0163 secs
Status code distribution:
  [200]	1000 responses

Tag summary

Content type

Image

Digest

Size

101.4 MB

Last updated

about 9 years ago

docker pull vect0r/hey