BBR/BBR Plus/BBR魔改版/锐速加速效果对比和测试方法
前言
BBR 是 Google 提出的一种新型拥塞控制算法,可以使 Linux 服务器显著地提高吞吐量和减少 TCP 连接的延迟。
BBR解决了两个问题:
- 再有一定丢包率的网络链路上充分利用带宽。非常适合高延迟,高带宽的网络链路。
- 降低网络链路上的buffer占用率,从而降低延迟。非常适合慢速接入网络的用户。
本次测试服务器是HostMem的洛杉矶动态云:https://www.hostmem.com/?ref=zeruns
高性价比和便宜的VPS/云服务器推荐:https://blog.zeruns.tech/archives/383.html
speedtest测速服务搭建
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和锐速安装脚本
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的服务器如果不装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