说明:
BBR是 Google 提出的一种新型拥塞控制算法,可以使 Linux 服务器显著地提高吞吐量和减少 TCP 连接的延迟
下面是一个六合一的TCP网络加速脚本,其包括了BBR原版、BBR plus、BBR2、Lotsever(锐速)、Xanmod、Zen内核安装脚本。该脚本由ylx2016制作。可用于KVMXen架构,不兼容OpenVZ(OVZ)。支持Centos 6+ / Debian 7+ / Ubuntu 14+。
预先安装环境:
Centos:
yum install ca-certificates wget -y && update-ca-trust force-enable
Debian:
apt-get install ca-certificates wget -y && update-ca-certificate
卸载原内核安装脚本:
wget -O tcp.sh "https://git.io/coolspeeda" && chmod +x tcp.sh && ./tcp.sh
不卸载原内核安装脚本:
wget -O tcpx.sh "https://git.io/JYxKU" && chmod +x tcpx.sh && ./tcpx.sh
安装完成后检查内核:
grubby --info=ALL|awk -F= '$1=="kernel" {print i++ " : " $2}'
运行图:
最后更新 2022-05-20