sdrzlyz
2019-03-12 13:31:59 +08:00
1、内核版本比系统自带的要老,install 时需追加 --force 参数
2、uname -r
tcpa - 3.10.0-693.5.2.tcpa06.tl2
bbr - 5.0.1-1.el7.elrepo.x86_64
3、
iperf3 -c $TCPA_IP -p 443 -i 1 -t 10 -w 100K
iperf3 -c $BBR_IP -p 443 -i 1 -t 10 -w 100K
4、拿阿里云张家口节点做测试
TCPA
➜ [root@tunnel:/root]$ iperf3 -c HIDDENIP -p 443 -i 1 -t 10 -w 100K
Connecting to host HIDDENIP, port 443
[ 4] local HIDDENIP port 44554 connected to HIDDENIP port 443
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.00 sec 1.42 MBytes 11.9 Mbits/sec 0 306 KBytes
[ 4] 1.00-2.00 sec 1.74 MBytes 14.6 Mbits/sec 0 211 KBytes
[ 4] 2.00-3.00 sec 1.67 MBytes 14.0 Mbits/sec 0 211 KBytes
[ 4] 3.00-4.00 sec 1.67 MBytes 14.0 Mbits/sec 0 211 KBytes
[ 4] 4.00-5.00 sec 1.67 MBytes 14.0 Mbits/sec 0 211 KBytes
[ 4] 5.00-6.00 sec 1.66 MBytes 13.9 Mbits/sec 0 211 KBytes
[ 4] 6.00-7.00 sec 1.67 MBytes 14.0 Mbits/sec 0 211 KBytes
[ 4] 7.00-8.00 sec 1.67 MBytes 14.0 Mbits/sec 0 211 KBytes
[ 4] 8.00-9.00 sec 1.67 MBytes 14.0 Mbits/sec 0 211 KBytes
[ 4] 9.00-10.00 sec 1.67 MBytes 14.0 Mbits/sec 0 211 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 16.5 MBytes 13.9 Mbits/sec 0 sender
[ 4] 0.00-10.00 sec 16.5 MBytes 13.8 Mbits/sec receiver
iperf Done.
BBR
➜ [root@tunnel:/root]$ iperf3 -c HIDDENIP -p 443 -i 1 -t 10 -w 100K
Connecting to host HIDDENIP, port 443
[ 4] local HIDDENIP port 51480 connected to HIDDENIP port 443
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.00 sec 1.45 MBytes 12.2 Mbits/sec 0 212 KBytes
[ 4] 1.00-2.00 sec 1.63 MBytes 13.6 Mbits/sec 0 209 KBytes
[ 4] 2.00-3.00 sec 1.63 MBytes 13.6 Mbits/sec 0 209 KBytes
[ 4] 3.00-4.00 sec 1.63 MBytes 13.6 Mbits/sec 0 209 KBytes
[ 4] 4.00-5.00 sec 1.73 MBytes 14.5 Mbits/sec 0 209 KBytes
[ 4] 5.00-6.00 sec 1.63 MBytes 13.7 Mbits/sec 0 209 KBytes
[ 4] 6.00-7.00 sec 1.63 MBytes 13.6 Mbits/sec 0 209 KBytes
[ 4] 7.00-8.00 sec 1.63 MBytes 13.6 Mbits/sec 0 209 KBytes
[ 4] 8.00-9.00 sec 1.73 MBytes 14.5 Mbits/sec 0 209 KBytes
[ 4] 9.00-10.00 sec 1.63 MBytes 13.6 Mbits/sec 0 209 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 16.3 MBytes 13.7 Mbits/sec 0 sender
[ 4] 0.00-10.00 sec 16.2 MBytes 13.6 Mbits/sec receiver
iperf Done.