Loading... ## 前言 BBR 是 Google 提出的一种新型拥塞控制算法,可以使 Linux 服务器显著地提高吞吐量和减少 TCP 连接的延迟。 BBR解决了两个问题: - 再有一定丢包率的网络链路上充分利用带宽。非常适合高延迟,高带宽的网络链路。 - 降低网络链路上的buffer占用率,从而降低延迟。非常适合慢速接入网络的用户。 本次测试服务器是[HostMem](https://www.hostmem.com/?ref=zeruns)的洛杉矶动态云:[https://www.hostmem.com/?ref=zeruns](https://www.hostmem.com/?ref=zeruns) **高性价比和便宜的VPS/云服务器推荐:**[https://blog.zeruns.tech/archives/383.html](https://blog.zeruns.tech/archives/383.html) ## speedtest测速服务搭建 ```shell yum install docker systemctl start docker systemctl enable docker docker pull adolfintel/speedtest docker run -d -p 80:80 adolfintel/speedtest systemctl stop firewalld.service systemctl disable firewalld.service ``` 输入上面命令安装speedtest测速服务后在浏览器地址栏输入你服务器的IP即可打开测速页面 ## BBR和锐速安装脚本 ```shell wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh ``` ## 测速结果 ### 裸机  ### 原版BBR  ### BBR魔改版  ### BBR Plus  ### 锐速  ## 总结 [HostMem](https://www.hostmem.com/?ref=zeruns)的服务器如果不装BBR和锐速这类TCP加速程序带宽根本没法看,但装上后效果好很多,效果最好最稳当的是魔改版BBR。 注:此测试结果不具备普遍性,不同线路不同厂商的服务器结果不同,其他厂商的服务器需要自己测试找出效果最好的。 ## 推荐文章 - 高性价比和便宜的VPS/云服务器推荐:https://blog.zeruns.tech/archives/383.html - 学生优惠权益大全:https://blog.zeruns.tech/archives/321.html - 怎样搭建个人博客:https://blog.zeruns.tech/archives/218.html - 使用阿里云搭建网站并实现站库分离:https://blog.zeruns.tech/archives/513.html - 搭建MC(我的世界)服务器,带Web管理面板:https://blog.zeruns.tech/archives/529.html - 搭建内网穿透服务器,带Web面板:https://blog.zeruns.tech/archives/397.html 最后修改:2020 年 07 月 12 日 © 允许规范转载 打赏 赞赏作者 支付宝微信 赞 如果您觉得我的文章有帮助,请随意赞赏,赞赏有助于激发博主的热情,感谢!
1 条评论
博主,为何我测试程序安装完之后重启之后就打不开了,需要重新再来一次才可以。