siege Command Examples

HTTP loadtesting and benchmarking tool. More information: https://www.joedog.org/siege-manual/.

siege {{https://example.com}}

siege --file {{path/to/url_list.txt}}

siege --internet --file {{path/to/url_list.txt}}

siege --benchmark --file {{path/to/url_list.txt}}

siege --concurrent={{50}} --file {{path/to/url_list.txt}}

siege --time={{30s}} --file {{path/to/url_list.txt}}