2016年10月30日 星期日

電腦 Linux 網站壓力測試-Siege


Centos 7 安裝 Siege

yum install zlib zlib-devel libssl-dev openssl-devel

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 -v

Siege使用,可以新建一個url列表的文件,裡面放置相關測試鏈接。

siege -c 20 -r 2 -f www.url
參數說明:
-c 20並發20個用戶
-r 2 重複循環2次
-f www.url任務列表:URL列表

How To Install Siege On Centos 7
相關修改
limit = 255
parser = true

siege -c50 -d3 -t30M -i -f /usr/local/etc/sample_urls
This tells siege to send 50 concurrent users with a random access delay of 1-3 seconds for 30 minutes. -i means randomize url selection and -f tells it to read from the file specified.

Centos Siege測試使用
參數說明


結果說明

沒有留言:

張貼留言

注意:只有此網誌的成員可以留言。