weighttp - a lightweight and simple webserver benchmarking tool
1.5K
This is weighttp container.
weighttp - a lightweight and simple webserver benchmarking tool
http://redmine.lighttpd.net/projects/weighttp/wiki
This Docker image is based on the official debian:jessie base image.
usage: docker run uzyexe/weighttp <options> <url>
-n num number of requests (mandatory)
-t num threadcount (default: 1)
-c num concurrent clients (default: 1)
-k keep alive (default: no)
-6 use ipv6 (default: no)
-H str add header to request
-h show help and exit
-v show version and exit
example: docker run uzyexe/weighttpd -n 10000 -c 10 -t 2 -k -H "User-Agent: foo" localhost/index.html
Content type
Image
Digest
Size
146.3 MB
Last updated
almost 10 years ago
docker pull uzyexe/weighttp