首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏开源部署

    Ubuntu配置Apache2.4的限速功能

    cd /tmp (cat <<EOF <Directory /home/hursing/mylimiteddir/>     SetOutputFilter RATE_LIMIT     SetEnv rate-limit 30 </Directory> EOF ) > ratelimit.conf # 以上 SetEnv rate-limit 后面的数字就是限制的速度,单位是KB。

    57120编辑于 2022-06-29
  • 来自专栏linux教程

    Ubuntu系统配置apache2.4的限速功能shell脚本分享

    /bin/bash #cd到临时目录创建配置文件 cd /tmp (cat     SetOutputFilter RATE_LIMIT     SetEnv rate-limit 30 EOF ) > ratelimit.conf # 以上 SetEnv rate-limit 后面的数字就是限制的速度,单位是KB。

    45010编辑于 2023-04-26
  • 来自专栏poslua

    Kong 插件加载机制概述

    这个貌似不太好理解,我这里来举个例子: 假设现在有两个 API: /foo, /bar; 两个 Consumer: c1, c2 如果想让 c1 在调用 /foo 时启用插件 rate-limit, 这里只需要为 /foo 添加 rate-limit 插件并指定 c1 Consumer 即可。 这里并不能单独为 c1 配置 consumer 插件,因为这样会使 c1 消费 /bar 时也调用 rate-limit 插件,显然是不符合需求的。 那么完全可能有同一插件在不同方式上均应用的情况,比如:rate-limit 插件既应用于 consumer 上,又应用于 api 上,那么这时候哪个生效? 答案是:consumer 上的 rate-limit 生效。Kong 在处理上述四种方式插件冲突的优先级是: ? 注意:这里并不是插件的执行顺序,而是处理插件冲突的优先级。 3.

    2.1K30发布于 2019-08-19
  • 来自专栏葫芦

    teg zte f822 onu 常用配置举例

    1、端口限速,实际下载速度为 rate-limit 1024/8 由于相对于用户为发送数据设置out方向,限制用户下载,in方向为上传。 configure interface fei_0/2/16 traffic-shape rate-limit 1024 bucket-size 200 out switchport default

    89750发布于 2019-05-09
  • 来自专栏poslua

    Kong 插件非官方 FAQ

    但是插件不同应用方式是可以添加相同的插件的,比如:API 可以添加 rate-limit 插件;Consumer 同样可以添加 rate-limit,只不过最后只有一个会生效。 3.

    1.8K30发布于 2019-08-19
  • 来自专栏网络工程师

    交换机配置

    DHCP地址池的配置 图片 创建DHCP dhcp enable dhcp server request-packet all-interface enable dhcp rate-limit disable

    78720编辑于 2023-05-12
  • 来自专栏全栈程序员必看

    car 承诺访问速率committed access rate

    ,只支持IP流量,不支持以太网通道 2600以上路由器 ip cef access-list 1 permit host 192.168.10.30 int f0/1 rate-limit

    76420发布于 2021-07-27
  • 来自专栏FreeBuf

    一款针对网站的网络侦察和信息收集工具

    ) 检查Github 递归扫描目录/文件 使用认证Cookie执行扫描任务 支持—profil选项绕过profil页面 HTML格式报告 同时支持Python 2.x和Python 3.x环境 支持“rate-limit HEADER --exclude EXCLUDE 通过定义一个页面或响应码状态类型来排除某个页面 --timesleep TS 如果扫描过程中目标站点不稳定,可以使用timesleep/rate-limit

    85410发布于 2020-09-22
  • 来自专栏开源部署

    基于GNS3的SSL配置

    1500 mtu inside 1500 mtu dmz 1500 no failover no monitor-interface service-module icmp unreachable rate-limit 1 burst-size 1 no asdm history enable arp timeout 14400 no arp permit-nonconnected arp rate-limit 8192

    78420编辑于 2022-07-25
  • 来自专栏landv

    烽火2640路由器命令行手册-08-服务质量配置命令

    第5章   CAR配置命令 5.1  CAR配置命令 CAR配置命令包括: l   rate-limit l   show rate-limit 5.1.1   rate-limit 配置速率限制 rate-limit [input | output]  [all | access-group name] bps no rate-limit [input | output]  [all | access-group 10.0.0.1 255.255.255.0 Router_config_f0/0#rate-limit input access-group  aaa  6000000 5.1.2   show rate-limit 显示速率限制信息 show rate-limit interface-type interface-number 参数 参数 参数说明 interface-type 端口类型。 相关命令 无 示例 Router_config#show rate-limit interface fastethernet 0/0

    1K20发布于 2018-12-17
  • 来自专栏DeepHub IMBA

    并行多智能体系统的协调测试实战:从轨迹捕获到CI/CD的六个步骤

    Dallas Agent │ │ Las Vegas Agent │ │ SF Agent │ │ Shift load to │ │ Absorb transit │ │ Rate-limit Impact: HIGH | Regions: NYC, DAL, LV, SF] ┌─ nyc_agent [Load shift: 30% → NJ peer | Rate-limit dallas_agent [Transit absorption: 38% | Carrier notified] ├─ lv_agent [CDN rate-limit

    12910编辑于 2026-02-27
  • 来自专栏开源部署

    Apache站点优化-下载限速

    limitipconn_module modules/mod_limitipconn.so <Location /baism> SetOutputFilter RATE_LIMIT SetEnv rate-limit

    2.4K10编辑于 2022-09-15
  • 来自专栏yulate的网络安全技术分析

    nuclei 安装使用

    no-interactsh disable interactsh server for OAST testing, exclude OAST based templates RATE-LIMIT : -rl, -rate-limit int maximum number of requests to send per second (default 150) -

    5.3K20编辑于 2023-05-02
  • 来自专栏FreeBuf

    如何使用NoMore403在网络安全评估中绕过HTTP 40X错误

    shown; -x, --proxy(字符串):指定请求使用的代理服务器,例如'http://server:port'; --random-agent:使用随机选择的User-Agent; -l, --rate-limit

    73310编辑于 2024-06-25
  • 来自专栏FreeBuf

    如何使用Upload_Bypass实现文件上传限制绕过

    ::提供一个状态文件以恢复未完成的扫描任务; -o OUTPUT_DIRECTORY, --output OUTPUT_DIRECTORY:设置输出结果存储目录路径; -rl NUMBER, --rate-limit

    1K40编辑于 2023-10-07
  • 基于 Redis +Lua+ ZooKeeper 的轻量级内嵌式限流

    4.2 ZooKeeper:动态规则中心所有限流规则存于 ZK 节点,结构如下:/rate-limit/config ├── /global → {"limit": 1000, "windowSeconds com.yourcompany</groupId> <artifactId>rate-limit-starter</artifactId> </dependency>2.配置 Redis & ZooKeeper 地址rate-limit

    32310编辑于 2025-11-27
  • 来自专栏python3

    router6 QoS 3管制与×××

    sh policy-map int s1/1 切记:不要用R3#sh traffic-shape 凡是使用MQC配置,都是使用sh policy-map来查看效果 7、policy--->CAR rate-limit

    60920发布于 2020-01-14
  • 来自专栏FreeBuf

    如何在漏洞奖励任务中使用Nodesub高效寻找子域名

    file> 使用ASN执行子域名枚举 -dns, --dnsenum 启用DNS枚举(速度会很慢) -rl, --rate-limit

    49110编辑于 2023-12-06
  • 来自专栏网络之路

    小型企业无线网部署(案例2):三个无线常见组网场景,掌握了说明你开始进阶了~

    wlan-traffic-prof-WIFI-GUEST]user-isolate l2 基于客户端的限速(下载给2mb,上行给1mb,vap是限制这个业务模板的整体速率) [AC6005-wlan-traffic-prof-WIFI-GUEST]rate-limit client down 2048 [AC6005-wlan-traffic-prof-WIFI-GUEST]rate-limit client up 1024 [AC6005-wlan-traffic-prof-WIFI-GUEST ]rate-limit vap down 20480 [AC6005-wlan-traffic-prof-WIFI-GUEST]rate-limit vap up 10240 通常情况下,我们会限制访客的速率

    3.4K10编辑于 2024-01-08
  • 来自专栏罗西的思考

    [源码分析] 并行分布式任务队列 Celery 之 Timer & Heartbeat

    2.2 Thread-less VS Thread-based 对于 Transport,某些 rate-limit implementation(比如 RabbitMQ / Redis ) 为了减少开销 具体可以参见下面源码中的注释: - RabbitMQ/Redis: thread-less and lock-free rate-limit implementation. overhead when used with RabbitMQ/Redis or future transports using the event-loop, and that the rate-limit

    1.1K20发布于 2021-05-10
领券