CentOS 6 x64安装BBR
TIME 2019-10-04 17:00
安装BBR
wget –no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh |
返回结果
———- System Information ———-
OS : CentOS 6.10
Arch : x86_64 (64 Bit)
Kernel : 2.6.32-754.22.1.el6.x86_64
—————————————-
Auto install latest kernel for TCP BBR
URL: https://teddysun.com/489.html
—————————————-
Press any key to start…or Press Ctrl+C to cancel |
提示
按任意键开始…或按CTRL+C取消
按任意键开始安装
返回结果
Preparing… ##################################################
kernel-ml ##################################################
Preparing… ##################################################
kernel-ml-devel ##################################################Info: The system needs to reboot.
Do you want to restart system? [y/n] |
询问
是否要重新启动系统?[y/n]
回复 y
待重启完毕以后
验证一下是否成功安装最新内核并开启 TCP BBR
返回结果
4.18.20-1.el6.elrepo.x86_64 |
根据不同系统的版本返回的结果不一样,反正是当前系统的最新版即可
继续
sysctl net.ipv4.tcp_available_congestion_control |
返回结果
net.ipv4.tcp_available_congestion_control = reno cubic bbr |
继续
sysctl net.ipv4.tcp_congestion_control |
返回结果
net.ipv4.tcp_congestion_control = bbr |
继续
sysctl net.core.default_qdisc |
返回结果
net.core.default_qdisc = fq |
继续
返回结果
返回值有 tcp_bbr 模块即说明 bbr 已启动
最后,重启 VPS 即可
点击数:32
本文访问统计: 156