本文主要是介绍webbench 1.5 for linux 使用说明,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
工具下载:
webbench-1.5.tar
webbench 测试说明
安装make && make install
测试
#webbench -c 1000 -t 60 http://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 客户端数
这篇关于webbench 1.5 for linux 使用说明的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!