Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Siege cheatsheet
[go: Go Back, main page]

Siege 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

0 Comments for this cheatsheet. Write yours!