代码改变世界

how-to-install-siege-on-centos-7

2016-10-11 17:12  Wizardlsw  阅读(1123)  评论(0编辑  收藏  举报

https://www.joedog.org/siege-home/

https://roastahost.com/how-to-install-siege-on-centos-7/ (Works!)

 

 

yum update -y

yum install wget nano build-essential zlib zlib-devel libssl-dev openssl-devel -y

yum group install development tools

wget http://download.joedog.org/siege/siege-latest.tar.gz

tar -zxvf siege-latest.tar.gz

cd siege-*/

./configure --with-ssl

make && make install

siege.config

siege -C