赞
踩
提醒
本程序针对使用者对非他人(自己)的站点进行压力测试,达到防御CC攻击为目的,请勿恶意使用!
wget命令下载已经屏蔽境外服务器IP段,禁止使用境外服务器进行下载,如涉及非法使用,本站将提供下载日志!
使用方法
下载tar -zxvf ./webbench-1.5.tar.gzyum install -y gcc ctagscd ./webbench-1.5
make &make install
make cleanchmod 777 /usr/local/man
使用命令webbench [option]... URL
-f|--force Don't wait for reply from server.
-r|--reload Send reload request - Pragma: no-cache.
-t|--time Run benchmark for seconds. Default 30.
-p|--proxy Use proxy server for request.
-c|--clients Run 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.
演示压测webbench -t 60 -c 100 https://www.heibai.org/
说明:测试猫先生博客网址, 启动100个客户端同时请求猫先生博客首页,持续60S
目前只支持HTTP方式提交
运行结果Webbench - Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.
Benchmarking: GET https://www.heibai.org/
100 clients, running 60 sec.
Speed=2643 pages/min, 5045450 bytes/sec.
Requests: 2641 susceed, 2 failed.
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。