sentinel 控制台讲解-流控规则 QPS和线程数的区别
Sentinel
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
项目地址:https://gitcode.com/gh_mirrors/sentine/Sentinel
免费下载资源
·
QPS 类似于银行的保安 >
所有的请求到Sentinel 后,他会根据阈值放行,超过报错
https://blog.csdn.net/qq_41712271/article/details/118330190?spm=1001.2014.3001.5501
线程数类似于银行的窗口>
所有的请求会被放进来,但如果阈值设置为1 那么,其他的请求就会报错
也就是,银行里只有一个窗口,一个人在办理业务中,其他人跑过来则会告诉你,不行,没到你
https://blog.csdn.net/qq_41712271/article/details/118333263?spm=1001.2014.3001.5501
区别对比图
GitHub 加速计划 / sentine / Sentinel
22.24 K
7.98 K
下载
alibaba/Sentinel: Sentinel 是阿里巴巴开源的一款面向分布式服务架构的流量控制、熔断降级组件,提供实时监控、限流、降级和系统保护功能,适用于微服务治理场景。
最近提交(Master分支:3 个月前 )
195150bc
* fix issue 2485 which occur oom when using async servlet request.
* optimize imports
* 1. fix the same issue in the webmvc-v6x
2. improve based on review comments 2 个月前
b78b09d3
2 个月前
更多推荐
已为社区贡献11条内容
所有评论(0)