siege.config

HTTP regression testing and benchmarking utility

Install

All systems
curl cmd.cat/siege.config.sh
Debian Debian
apt-get install siege
Ubuntu
apt-get install siege
Arch Arch Linux
pacman -S siege
image/svg+xml Kali Linux
apt-get install siege
Fedora
dnf install siege
Windows (WSL2)
sudo apt-get update sudo apt-get install siege
OS X
brew install siege
Raspbian
apt-get install siege

siege

HTTP regression testing and benchmarking utility

Siege is an regression test and benchmark utility. It can stress test a single URL with a user defined number of simulated users, or it can read many URLs into memory and stress them simultaneously. The program reports the total number of hits recorded, bytes transferred, response time, concurrency, and return status. Siege supports HTTP/1.0 and 1.1 protocols, the GET and POST directives, cookies, transaction logging, and basic authentication. Its features are configurable on a per user basis. Note: this package contains siege with HTTPS support turned on, thus it obsoletes siege-ssl package now.