日韩高清在线免费不卡性生活毛片,亚洲av综合第一页,亚洲美女被操,一级无遮挡理论片

Web壓力測(cè)試工具Siege下載 最新軟件|熱門排行|軟件分類|軟件專題|廠商大全

您的位置: 首頁(yè)網(wǎng)絡(luò)軟件服務(wù)器區(qū) → siege壓力測(cè)試post v2.73b1 開源版

siege壓力測(cè)試post

v2.73b1 開源版 siege壓力測(cè)試post 網(wǎng)友評(píng)分:8

同類相關(guān)軟件

軟件介紹

軟件標(biāo)簽: WEB Siege

Siege是一個(gè)壓力測(cè)試和評(píng)測(cè)工具,設(shè)計(jì)用于WEB開發(fā)這評(píng)估應(yīng)用在壓力下的承受能力:可以根據(jù)配置對(duì)一個(gè)WEB站點(diǎn)進(jìn)行多用戶的并發(fā)訪問(wèn),記錄每個(gè)用戶所有請(qǐng)求過(guò)程的相應(yīng)時(shí)間,并在一定數(shù)量的并發(fā)訪問(wèn)下重復(fù)進(jìn)行。

Siege 2.73b1 發(fā)布,該版本修復(fù)了 kfreebsd-* 內(nèi)核下的編譯問(wèn)題,同時(shí)利用 /dev/urandom 來(lái)提升隨機(jī)性。

安裝方法

編譯安裝

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

tar -zxvf siege-latest.tar.gz

cd siege-2.72/

./configure

make

make install

通過(guò)包安裝

Debian/ubuntu

apt-get install siege

centos

yum install siege

二、參數(shù)詳解

命令行參數(shù)說(shuō)明:

-C,或–config 在屏幕上打印顯示出當(dāng)前的配置,配置是包括在他的配置文件HOME/.siegerc

-f FILE, –file=FILE 指定用特定的urls文件運(yùn)行siege ,默認(rèn)為urls.txt,位于siege 安裝目錄下的etc/urls.txt

-u URL,–url=URL 測(cè)試指定的一個(gè)URL,對(duì)它進(jìn)行”siege “,此選項(xiàng)會(huì)忽略有關(guān)urls文件的設(shè)定

-b 進(jìn)行壓力測(cè)試,不進(jìn)行延時(shí)。

-A, —user-agent=”text” 設(shè)置請(qǐng)求的User-Agent

siegerc設(shè)定檔說(shuō)明:

verbose :要不要顯示過(guò)程。

display-id :顯示過(guò)程的時(shí)候,要不要顯示模擬user的id

show-logfile :跑完之后要不要顯示log資訊

logging :要不要log到檔案

logfile :要log到檔案的話,檔名是什么

protocol :HTTP通訊協(xié)定( HTTP/1.1或HTTP/1.0 兩者擇一)

connection :keep-alive表示模擬成persistent connection(寫close則反之)

concurrent :模擬有幾個(gè)user來(lái)沖

time :跑多久之后停止( H=hours, M=minutes, S=seconds)

reps :每一個(gè)concurrent沖幾次。

file :多個(gè)目的url情形下的url檔案位置。

url :?jiǎn)我籾rl情形下的指定url

delay :非benchmakr行況下,每個(gè)模擬user隨機(jī)延遲0到這個(gè)數(shù)字(單位:秒)。

timeout :socket connection timeout(單位:秒)。

failures :socket失敗次數(shù)(timeouts, connection failures)到達(dá)這個(gè)數(shù)字就停下來(lái)。

internet :隨機(jī)從urls.txt抓出url,否則從urls.txt循序。

benchmark :跑benchmark模式的話,siege將不會(huì)在每個(gè)connection間delay,適合拿來(lái)做load testing.

user-agent :送出的agent識(shí)別

login :WWW-Authenticate login( login = jdfulmer:topsecret:Admin )(非form based)

username,password :也是login用的(非form based)

Login URL :每一個(gè)模擬user都必需經(jīng)過(guò)的第一個(gè)login url( form based)

proxy-host,proxy-port,proxy-login :使用proxy的話要填這個(gè)。(proxy-login: jeff:secret:corporate)

follow-location :redirection support

zero-data-ok :接不接受zero-length data

chunked :HTTP/1.1需要chunked encoding

三、用法舉例

siege -c 300 -r 100 -f url.txt

說(shuō)明:-c是并發(fā)量,-r是重復(fù)次數(shù)。url.txt就是一個(gè)文本文件,里面是要測(cè)試的url,url.txt每行都是一個(gè)url。

urls.txt文件是很多行待測(cè)試URL的列表以換行符斷開,格式為:

[protocol://]host.domain.com[:port][path/to/file]

url.txt內(nèi)容:

http://192.168.80.166/01.jpg

http://192.168.80.166/02.jpg

http://192.168.80.166/03.jpg

http://192.168.80.166/04.jpg

http://192.168.80.166/05.jpg

http://192.168.80.166/06.jpg

結(jié)果說(shuō)明:

** SIEGE 2.72

** Preparing 10 concurrent users for battle.

The server is now under siege..      done.

Transactions:                 300 hits  #已完成的事務(wù)總署

Availability:              100.00 %   #完成的成功率

Elapsed time:                0.08 secs   #總共使用的時(shí)間

Data transferred:            0.94 MB   #響應(yīng)中數(shù)據(jù)的總大小

Response time:                0.00 secs   #顯示網(wǎng)絡(luò)連接的速度

Transaction rate:         3750.00 trans/sec  #平均每秒完成的事務(wù)數(shù)

Throughput:               11.79 MB/sec  #平均每秒傳送的數(shù)據(jù)量

Concurrency:                8.50  #實(shí)際最高并發(fā)鏈接數(shù)

Successful transactions:         300  #成功處理的次數(shù)

Failed transactions:               0    #失敗處理的次數(shù)

Longest transaction:            0.01   #最長(zhǎng)事務(wù)處理的時(shí)間

Shortest transaction:            0.00   #最短事務(wù)處理時(shí)間

四、常用的siege命令舉例

200個(gè)并發(fā)對(duì)www.google.com發(fā)送請(qǐng)求100次

siege -c 200 -r 100 http://www.google.com

在urls.txt中列出所有的網(wǎng)址

siege -c 200 -r 100 -f urls.txt

隨機(jī)選取urls.txt中列出所有的網(wǎng)址

siege -c 200 -r 100 -f urls.txt -i

delay=0,更準(zhǔn)確的壓力測(cè)試,而不是功能測(cè)試

siege -c 200 -r 100 -f urls.txt -i -b

指定http請(qǐng)求頭 文檔類型

siege -H "Content-Type:application/json" -c 200 -r 100 -f urls.txt -i -b

五、Siege使用的一些總結(jié)

發(fā)送post請(qǐng)求時(shí),url格式為:http://www.xxxx.com/ POST p1=v1&p2=v2

如果url中含有空格和中文,要先進(jìn)行url編碼,否則siege發(fā)送的請(qǐng)求url不準(zhǔn)確

siege自身感覺(jué)也是有瓶頸的,并發(fā)數(shù)最大也就1000,再提高就會(huì)報(bào)下面這樣的錯(cuò)誤

[error] socket: unable to connect sock.c:222: Operation already in progress socket: connection timed out

這樣最終導(dǎo)致測(cè)試結(jié)果怎么都沒(méi)法超過(guò)2W每秒的請(qǐng)求,所以就把siege -c 1000 -r 100 -i -b -f url.txt 放到shell中并發(fā)執(zhí)行

#!/bin/bash

user_agent="Siege 1.0"

siege_rc="siege.rc"

concurrent=150

repet=200

siege_single_urls="singleurl.txt"

siege_prefix_urls="prefixurl.txt"

for i in {1..10}

do

siege -c $concurrent -r $repet -i -b -f $siege_single_urls -R $siege_rc -A "$user_agent" &;

done

軟件截圖

下載地址 電腦版

用戶評(píng)論

熱門評(píng)論

最新評(píng)論

發(fā)表評(píng)論 查看所有評(píng)論(0)

昵稱:
請(qǐng)不要評(píng)論無(wú)意義或臟話,我們所有評(píng)論會(huì)有人工審核.
字?jǐn)?shù): 0/500 (您的評(píng)論需要經(jīng)過(guò)審核才能顯示)