ubuntu下用webbench作網站壓力測試

安裝依賴 exuberant-ctags

sudo apt-get install exuberant-ctags

下載源碼並安裝

wget http://blog.s135.com/soft/linux/webbench/webbench-1.5.tar.gz  
tar zxvf webbench-1.5.tar.gz  
cd webbench-1.5  
make && sudo make install

若是提示 make cc command not found

則須要安裝c/c++編譯環境linux

sudo apt-get install build-essential

經常使用方法及指令說明

啓動100個client,訪問網址 http://ip/,持續60秒c++

webbench -c 100 -t 60 http://ip/

運行webbench會輸出指令用法:web

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.
相關文章
相關標籤/搜索