閱讀965 返回首頁    go 技術社區[雲棲]


webbench 1.5 for linux 使用說明

工具下載:

webbench-1.5.tar


webbench 測試說明

安裝
make && make install

測試
#webbench -c 1000 -t 60 https://192.168.0.188/


webbench 參數說明
[~#]webbench
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.


-f 不用等待服務端的回複
-r 發送重載請求
-t 時間,秒為單位
-p 使用請求代理服務器
-c 客戶端數

最後更新:2017-04-03 12:54:00

  上一篇:go Android模擬器常用命令收錄
  下一篇:go viewgroup實現item拖動效果