title | category | layout | intro |
---|---|---|---|
Siege |
Others |
2017/sheet |
[Siege](https://www.joedog.org/siege-home/) is an HTTP and HTTPS load testing tool.
|
siege -b -c=10 -t=5m "http://..."
-c, --concurrent=N
-t, --time=MINSm
-r, --reps=N
-i, --internet Hit URLs randomly
-b, --benchmark No delay between requests
-f, --file=FILE load urls.txt
-R, --rc=FILE load siegerc
-H, --header="Cookie: foo=bar"
-A, --user-agent="Mozilla"
-T, --content-type="text/html"
Also see: siegerc