docker image for running ab from within a docker container
839
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>"
The syntax is described at the ab description website.
$ ab [-c concurrency] [-k] [-n requests] URLContent type
Image
Digest
Size
4.3 MB
Last updated
almost 7 years ago
docker pull normoes/ab_benchmark