Home | Mirror | Search

第 18 章 Siege

http://www.joedog.org/index/siege-home

Debian/Ubuntu

neo@debian:~$ apt-cache search Siege
siege - Http regression testing and benchmarking utility

neo@debian:~$ sudo apt-get install siege
		

.siegerc

verbose = false
internet = true
benchmark = true
		

siege參數介紹

參數

參數

siege -c 1000 -d 30 http://172.16.0.8/
		
siege -c 1000 -r 50 -i -b -t 2 -d 30 -f test.txt

cat test.txt
http://172.16.0.2/index.html
http://172.16.0.2/list.html
http://172.16.0.2/product.html
http://172.16.0.2/login.html
		
comments powered by Disqus