Sign inSign up

normoes/ab_benchmark

By normoes

•Updated almost 7 years ago

docker image for running ab from within a docker container

Image
0

839

normoes/ab_benchmark repository overview

⁠ab docker image

I don't like to install every little program on my machine, so I like to run them from within docker containers.

This image can be used to run ab within a docker container like this:

    # example
    docker run --rm normoes/ab_benchmark -c "ab -c 10 -n 10000 <some_URL>"

⁠syntax

The syntax is described at the ab description⁠ website.

  • $ ab [-c concurrency] [-k] [-n requests] URL

Tag summary

Content type

Image

Digest

Size

4.3 MB

Last updated

almost 7 years ago

docker pull normoes/ab_benchmark