Docker image for the Vegeta HTTP load testing tool
1.6K
Docker image for the Vegeta HTTP load testing tool forked from peter-evans/vegeta to give us extra Debian based debug tools.
Dockerfile links1.3.1, latest, (v1.3.1/Dockerfile)1.3, (v1.3/Dockerfile)1.2, (v1.2/Dockerfile)1.1, (v1.1/Dockerfile)1.0, (v1.0/Dockerfile)To display help:
docker run --rm -i jujhars13/vegeta:latest
Example:
docker run --rm -i jujhars13/vegeta \
/bin/bash -c \
"echo 'GET http://www.example.com' | \
vegeta attack -rate=10 -duration=30s | \
tee results.bin | \
vegeta report"
For full documentation see Vegeta.
To display help:
kubectl run vegeta --rm --attach --restart=Never --image="jujhars13/vegeta"
Example:
kubectl run vegeta --rm --attach --restart=Never --image="jujhars13/vegeta" -- sh -c \
"echo 'GET http://<svc-name>' | \
vegeta attack -rate=10 -duration=30s | \
tee results.bin | \
vegeta report"
v1.3.1 forces tls cet updatev1.3 version bump to latest Vegeta and Debianv1.1 version bump to pull in latest security updates to Debian 11 BullseyeMIT License - see the LICENSE file for details
Content type
Image
Digest
sha256:98b05cc9b…
Size
49.3 MB
Last updated
over 1 year ago
docker pull jujhars13/vegeta