Sign inSign up

ttyse/siege

By ttyse

Updated 3 months ago

Containerized version of Siege, a powerful HTTP load testing and benchmarking tool

Image
Networking
Developer tools
Monitoring & observability
0

5.2K

ttyse/siege repository overview

ttyse/siege - powerful HTTP load testing and benchmarking tool

This repository provides a Dockerfile to build a containerized version of Siege, a powerful HTTP load testing and benchmarking tool.

Built upon a debian slim image, autobuilt and pushed once a week.

Table of Contents


Using the Docker Image

Run the Siege container using the following command:

docker run --rm ttyse/siege:latest --help

To test a URL, pass it as an argument to the container:

docker run --rm ttyse/siege:latest https://example.com

You can also bind local configuration files or volumes if needed:

docker run --rm -v $(pwd)/config:/root/.siege ttyse/siege:latest https://example.url

For more advanced usage and options, refer to the Siege Manual.

Refer to Siege Documentation

For detailed information on how to configure and use Siege, refer to its official documentation: https://www.joedog.org/siege-manual/.

Tag summary

Content type

Image

Digest

sha256:11ef9f27a

Size

45.4 MB

Last updated

3 months ago

docker pull ttyse/siege