epcim
3/3/2016 - 1:05 PM

siege, http load testing

siege, http load testing



# benchmark
siege -b -t60S http://xyz

# load testing
siege -c50 -d10 -t3M http://some.application.com

# multiple urls
siege -c50 -d10 -i -f site.txt