• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            大龍的博客

            常用鏈接

            統計

            最新評論

            【轉】Linux下四款Web服務器壓力測試工具(http_load、webbench、ab、siege)介紹

            一、http_load
            程序非常小,解壓后也不到100K
            http_load以并行復用的方式運行,用以測試web服務器的吞吐量與負載。但是它不同于大多數壓力測試工具,它可以以一個單一的進程運行,一般不會把客戶機搞死。還可以測試HTTPS類的網站請求。

            下載地址:http://soft.vpser.net/test/http_load/http_load-12mar2006.tar.gz

            安裝
            #tar zxvf http_load-12mar2006.tar.gz
            #cd http_load-12mar2006
            #make && make install

            命令格式:http_load  -p 并發訪問進程數  -s 訪問時間  需要訪問的URL文件
            參數其實可以自由組合,參數之間的選擇并沒有什么限制。比如你寫成http_load -parallel 5 -seconds
            300 urls.txt也是可以的。我們把參數給大家簡單說明一下。
            -parallel 簡寫-p :含義是并發的用戶進程數。
            -fetches 簡寫-f :含義是總計的訪問次數
            -rate    簡寫-p :含義是每秒的訪問頻率
            -seconds簡寫-s :含義是總計的訪問時間
            準備URL文件:urllist.txt,文件格式是每行一個URL,URL最好超過50-100個測試效果比較好.文件格式如下:
            http://www.vpser.net/uncategorized/choose-vps.html
            http://www.vpser.net/vps-cp/hypervm-tutorial.html
            http://www.vpser.net/coupons/diavps-april-coupons.html
            http://www.vpser.net/security/vps-backup-web-mysql.html
            例如:
            http_load -p 30 -s 60  urllist.txt
            參數了解了,我們來看運行一條命令來看看它的返回結果
            命令:% ./http_load -rate 5 -seconds 10 urls說明執行了一個持續時間10秒的測試,每秒的頻率為5。
            49 fetches, 2 max parallel, 289884 bytes, in 10.0148 seconds5916 mean bytes/connection4.89274
            fetches/sec, 28945.5 bytes/secmsecs/connect: 28.8932 mean, 44.243 max, 24.488 minmsecs/first
            -response: 63.5362 mean, 81.624 max, 57.803 minHTTP response codes: code 200 — 49

            結果分析:
            1.49 fetches, 2 max parallel, 289884 bytes, in 10.0148 seconds
            說明在上面的測試中運行了49個請求,最大的并發進程數是2,總計傳輸的數據是289884bytes,運行的時間是10.0148秒
            2.5916 mean bytes/connection說明每一連接平均傳輸的數據量289884/49=5916
            3.4.89274 fetches/sec, 28945.5 bytes/sec
            說明每秒的響應請求為4.89274,每秒傳遞的數據為28945.5 bytes/sec
            4.msecs/connect: 28.8932 mean, 44.243 max, 24.488 min說明每連接的平均響應時間是28.8932 msecs,最大的響應時間44.243 msecs,最小的響應時間24.488 msecs
            5.msecs/first-response: 63.5362 mean, 81.624 max, 57.803 min
            6、HTTP response codes: code 200 — 49     說明打開響應頁面的類型,如果403的類型過多,那可能

            要注意是否系統遇到了瓶頸。
            特殊說明:
            測試結果中主要的指標是 fetches/sec、msecs/connect 這個選項,即服務器每秒能夠響應的查詢次數,用這個指標來衡量性能。似乎比 apache的ab準確率要高一些,也更有說服力一些。
            Qpt-每秒響應用戶數和response time,每連接響應用戶時間。
            測試的結果主要也是看這兩個值。當然僅有這兩個指標并不能完成對性能的分析,我們還需要對服務器的cpu、men進行分析,才能得出結論

            二、webbench

            webbench是Linux下的一個網站壓力測試工具,最多可以模擬3萬個并發連接去測試網站的負載能力。下載地址可以到google搜,我這里給出一個
            下載地址:http://soft.vpser.net/test/webbench/webbench-1.5.tar.gz
            這個程序更小,解壓后不到50K,呵呵

            安裝
            #tar zxvf webbench-1.5.tar.gz
            #cd webbench-1.5
            #make && make install
            會在當前目錄生成webbench可執行文件,直接可以使用了

            用法:
            webbench -c 并發數 -t 運行測試時間 URL
            如:
            webbench -c 5000 -t 120 http://www.163.com

            三、ab
            ab是apache自帶的一款功能強大的測試工具
            安裝了apache一般就自帶了,
            用法可以查看它的說明

            $ ./ab
            ./ab: wrong number of arguments
            Usage: ./ab [options] [http://]hostname[:port]/path
            Options are:
            -n requests Number of requests to perform
            -c concurrency Number of multiple requests to make
            -t timelimit Seconds to max. wait for responses
            -p postfile File containing data to POST
            -T content-type Content-type header for POSTing
            -v verbosity How much troubleshooting info to print
            -w Print out results in HTML tables
            -i Use HEAD instead of GET
            -x attributes String to insert as table attributes
            -y attributes String to insert as tr attributes
            -z attributes String to insert as td or th attributes
            -C attribute Add cookie, eg. ‘Apache=1234. (repeatable)
            -H attribute Add Arbitrary header line, eg. ‘Accept-Encoding: gzip’
            Inserted after all normal header lines. (repeatable)
            -A attribute Add Basic WWW Authentication, the attributes
            are a colon separated username and password.
            -P attribute Add Basic Proxy Authentication, the attributes
            are a colon separated username and password.
            -X proxy:port Proxyserver and port number to use
            -V Print version number and exit
            -k Use HTTP KeepAlive feature
            -d Do not show percentiles served table.
            -S Do not show confidence estimators and warnings.
            -g filename Output collected data to gnuplot format file.
            -e filename Output CSV file with percentages served
            -h Display usage information (this message)
            參數眾多,一般我們用到的是-n 和-c
            例如:
            ./ab -c 1000 -n 100 http://www.vpser.net/index.php這個表示同時處理1000個請求并運行100次index.php文件.

            四、Siege
            一款開源的壓力測試工具,可以根據配置對一個WEB站點進行多用戶的并發訪問,記錄每個用戶所有請求過程的相應時間,并在一定數量的并發訪問下重復進行。
            官方:http://www.joedog.org/
            Siege下載:http://soft.vpser.net/test/siege/siege-2.67.tar.gz
            解壓:
            # tar -zxf siege-2.67.tar.gz
            進入解壓目錄:
            # cd siege-2.67/
            安裝:
            #./configure ; make
            #make install

            使用
            siege -c 200 -r 10 -f example.url
            -c是并發量,-r是重復次數。 url文件就是一個文本,每行都是一個url,它會從里面隨機訪問的。

            example.url內容:

            http://www.licess.cn
            http://www.vpser.net
            http://soft.vpser.net

            結果說明
            Lifting the server siege… done.
            Transactions: 3419263 hits //完成419263次處理
            Availability: 100.00 % //100.00 % 成功率
            Elapsed time: 5999.69 secs //總共用時
            Data transferred: 84273.91 MB //共數據傳輸84273.91 MB
            Response time: 0.37 secs //相應用時1.65秒:顯示網絡連接的速度
            Transaction rate: 569.91 trans/sec //均每秒完成 569.91 次處理:表示服務器后
            Throughput: 14.05 MB/sec //平均每秒傳送數據
            Concurrency: 213.42 //實際最高并發數
            Successful transactions: 2564081 //成功處理次數
            Failed transactions: 11 //失敗處理次數
            Longest transaction: 29.04 //每次傳輸所花最長時間
            Shortest transaction: 0.00 //每次傳輸所花最短時間

            posted on 2011-09-21 01:11 大龍 閱讀(291) 評論(0)  編輯 收藏 引用

            久久久久亚洲精品中文字幕 | 国产日产久久高清欧美一区| 无码人妻久久一区二区三区| 久久久无码精品亚洲日韩按摩 | 91久久九九无码成人网站| 久久精品成人一区二区三区| 亚洲午夜精品久久久久久app| 亚洲第一极品精品无码久久| 一本一道久久精品综合| 2021国内精品久久久久久影院| 久久精品麻豆日日躁夜夜躁| 久久国产综合精品五月天| 97久久国产综合精品女不卡| 一级做a爱片久久毛片| 精品久久久久久99人妻| 亚洲午夜久久久久久久久电影网| 99久久99久久久精品齐齐| 色诱久久av| 91麻豆精品国产91久久久久久| 久久久久亚洲精品日久生情| 成人a毛片久久免费播放| 久久久久99精品成人片欧美 | 99久久无色码中文字幕| 午夜视频久久久久一区| 久久综合久久久| 国产成年无码久久久久毛片| 久久久久人妻一区二区三区| 青青草国产97免久久费观看| 国产精品免费看久久久香蕉| 大伊人青草狠狠久久| 久久人爽人人爽人人片AV | 久久久噜噜噜久久中文字幕色伊伊| 日本久久久久亚洲中字幕| 久久综合久久综合亚洲| 色诱久久av| 久久妇女高潮几次MBA| 久久国语露脸国产精品电影| 亚洲AV日韩AV永久无码久久| 久久久久久久久无码精品亚洲日韩| 久久婷婷是五月综合色狠狠| 婷婷久久香蕉五月综合加勒比|