webbench,linux下併發測試工具

測試工具:webbenchphp

  • 優勢:比ab能更好的模擬併發請求,最大支持模擬30000併發鏈接;html

測試方法linux

1
2
3
4
5
6
7
8
# 安裝wenbench
wget http: //blog .s135.com /soft/linux/webbench/webbench-1 .5. tar .gz
tar  xf webbench-1.5. tar .gz
cd  webbench-1.5
make  && make  install
# 測試
webbench -c 100 -t 30 http: //172 .16.25.112 /nginx .html # 測試靜態文件訪問
webbench -c 20 -t 30 http: //172 .16.25.112 /test_mem .php # 測試動態文件訪問
  1. root@jack-desktop:~/software/webbench-1.5# webbench --help  
  2. webbench [option]... URL  
  3.   -f|--force               Don't wait for reply from server.  
  4.   -r|--reload              Send reload request - Pragma: no-cache.  
  5.   -t|--time <sec>          Run benchmark for <sec> seconds. Default 30.  
  6.   -p|--proxy <server:port> Use proxy server for request.  
  7.   -c|--clients <n>         Run <n> HTTP clients at once. Default one.  
  8.   -9|--http09              Use HTTP/0.9 style requests.  
  9.   -1|--http10              Use HTTP/1.0 protocol.  
  10.   -2|--http11              Use HTTP/1.1 protocol.  
  11.   --get                    Use GET request method.  
  12.   --head                   Use HEAD request method.  
  13.   --options                Use OPTIONS request method.  
  14.   --trace                  Use TRACE request method.  
  15.   -?|-h|--help             This information.  
  16.   -V|--version             Display program version.  
  17. root@jack-desktop:~/software/webbench-1.5#   
相關文章
相關標籤/搜索