Benchmarking tools for testing web applications. It includes: ab and parallel.
1.1K
Benchmarking tools for testing web applications. It includes: ab and parallel.
docker run onlinepromoters/web-testing:latest -k -v 2 -t 60 -n 50 https://example.com/
Notice: the last / in the command is important!
To get a shell into the container in order to create your custom tests use:
docker run -ti onlinepromoters/web-testing
If you want to mount the current folder you are working on use:
docker run -ti -v ${PWD}:/app onlinepromoters/web-testing
**Notice: In windowz use a powershell and cd in your working folder **
Content type
Image
Digest
Size
26.6 MB
Last updated
about 8 years ago
docker pull onlinepromoters/web-testing