BBRplus

脚本安装方法:

不要在生产环境使用一键脚本,建议手动安装,进不了系统用vnc切内核

一键脚本(仅CentOS):

wget "https://github.com/a8866051/bbrplus/raw/master/ok_bbrplus_centos.sh" && chmod +x ok_bbrplus_centos.sh && ./ok_bbrplus_centos.sh

安装后,执行uname -r,显示4.14.129-bbrplus则切换内核成功
执行lsmod | grep bbr,显示有bbrplus则开启成功

手动安装方法:

卸载本机的锐速(如果有)

下载内核

wget https://github.com/a8866051/bbrplus/raw/master/centos7/x86_64/kernel-4.14.129-bbrplus.rpm

安装内核

yum install -y kernel-4.14.129-bbrplus.rpm

切换启动内核

grub2-set-default 'CentOS Linux (4.14.129-bbrplus) 7 (Core)'

设置fq

echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf

设置bbrplus

echo "net.ipv4.tcp_congestion_control=bbrplus" >> /etc/sysctl.conf

重启

reboot

检查内核版本

uname -r

显示4.14.129-bbrplus则成功

检查bbrplus是否已经启动

lsmod | grep bbrplus

显示有tcp_bbrplus则成功

卸载方法:
安装别的内核bbrplus自动失效,卸载内核自行谷歌即可

Last modification:December 2nd, 2019 at 11:54 am
如果觉得我的文章对你有用,请随意赞赏