Traffic Generators

From Network Security Wiki
Revision as of 15:33, 21 May 2018 by Amanjosan2008 (talk | contribs) (Created page with " = Siege = Siege is an open source stress / regression test and benchmark utility. siege -c100 -t30S -d10 -b -v aman.info.tm Some Extensions --header="Cookie: SESSb43b2...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Siege

Siege is an open source stress / regression test and benchmark utility.

siege -c100 -t30S -d10 -b -v aman.info.tm

Some Extensions

 --header="Cookie: SESSb43b2d1d084de3872c89b0b125b64564=Jafuk06rppYAXIxWaU0LY2VmqxN997DsKU3BSgfArCM" 
 -f /path/to/some-urls.txt

The some-urls.txt file is just a simple list of URLs on newlines:

http://www.mywebsite.com/about-us
http://www.mywebsite.com/contact-us

Httperf

        This section is under construction.