各代理的测试
本文最后更新于 189 天前,其中的信息可能已经有所发展或是发生改变。

Pixiv ID: 112636757 <侍少女>
Pixiv User ID: 85643940 <ペンたろう>

本文中的Load average并不可信 因为测试之间可能没有超过1min

测试环境

系统

                   -`                    root@Alindas-DE-1 
                  .o+`                   ----------------- 
                 `ooo/                   OS: Arch Linux x86_64 
                `+oooo:                  Host: KVM/QEMU (Standard PC (i440FX + PIIX, 1996) pc-i440fx-8.0) 
               `+oooooo:                 Kernel: 6.5.7-arch1-1 
               -+oooooo+:                Uptime: 7 hours, 6 mins 
             `/:-:++oooo+:               Packages: 457 (pacman) 
            `/++++/+++++++:              Shell: zsh 5.9 
           `/++++++++++++++:             Resolution: 1280x800 
          `/+++ooooooooooooo/`           Terminal: /dev/pts/0 
         ./ooosssso++osssssso+`          CPU: AMD Ryzen 7 5800X (4) @ 3.792GHz 
        .oossssso-````/ossssss+`         GPU: 00:02.0 Vendor 1234 Device 1111 
       -osssssso.      :ssssssso.        Memory: 627MiB / 3919MiB 
      :osssssss/        osssso+++.
     /ossssssss/        +ssssooo/-                               
   `/ossssso+/:-        -:/+osssso+-                             
  `+sso+:-`                 `.-/+oso:
 `++:.                           `-/+/
 .`                                 `/

ProxyCore版本

Xray: Xray 1.8.4 (Xray, Penetrates Everything.) Custom (go1.21.0 linux/amd64)
V2Ray: V2Ray 5.7.0 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.20.4 linux/amd64)
Sing-box: sing-box version 1.5.3

其他软件版本

Proxychain: proxychains-ng 4.16-2
Nginx: nginx version: nginx/1.25.2
curl: curl 8.4.0 (x86_64-pc-linux-gnu) libcurl/8.4.0 OpenSSL/3.1.3 zlib/1.3 brotli/1.1.0 zstd/1.5.5 libidn2/2.3.4 libpsl/0.21.2 (
+libidn2/2.3.4) libssh2/1.11.0 nghttp2/1.57.0

htop: htop 3.2.2

测试流程

iperf3方法(http)

                       (Proxy Line)
     + --- ProxyChain --- ProxyCore(sing-box/xray/v2ray) --- +
     |                                                       |
     |                 (Direct Line)                         |
   Local --------------------------------------------- Local(iperf3)     

curl方法(http)

                       (Proxy Line)
     + ----- ProxyCore(sing-box/xray/v2ray) ----- curl ----- +
     |                                                       |
     |                  (Direct Line)                        |
   Local -------------------- curl ------------------- Local(nginx)

使用的配置文件

Xray

VMess

VMess+TCP Server: https://github.com/XTLS/Xray-examples/blob/main/VMess-TCP/config_server.json <commit/9771ef34cf9fa964c250b3da6f5c549770a86964>

VMess+TCP Client: https://github.com/XTLS/Xray-examples/blob/main/VMess-TCP/config_client.json <commit/9771ef34cf9fa964c250b3da6f5c549770a86964>

VLESS

VLESS+TCP Server: https://github.com/XTLS/Xray-examples/blob/main/VLESS-TCP/config_server.json <commit/9771ef34cf9fa964c250b3da6f5c549770a86964>

VLESS+TCP Client: https://github.com/XTLS/Xray-examples/blob/main/VLESS-TCP/config_client.json <commit/2c15ebd32338d9d38ad1ad3afbdb30363a766700>

VLESS-TCP-XTLS-Vision-REALITY Server: https://github.com/XTLS/Xray-examples/blob/main/VLESS-TCP-XTLS-Vision-REALITY/config_server.jsonc <commit/13d015847074572f154fcb83fd74fc2057edd068>

VLESS-TCP-XTLS-Vision-REALITY Client: https://github.com/XTLS/Xray-examples/blob/main/VLESS-TCP-XTLS-Vision-REALITY/config_client.jsonc <commit/31a1c6cbf529ba083103132572d95cca03601f21>

V2Ray

VMess

VMess+TCP Server: https://github.com/XTLS/Xray-examples/blob/main/VMess-TCP/config_server.json <commit/9771ef34cf9fa964c250b3da6f5c549770a86964>

VMess+TCP Client: https://github.com/XTLS/Xray-examples/blob/main/VMess-TCP/config_client.json <commit/9771ef34cf9fa964c250b3da6f5c549770a86964>

VLESS

VLESS+TCP Server: https://github.com/XTLS/Xray-examples/blob/main/VLESS-TCP/config_server.json <commit/9771ef34cf9fa964c250b3da6f5c549770a86964>

VLESS+TCP Client: https://github.com/XTLS/Xray-examples/blob/main/VLESS-TCP/config_client.json <commit/2c15ebd32338d9d38ad1ad3afbdb30363a766700>

Sing-Box

VLESS

VLESS+TCP Server
{
    "inbounds": [
        {
            "type": "vless",
            "listen": "127.0.0.1",
            "listen_port": 2333,
            "users": [
                {
                    "uuid": "665c771e-fc80-4b05-bb7c-8988d808412d"
                }
            ]
        }
    ],
    "outbounds": [
        {
            "type": "direct"
        }
    ]
}
VLESS+TCP Client
{
    "inbounds": [
        {
            "type": "mixed",
            "listen": "::",
            "listen_port": 10000
        }
    ],
    "outbounds": [
        {
            "type": "vless",
            "server": "127.0.0.1",
            "server_port": 2333,
            "uuid": "665c771e-fc80-4b05-bb7c-8988d808412d"
        }
    ]

}

VLESS-TCP-XTLS-Vision-REALITY Server: https://github.com/chika0801/sing-box-examples/blob/main/VLESS-XTLS-uTLS-REALITY/config_server.json <commit/f283a12b6e4e48349f366abbe3c6004acf7c3c80>
VLESS-TCP-XTLS-Vision-REALITY Client: https://github.com/chika0801/sing-box-examples/blob/main/VLESS-XTLS-uTLS-REALITY/config_client.json <commit/faf97e0555991f2d290098e09f8eec834ea4d08f>

VMess

VMess+TCP Server
{
    "inbounds": [
        {
            "type": "vmess",
            "listen": "127.0.0.1",
            "listen_port": 2333,
            "users": [
                {
                    "uuid": "665c771e-fc80-4b05-bb7c-8988d808412d"
                }
            ]
        }
    ],
    "outbounds": [
        {
            "type": "direct"
        }
    ]
}
VMess+TCP Client
{
    "inbounds": [
        {
            "type": "mixed",
            "listen": "::",
            "listen_port": 10000
        }
    ],
    "outbounds": [
        {
            "type": "vmess",
            "server": "127.0.0.1",
            "server_port": 2333,
            "uuid": "665c771e-fc80-4b05-bb7c-8988d808412d"
        }
    ]

}

结果

Direct

Direct – iperf3

Connecting to host 127.0.0.1, port 5201
[  5] local 127.0.0.1 port 46584 connected to 127.0.0.1 port 5201
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  5]   0.00-1.00   sec  5.72 GBytes  49.1 Gbits/sec    0   1.44 MBytes       
[  5]   1.00-2.00   sec  6.30 GBytes  54.1 Gbits/sec    0   1.56 MBytes       
[  5]   2.00-3.00   sec  6.51 GBytes  55.9 Gbits/sec    0   1.56 MBytes       
[  5]   3.00-4.00   sec  5.84 GBytes  50.2 Gbits/sec    0   1.81 MBytes       
[  5]   4.00-5.00   sec  6.09 GBytes  52.3 Gbits/sec    0   1.81 MBytes       
[  5]   5.00-6.00   sec  5.65 GBytes  48.5 Gbits/sec    0   1.81 MBytes       
[  5]   6.00-7.00   sec  6.32 GBytes  54.3 Gbits/sec    0   1.81 MBytes       
[  5]   7.00-8.00   sec  6.20 GBytes  53.3 Gbits/sec    0   2.75 MBytes       
[  5]   8.00-9.00   sec  6.22 GBytes  53.4 Gbits/sec    0   4.12 MBytes       
[  5]   9.00-10.00  sec  6.52 GBytes  56.0 Gbits/sec    0   4.12 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  5]   0.00-10.00  sec  61.4 GBytes  52.7 Gbits/sec    0             sender
[  5]   0.00-10.00  sec  61.4 GBytes  52.7 Gbits/sec                  receiver
Direct – iperf3 – htop

Direct – curl

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   918M      0  0:00:11  0:00:11 --:--:--  900M
Direct – curl – htop

VMess-TCP

Xray – iperf3 (socks5)

[  9] local 127.0.0.1 port 41708 connected to 127.0.0.1 port 1080
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec  1.68 GBytes  14.5 Gbits/sec    0   1.56 MBytes       
[  9]   1.00-2.00   sec  1.69 GBytes  14.5 Gbits/sec    0   1.69 MBytes       
[  9]   2.00-3.00   sec  1.78 GBytes  15.3 Gbits/sec    0   1.69 MBytes       
[  9]   3.00-4.00   sec  1.77 GBytes  15.2 Gbits/sec    0   1.69 MBytes       
[  9]   4.00-5.00   sec  1.72 GBytes  14.8 Gbits/sec    0   1.69 MBytes       
[  9]   5.00-6.00   sec  1.80 GBytes  15.5 Gbits/sec    0   1.69 MBytes       
[  9]   6.00-7.00   sec  1.79 GBytes  15.4 Gbits/sec    0   1.69 MBytes       
[  9]   7.00-8.00   sec  1.66 GBytes  14.3 Gbits/sec    0   1.69 MBytes       
[  9]   8.00-9.00   sec  1.58 GBytes  13.6 Gbits/sec    0   1.81 MBytes       
[  9]   9.00-10.00  sec  1.80 GBytes  15.5 Gbits/sec    0   1.81 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  17.3 GBytes  14.8 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  17.3 GBytes  14.8 Gbits/sec                  receiver

Xray – iperf3 (http)

[  9] local 127.0.0.1 port 40076 connected to 127.0.0.1 port 1080
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec  1.63 GBytes  14.0 Gbits/sec    0   4.12 MBytes       
[  9]   1.00-2.00   sec  1.51 GBytes  13.0 Gbits/sec    0   4.12 MBytes       
[  9]   2.00-3.00   sec  1.59 GBytes  13.6 Gbits/sec    0   4.12 MBytes       
[  9]   3.00-4.00   sec  1.59 GBytes  13.7 Gbits/sec    0   4.12 MBytes       
[  9]   4.00-5.00   sec  1.54 GBytes  13.2 Gbits/sec    0   4.12 MBytes       
[  9]   5.00-6.00   sec  1.61 GBytes  13.9 Gbits/sec    0   4.12 MBytes       
[  9]   6.00-7.00   sec  1.65 GBytes  14.2 Gbits/sec    0   4.12 MBytes       
[  9]   7.00-8.00   sec  1.62 GBytes  13.9 Gbits/sec    0   4.12 MBytes       
[  9]   8.00-9.00   sec  1.70 GBytes  14.6 Gbits/sec    0   4.12 MBytes       
[  9]   9.00-10.00  sec  1.66 GBytes  14.3 Gbits/sec    0   4.12 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  16.1 GBytes  13.8 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  16.1 GBytes  13.8 Gbits/sec                  receiver
Xray – iperf3 (http) – htop

Xray – curl

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   800M      0  0:00:12  0:00:12 --:--:--  822M
Xray – curl – htop

V2Ray – iperf3 (socks5)

[  9] local 127.0.0.1 port 50240 connected to 127.0.0.1 port 1080
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec  1.15 GBytes  9.92 Gbits/sec    0   2.25 MBytes       
[  9]   1.00-2.00   sec  1.11 GBytes  9.50 Gbits/sec    0   2.25 MBytes       
[  9]   2.00-3.00   sec  1.12 GBytes  9.61 Gbits/sec    0   2.25 MBytes       
[  9]   3.00-4.00   sec  1.12 GBytes  9.59 Gbits/sec    0   2.25 MBytes       
[  9]   4.00-5.00   sec  1.09 GBytes  9.41 Gbits/sec    0   2.25 MBytes       
[  9]   5.00-6.00   sec  1.09 GBytes  9.38 Gbits/sec    0   2.25 MBytes       
[  9]   6.00-7.00   sec  1.11 GBytes  9.54 Gbits/sec    0   2.25 MBytes       
[  9]   7.00-8.00   sec  1.11 GBytes  9.51 Gbits/sec    0   2.25 MBytes       
[  9]   8.00-9.00   sec  1.09 GBytes  9.33 Gbits/sec    0   2.25 MBytes       
[  9]   9.00-10.00  sec  1.11 GBytes  9.50 Gbits/sec    0   2.25 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  11.1 GBytes  9.53 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  11.1 GBytes  9.51 Gbits/sec                  receiver

V2Ray – iperf3 (http)

[  9] local 127.0.0.1 port 46172 connected to 127.0.0.1 port 1080
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec  1.09 GBytes  9.33 Gbits/sec    0   2.06 MBytes       
[  9]   1.00-2.00   sec  1.03 GBytes  8.85 Gbits/sec    0   2.06 MBytes       
[  9]   2.00-3.00   sec  1.03 GBytes  8.83 Gbits/sec    0   2.06 MBytes       
[  9]   3.00-4.00   sec  1.06 GBytes  9.10 Gbits/sec    0   2.12 MBytes       
[  9]   4.00-5.00   sec  1.04 GBytes  8.90 Gbits/sec    0   2.12 MBytes       
[  9]   5.00-6.00   sec  1.10 GBytes  9.42 Gbits/sec    0   2.12 MBytes       
[  9]   6.00-7.00   sec  1.07 GBytes  9.23 Gbits/sec    0   2.12 MBytes       
[  9]   7.00-8.00   sec  1002 MBytes  8.41 Gbits/sec    0   2.12 MBytes       
[  9]   8.00-9.00   sec  1.04 GBytes  8.95 Gbits/sec    0   2.12 MBytes       
[  9]   9.00-10.00  sec  1.06 GBytes  9.10 Gbits/sec    0   2.12 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  10.5 GBytes  9.01 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  10.5 GBytes  9.00 Gbits/sec                  receiver
V2Ray – iperf3 (http) – htop

V2ray – curl

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   663M      0  0:00:15  0:00:15 --:--:--  676M
V2ray – curl – htop

Sing-Box – curl

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   620M      0  0:00:16  0:00:16 --:--:--  620M
Sing-Box – curl – htop

Sing-Box – iperf3 (http)

[  9] local 127.0.0.1 port 50678 connected to 127.0.0.1 port 10000
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec   870 MBytes  7.30 Gbits/sec    0   4.75 MBytes       
[  9]   1.00-2.00   sec   799 MBytes  6.70 Gbits/sec    0   4.75 MBytes       
[  9]   2.00-3.00   sec   892 MBytes  7.49 Gbits/sec    0   4.75 MBytes       
[  9]   3.00-4.00   sec   904 MBytes  7.58 Gbits/sec    0   4.75 MBytes       
[  9]   4.00-5.00   sec   818 MBytes  6.86 Gbits/sec    0   4.75 MBytes       
[  9]   5.00-6.00   sec   850 MBytes  7.13 Gbits/sec    0   4.75 MBytes       
[  9]   6.00-7.00   sec   814 MBytes  6.83 Gbits/sec    0   4.75 MBytes       
[  9]   7.00-8.00   sec   675 MBytes  5.66 Gbits/sec    0   4.75 MBytes       
[  9]   8.00-9.00   sec   765 MBytes  6.42 Gbits/sec    0   4.75 MBytes       
[  9]   9.00-10.00  sec   839 MBytes  7.04 Gbits/sec    0   4.75 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  8.03 GBytes  6.90 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  8.02 GBytes  6.89 Gbits/sec                  receiver
Sing-Box – iperf3 (http) – htop

VLESS-TCP

Xray – iperf3 (socks5)

[  9] local 127.0.0.1 port 33372 connected to 127.0.0.1 port 1080
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec  3.01 GBytes  25.8 Gbits/sec    0   3.06 MBytes       
[  9]   1.00-2.00   sec  2.99 GBytes  25.7 Gbits/sec    0   3.18 MBytes       
[  9]   2.00-3.00   sec  2.91 GBytes  25.0 Gbits/sec    0   3.18 MBytes       
[  9]   3.00-4.00   sec  3.07 GBytes  26.4 Gbits/sec    0   3.18 MBytes       
[  9]   4.00-5.00   sec  3.26 GBytes  28.0 Gbits/sec    0   3.18 MBytes       
[  9]   5.00-6.00   sec  3.24 GBytes  27.8 Gbits/sec    0   3.18 MBytes       
[  9]   6.00-7.00   sec  3.04 GBytes  26.1 Gbits/sec    0   3.18 MBytes       
[  9]   7.00-8.00   sec  3.01 GBytes  25.8 Gbits/sec    0   3.18 MBytes       
[  9]   8.00-9.00   sec  3.05 GBytes  26.2 Gbits/sec    0   3.18 MBytes       
[  9]   9.00-10.00  sec  3.17 GBytes  27.2 Gbits/sec    0   3.18 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  30.8 GBytes  26.4 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  30.7 GBytes  26.4 Gbits/sec                  receiver
Xray – iperf3 (socks5) – htop

Xray – curl

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   866M      0  0:00:11  0:00:11 --:--:--  849M
Xray – curl – htop

V2Ray – iperf3 (http)

[  9] local 127.0.0.1 port 60136 connected to 127.0.0.1 port 1080
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec  2.67 GBytes  22.9 Gbits/sec    0   3.18 MBytes       
[  9]   1.00-2.00   sec  2.54 GBytes  21.8 Gbits/sec    0   3.18 MBytes       
[  9]   2.00-3.00   sec  2.57 GBytes  22.1 Gbits/sec    0   3.18 MBytes       
[  9]   3.00-4.00   sec  2.61 GBytes  22.4 Gbits/sec    0   3.18 MBytes       
[  9]   4.00-5.00   sec  2.58 GBytes  22.2 Gbits/sec    0   3.18 MBytes       
[  9]   5.00-6.00   sec  2.51 GBytes  21.5 Gbits/sec    0   3.18 MBytes       
[  9]   6.00-7.00   sec  2.76 GBytes  23.7 Gbits/sec    0   3.18 MBytes       
[  9]   7.00-8.00   sec  2.59 GBytes  22.2 Gbits/sec    0   3.18 MBytes       
[  9]   8.00-9.00   sec  2.42 GBytes  20.7 Gbits/sec    0   3.18 MBytes       
[  9]   9.00-10.00  sec  2.53 GBytes  21.7 Gbits/sec    0   3.18 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  25.8 GBytes  22.1 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  25.8 GBytes  22.1 Gbits/sec                  receiver
V2Ray – iperf3 (http) – htop

V2Ray – curl

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   848M      0  0:00:12  0:00:12 --:--:--  833M
V2Ray – curl – htop

Sing-Box – curl

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   823M      0  0:00:12  0:00:12 --:--:--  845M
Sing-Box – curl – htop

Sing-Box – iperf3 (http)

[  9] local 127.0.0.1 port 55116 connected to 127.0.0.1 port 10000
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec  4.88 GBytes  41.9 Gbits/sec    2   2.81 MBytes       
[  9]   1.00-2.00   sec  4.66 GBytes  40.0 Gbits/sec    0   3.06 MBytes       
[  9]   2.00-3.00   sec  4.92 GBytes  42.3 Gbits/sec    1   3.06 MBytes       
[  9]   3.00-4.00   sec  4.31 GBytes  37.0 Gbits/sec    0   3.06 MBytes       
[  9]   4.00-5.00   sec  4.49 GBytes  38.5 Gbits/sec    0   3.18 MBytes       
[  9]   5.00-6.00   sec  4.90 GBytes  42.1 Gbits/sec    0   3.18 MBytes       
[  9]   6.00-7.00   sec  4.71 GBytes  40.5 Gbits/sec    0   3.18 MBytes       
[  9]   7.00-8.00   sec  4.74 GBytes  40.7 Gbits/sec    0   3.18 MBytes       
[  9]   8.00-9.00   sec  5.11 GBytes  43.9 Gbits/sec    0   3.18 MBytes       
[  9]   9.00-10.00  sec  5.27 GBytes  45.2 Gbits/sec    2   3.18 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  48.0 GBytes  41.2 Gbits/sec    5             sender
[  9]   0.00-10.00  sec  48.0 GBytes  41.2 Gbits/sec                  receiver
Sing-Box – iperf3 (http) – htop

VLESS-TCP-XTLS-Vision-REALITY

Xray – iperf3 (socks5) – 1 (Apple.com)

[  9] local 127.0.0.1 port 45124 connected to 127.0.0.1 port 10808
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec   864 MBytes  7.25 Gbits/sec    0   2.25 MBytes       
[  9]   1.00-2.00   sec   919 MBytes  7.71 Gbits/sec    0   2.25 MBytes       
[  9]   2.00-3.00   sec   939 MBytes  7.87 Gbits/sec    0   2.25 MBytes       
[  9]   3.00-4.00   sec   900 MBytes  7.55 Gbits/sec    0   2.25 MBytes       
[  9]   4.00-5.00   sec   850 MBytes  7.13 Gbits/sec    0   2.25 MBytes       
[  9]   5.00-6.00   sec   774 MBytes  6.49 Gbits/sec    0   2.37 MBytes       
[  9]   6.00-7.00   sec   942 MBytes  7.90 Gbits/sec    0   2.37 MBytes       
[  9]   7.00-8.00   sec   950 MBytes  7.97 Gbits/sec    0   2.50 MBytes       
[  9]   8.00-9.00   sec   881 MBytes  7.39 Gbits/sec    0   2.50 MBytes       
[  9]   9.00-10.00  sec   981 MBytes  8.23 Gbits/sec    0   2.50 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  8.79 GBytes  7.55 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  8.78 GBytes  7.54 Gbits/sec                  receiver

Xray – curl – 1 (Apple.com)

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   695M      0  0:00:14  0:00:14 --:--:--  728M
Xray – curl – htop – 1 (Apple.com)

顺便测一下使用不同的域名是否影响结果

Xray – iperf3 (socks5) – 2 (Microsoft.com)

[  9] local 127.0.0.1 port 58330 connected to 127.0.0.1 port 10808
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec   932 MBytes  7.82 Gbits/sec    0   2.12 MBytes       
[  9]   1.00-2.00   sec   936 MBytes  7.86 Gbits/sec    0   2.12 MBytes       
[  9]   2.00-3.00   sec   990 MBytes  8.30 Gbits/sec    0   2.12 MBytes       
[  9]   3.00-4.00   sec   900 MBytes  7.55 Gbits/sec    0   2.12 MBytes       
[  9]   4.00-5.00   sec   961 MBytes  8.06 Gbits/sec    0   2.12 MBytes       
[  9]   5.00-6.00   sec  1020 MBytes  8.56 Gbits/sec    0   2.12 MBytes       
[  9]   6.00-7.00   sec   909 MBytes  7.62 Gbits/sec    0   2.12 MBytes       
[  9]   7.00-8.00   sec   999 MBytes  8.38 Gbits/sec    0   2.12 MBytes       
[  9]   8.00-9.00   sec   911 MBytes  7.64 Gbits/sec    0   2.12 MBytes       
[  9]   9.00-10.00  sec   968 MBytes  8.12 Gbits/sec    0   2.12 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  9.30 GBytes  7.99 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  9.29 GBytes  7.98 Gbits/sec                  receiver

Xray – curl – 2 (Microsoft.com)

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   631M      0  0:00:16  0:00:16 --:--:--  661M
Xray – curl – htop – 2 (Microsoft.com)

Sing-Box – curl – 1 (Apple.com)

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 10.0G  100 10.0G    0     0   748M      0  0:00:13  0:00:13 --:--:--  759M
Sing-Box – curl – htop – 1 (Apple.com)

Sing-Box – iperf3 (http) – 1 (Apple.com)

[  9] local 127.0.0.1 port 58698 connected to 127.0.0.1 port 10000
[ ID] Interval           Transfer     Bitrate         Retr  Cwnd
[  9]   0.00-1.00   sec  1.19 GBytes  10.3 Gbits/sec    0   3.43 MBytes       
[  9]   1.00-2.00   sec  1.19 GBytes  10.2 Gbits/sec    0   3.43 MBytes       
[  9]   2.00-3.00   sec  1.16 GBytes  9.99 Gbits/sec    0   3.43 MBytes       
[  9]   3.00-4.00   sec  1.18 GBytes  10.2 Gbits/sec    0   3.43 MBytes       
[  9]   4.00-5.00   sec  1.21 GBytes  10.4 Gbits/sec    0   3.43 MBytes       
[  9]   5.00-6.00   sec  1.12 GBytes  9.58 Gbits/sec    0   3.43 MBytes       
[  9]   6.00-7.00   sec  1.14 GBytes  9.82 Gbits/sec    0   3.43 MBytes       
[  9]   7.00-8.00   sec  1.18 GBytes  10.1 Gbits/sec    0   3.43 MBytes       
[  9]   8.00-9.00   sec  1.20 GBytes  10.3 Gbits/sec    0   3.43 MBytes       
[  9]   9.00-10.00  sec  1.17 GBytes  10.0 Gbits/sec    0   3.43 MBytes       
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval           Transfer     Bitrate         Retr
[  9]   0.00-10.00  sec  11.7 GBytes  10.1 Gbits/sec    0             sender
[  9]   0.00-10.00  sec  11.7 GBytes  10.1 Gbits/sec                  receiver
Sing-Box – iperf3 (http) – htop – 1 (Apple.com)

统计表

PS: V2Ray不支持 VLESS-TCP-XTLS-Vision-REALITY
CoreVMess-TCP (iperf3(socks5) / iperf3(http) / curl)VLESS-TCP (iperf3(http) / curl)VLESS-TCP-XTLS-Vision-REALITY (Apple.com) (iperf3(http) / curl)
Xray14.8 Gbits/sec / 13.8 Gbits/sec / 800M/s26.4 Gbits/sec / 866M/s7.55 Gbits/sec / 695M/s
V2Ray9.53 Gbits/sec / 9.01 Gbits/sec / 663M/s22.1 Gbits/sec / 848M/s/
Sing-Box6.90 Gbits/sec / 620M/s (without iperf3(socks5))41.2 Gbits/sec / 823M/s10.1 Gbits/sec / 748M/s
暂无评论

发送评论 编辑评论


|´・ω・)ノ
ヾ(≧∇≦*)ゝ
(☆ω☆)
(╯‵□′)╯︵┴─┴
 ̄﹃ ̄
(/ω\)
∠( ᐛ 」∠)_
(๑•̀ㅁ•́ฅ)
→_→
୧(๑•̀⌄•́๑)૭
٩(ˊᗜˋ*)و
(ノ°ο°)ノ
(´இ皿இ`)
⌇●﹏●⌇
(ฅ´ω`ฅ)
(╯°A°)╯︵○○○
φ( ̄∇ ̄o)
ヾ(´・ ・`。)ノ"
( ง ᵒ̌皿ᵒ̌)ง⁼³₌₃
(ó﹏ò。)
Σ(っ °Д °;)っ
( ,,´・ω・)ノ"(´っω・`。)
╮(╯▽╰)╭
o(*////▽////*)q
>﹏<
( ๑´•ω•) "(ㆆᴗㆆ)
😂
😀
😅
😊
🙂
🙃
😌
😍
😘
😜
😝
😏
😒
🙄
😳
😡
😔
😫
😱
😭
💩
👻
🙌
🖕
👍
👫
👬
👭
🌚
🌝
🙈
💊
😶
🙏
🍦
🍉
😣
Source: github.com/k4yt3x/flowerhd
颜文字
Emoji
小恐龙
花!
上一篇