logo NodeSeekbeta

DMIT VPS 单线程调优TCP测速突破200Mb 实战经验(实测其他Vps同样有效果)

12345
  • 200主要是本地运营商限制吧,美西230左右单线程极限了
    各家我都测过 上限一样的。

  • 首先帮顶= = 其次有没有可能是我当地联通到美国单线程锁死200 就是我其他鸡随便单线程好几百 就dmit永远200 是不是本身网络就有问题

  • 顶一下,好贴

  • 拿瓦子试了一下 真的有效 没改前 单线程220
    改完 单线程480

  • openwrt能玩吗

  • 谢谢分享,待会回去试试

  • @Goodforyou #11 发布于2025/12/17 18:06:34
    200主要是本地运营商限制吧,美西230左右单线程极限了
    各家我都测过 上限一样的。

    你的结论和我之前试的一样的!有空你按我的方法在试试,我还是在广西测试的,如果在上海只会更快!

    [  5]   0.00-1.00   sec  2.25 MBytes  18.9 Mbits/sec    3    266 KBytes       
    [  5]   1.00-2.00   sec  17.6 MBytes   148 Mbits/sec    0   5.76 MBytes       
    [  5]   2.00-3.00   sec  24.8 MBytes   208 Mbits/sec  1050   5.61 MBytes       
    [  5]   3.00-4.00   sec  32.6 MBytes   274 Mbits/sec    0   5.61 MBytes       
    [  5]   4.00-5.00   sec  27.0 MBytes   227 Mbits/sec    0   5.61 MBytes       
    [  5]   5.00-6.00   sec  32.8 MBytes   275 Mbits/sec    0   6.60 MBytes       
    [  5]   6.00-7.00   sec  32.6 MBytes   274 Mbits/sec    0   5.62 MBytes       
    [  5]   7.00-8.00   sec  32.4 MBytes   272 Mbits/sec    0   5.62 MBytes       
    [  5]   8.00-9.00   sec  32.4 MBytes   272 Mbits/sec    0   6.60 MBytes       
    [  5]   9.00-10.00  sec  33.8 MBytes   283 Mbits/sec    0   6.66 MBytes       
    [  5]  10.00-11.00  sec  44.0 MBytes   369 Mbits/sec    0   8.37 MBytes       
    [  5]  11.00-12.00  sec  38.2 MBytes   321 Mbits/sec    0   7.13 MBytes       
    [  5]  12.00-13.00  sec  43.0 MBytes   360 Mbits/sec    0   3.94 MBytes       
    [  5]  13.00-14.00  sec  37.8 MBytes   317 Mbits/sec    0   7.13 MBytes       
    [  5]  14.00-15.00  sec  42.9 MBytes   360 Mbits/sec    0   7.13 MBytes       
    [  5]  15.00-16.00  sec  42.8 MBytes   358 Mbits/sec    0   8.37 MBytes       
    [  5]  16.00-17.00  sec  42.8 MBytes   359 Mbits/sec    0   7.13 MBytes       
    [  5]  17.00-18.00  sec  42.8 MBytes   359 Mbits/sec    0   7.13 MBytes       
    [  5]  18.00-19.00  sec  42.9 MBytes   360 Mbits/sec    0   8.37 MBytes       
    [  5]  19.00-20.00  sec  48.1 MBytes   404 Mbits/sec    0   7.13 MBytes       
    [  5]  20.00-21.00  sec  42.9 MBytes   359 Mbits/sec    0   7.13 MBytes       
    [  5]  21.00-22.00  sec  37.4 MBytes   314 Mbits/sec    0   7.13 MBytes       
    [  5]  22.00-23.00  sec  43.0 MBytes   361 Mbits/sec    0   7.13 MBytes       
    [  5]  23.00-24.00  sec  37.4 MBytes   313 Mbits/sec    0   7.13 MBytes       
    [  5]  24.00-25.00  sec  48.2 MBytes   405 Mbits/sec    0   8.37 MBytes       
    [  5]  25.00-26.00  sec  42.6 MBytes   358 Mbits/sec    0   7.13 MBytes       
    [  5]  26.00-27.00  sec  42.9 MBytes   360 Mbits/sec    0   7.13 MBytes       
    [  5]  27.00-28.00  sec  42.9 MBytes   359 Mbits/sec    0   8.37 MBytes       
    [  5]  28.00-29.00  sec  42.6 MBytes   358 Mbits/sec    0   3.93 MBytes       
    [  5]  29.00-30.00  sec  37.4 MBytes   314 Mbits/sec    0   7.13 MBytes       
    [  5]  30.00-30.17  sec  10.8 MBytes   520 Mbits/sec    0   7.13 MBytes       
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bitrate         Retr
    [  5]   0.00-30.17  sec  1.09 GBytes   312 Mbits/sec  1053             sender
    
  • @ko1t0 #10 什么叫参考几何,测出来多少就是多少呗,难道虚标不准?我就是后端主,跑多少速率我本地看得到

  • @cancer #17 发布于2025/12/17 18:27:14
    @hogue #0

    如何修改为永久有效
    我也是问 AI 的,Macos 的修改方法

    新建 plist 文件

    sudo nano /Library/LaunchDaemons/tcp-bufsize.plist
    
    

    粘贴以下内容(原样)

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
     "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
        <key>Label</key>
        <string>tcp.bufsize.tuning</string>
    
        <key>ProgramArguments</key>
        <array>
            <string>/usr/sbin/sysctl</string>
            <string>-w</string>
            <string>net.inet.tcp.autorcvbufmax=16777216</string>
            <string>net.inet.tcp.autosndbufmax=16777216</string>
        </array>
    
        <key>RunAtLoad</key>
        <true/>
    </dict>
    </plist>
    
    

    修正权限(非常关键)

    sudo chown root:wheel /Library/LaunchDaemons/tcp-bufsize.plist
    sudo chmod 644 /Library/LaunchDaemons/tcp-bufsize.plist
    

    立即加载(无需重启)

    sudo launchctl load /Library/LaunchDaemons/tcp-bufsize.plist
    

    验证是否生效

    sysctl net.inet.tcp.autorcvbufmax
    sysctl net.inet.tcp.autosndbufmax
    

    应该看到:

    net.inet.tcp.autorcvbufmax: 16777216
    net.inet.tcp.autosndbufmax: 16777216
    
12345

你好啊,陌生人!

我的朋友,看起来你是新来的,如果想参与到讨论中,点击下面的按钮!

📈用户数目📈

目前论坛共有71828位seeker

🎉欢迎新用户🎉