webbench 壓力測試軟件

1、安裝

wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz
tar -xzvf webbench-1.5.tar.gz
cd webbench-1.5
make && make install 

3、參數

只支持get請求,可設定head參數
常用參數:

  • -c 併發用戶數
  • -t 壓測時長
webbench [option]... URL
  -f|--force               Don't wait for reply from server.
  -r|--reload              Send reload request - Pragma: no-cache.
  -t|--time <sec>          Run benchmark for <sec> seconds. Default 30.
  -p|--proxy <server:port> Use proxy server for request.
  -c|--clients <n>         Run <n> HTTP clients at once. Default one.
  -9|--http09              Use HTTP/0.9 style requests.
  -1|--http10              Use HTTP/1.0 protocol.
  -2|--http11              Use HTTP/1.1 protocol.
  --get                    Use GET request method.
  --head                   Use HEAD request method.
  --options                Use OPTIONS request method.
  --trace                  Use TRACE request method.
  -?|-h|--help             This information.
  -V|--version             Display program version.

3、結果分析

測試方法:

webbench -t 5 -c 10 http://www.baidu.com/

Speed 爲每分鐘多個個請求
Requests 成功多少個請求,失敗多少個請求

Webbench-SimpleWebBenchmark1.5
Copyright(c)RadimKolar1997-2004,GPLOpenSourceSoftware.

Benchmarking:GEThttp://www.baid.com/
10 clients, running 5 sec.

Speed = 192 pages/min, 639 bytes/sec.
Requests: 16 susceed, 0 failed.

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章