vps交流

又一个自制 speedtest-cli 客户端


使用 rust 编写,基于 tcp 测速,可以平替官方 cli 客户端。

比较不一样的地方:

1. 二进制文件体积小,仅 200KB
2. 默认单线程测速,可使用 -m 选项开启 4 线程或最高 256 线程测速

使用方法:

  1. wget https://bench.im/x/x86_64/speedtest-cli && chmod +x speedtest-cli
  2. # wget https://bench.im/x/aarch64/speedtest-cli && chmod +x speedtest-cli
  3. ./speedtest-cli

复制代码

目前支持的参数如下:

  1. Usage: ./speedtest-cli [options]
  2. Options:
  3.     -s, –server ID     server id
  4.     -a, –address HOST:PORT
  5.                         server address
  6.     -m, –multi [THREADS]
  7.                         enable multi threads
  8.     -6, –ipv6          force IPv6
  9.     -u, –upload        run upload test
  10.     -d, –download      run download test
  11.     -p, –ping          run ping test
  12.     -r, –raw           print raw output
  13.     -h, –help          print this help menu

复制代码

开源吗,不开源你say jb
mjj脚本都只敢用github开源的,更何况二进制文件
期待大佬开源