Sign inSign up

jujhars13/vegeta

By jujhars13

Updated over 1 year ago

Docker image for the Vegeta HTTP load testing tool

Image
Developer tools
Web servers
1

1.6K

jujhars13/vegeta repository overview

Vegeta Docker on Debian

Docker image for the Vegeta HTTP load testing tool forked from peter-evans/vegeta to give us extra Debian based debug tools.

Usage

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.

Usage in Kubernetes

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"

History

  • 2025-02-14 v1.3.1 forces tls cet update
  • 2025-02-14 v1.3 version bump to latest Vegeta and Debian
  • 2022-02-14 v1.1 version bump to pull in latest security updates to Debian 11 Bullseye

License

MIT License - see the LICENSE file for details

Tag summary

Content type

Image

Digest

sha256:98b05cc9b

Size

49.3 MB

Last updated

over 1 year ago

docker pull jujhars13/vegeta