前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Linux CC压力测试小程序

Linux CC压力测试小程序

作者头像
C4rpeDime
发布2018-12-25 11:40:28
3.4K0
发布2018-12-25 11:40:28
举报
文章被收录于专栏:黑白安全黑白安全黑白安全
提醒

本程序针对使用者对非他人(自己)的站点进行压力测试,达到防御CC攻击为目的,请勿恶意使用!

wget命令下载已经屏蔽境外服务器IP段,禁止使用境外服务器进行下载,如涉及非法使用,本站将提供下载日志!

使用方法

下载

webbench-1.5.tar.gz

tar -zxvf ./webbench-1.5.tar.gz
yum install -y gcc ctags
cd ./webbench-1.5
make &make install
make clean
chmod 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 <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.
演示压测
webbench -t 60 -c 100 http://www.heibai.org/

说明:测试猫先生博客网址, 启动100个客户端同时请求猫先生博客首页,持续60S

目前只支持HTTP方式提交

运行结果
Webbench - Simple Web Benchmark 1.5
Copyright (c) Radim Kolar 1997-2004, GPL Open Source Software.

Benchmarking: GET http://www.heibai.org/
100 clients, running 60 sec.

Speed=2643 pages/min, 5045450 bytes/sec.
Requests: 2641 susceed, 2 failed.
本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2018-12-122,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 提醒
  • 使用方法
  • 使用命令
  • 演示压测
  • 运行结果
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档