Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 699 Bytes

siege.md

File metadata and controls

49 lines (36 loc) · 699 Bytes
title category layout intro
Siege
Others
2017/sheet
[Siege](https://www.joedog.org/siege-home/) is an HTTP and HTTPS load testing tool.

Basic usage

siege -b -c=10 -t=5m "http://..."

Options

Repetitions

-c, --concurrent=N
-t, --time=MINSm
-r, --reps=N

Modes

-i, --internet       Hit URLs randomly
-b, --benchmark      No delay between requests

Configuration

-f, --file=FILE      load urls.txt
-R, --rc=FILE        load siegerc

Headers

-H, --header="Cookie: foo=bar"
-A, --user-agent="Mozilla"
-T, --content-type="text/html"

References

Also see: siegerc