Last update at :2024-06-02,Edit by888u
Some of our friends felt that the speed was not fast enough after choosing the VPS host. The main reason for this lies in the selection of the computer room and lines. If we use the same computer room and configuration, can the speed be increased? Our usual method here is to install the Google BBR acceleration tool, and then increase the concurrent traffic of our server, which can increase the data transmission speed. Of course, this method will also cause the traffic to increase slightly. Its purpose is to reduce server line traffic congestion.
We can see that when reinstalling the system, if you choose the CENTOS image, you can see that it has the word BBR on the tail, which means it comes with accelerated BBR, and we do not need to install it. If we need to install an image like Debian or Ubuntu, we need to install BBR ourselves. He is not arrogant.
wget –no-check-certificate https://github.com/teddysun/across/raw/master/bbr.sh && chmod +x bbr.sh && ./bbr.sh
We log in to the Ubuntu or Debian of the Bricklayer VPS host, then enter the script and press Enter. The script will prompt that you need to restart the VPS. Enter y and press Enter to restart.
After the restart is complete, enter the VPS to verify whether the latest kernel is successfully installed and TCP BBR is enabled. Enter the following command:
uname -r
Check the kernel version. If it contains 4.13, it means OK.
sysctl net.ipv4.tcp_available_congestion_control
The return value is generally: net.ipv4.tcp_available_congestion_control = bbr cubic reno
sysctl net.ipv4.tcp_congestion_control
The return value is generally: net.ipv4.tcp_congestion_control = bbr
sysctl net.core.default_qdisc
The return value is generally: net.core.default_qdisc = fq
lsmod | grep bbr
If the tcp_bbr module is present in the return value, it means that bbr has been started.
That's it, is it still relatively simple?
At present, the following solutions are mainly recommended.
Coupon code: BWH3HYATVBJW
Purchase tutorial: The latest bricklayer purchase tutorial and Alipay payment tutorial
Plan | Memory | CPU | Hard disk | Traffic/month | Bandwidth | Computer room | Price | Buy |
---|---|---|---|---|---|---|---|---|
CN2 (cheapest) |
1GB | 1 core | 20GB | 1TB | 1Gbps | DC3 CN2 DC8 ZNET |
$49.99/year | Buy |
CN2 | 2GB | 1 core | 40GB | 2TB | 1Gbps | $52.99/half a year $99.99/year |
Buy | |
CN2 GIA-E (Most recommended) |
1GB | 2 cores | 20GB | 1TB | 2.5Gbps | DC6 CN2 GIA-E DC9 CN2 GIA Japan Softbank JPOS_1 Netherlands EUNL_9 |
$49.99/quarter $169.99/year |
Buy |
CN2 GIA-E | 2GB | 3 core | 40GB | 2TB | 2.5Gbps | $89.99/quarter $299.99/year |
Buy | |
HK | 2GB | 2 cores | 40GB | 0.5TB | 1Gbps | Hong Kong, China CN2 GIA | $89.99/month $899.99/year |
Buy |
HK | 4GB | 4 core | 80GB | 1TB | 1Gbps | $155.99/month $1559.99/year |
Buy | |
TOKYO | 2GB | 2 cores | 40GB | 0.5TB | 1.2Gbps | Tokyo, Japan CN2 GIA | $89.99/month $899.99/year |
Buy |
TOKYO | 4GB | 4 core | 80GB | 1TB | 1.2Gbps | $155.99/month $1559.99/year |
Buy | |
Bricklayer Discount Code: BWH3HYATVBJW | Tutorial on purchasing bricklayers: "The latest tutorial on purchasing bricklayers and Alipay payment tutorials" |
Recommended site search: vps server, Hong Kong server rental 99idc, cm domain name registration, Hong Kong vps cloud server, website domain name registration, US server rental website, foreign server, virtual host space, corporate website registration, Hong Kong cloud server, p>
发表评论