VPS服务器一键测速命令合集

Bench.sh:

curl -Lso- bench.sh | bash

来源:一键测试脚本bench.sh
内容:全球测速,无国内测速,有IPV6会自动测试

Superbench.sh:

1、国内多节点版本,测速需要十来分钟

curl -Lso- https://raw.githubusercontent.com/zzycwmx/CDN/master/superbench2.sh | bash

2、三网分别测速

bash <(wget -qO- https://bench.im/hyperspeed)

3、VPS整合脚本

wget https://git.io/vpstest && bash vpstest

4、IPv6测速

wget -qO- yabs.sh | bash
curl -s -k -g --header 'Host: raw.githubusercontent.com' "https://[2a04:4e42::133]/masonr/yet-another-bench-script/master/yabs.sh" | bash

(2a04:4e42::133 is fastly.net's [GitHub's CDN Provider] IPv6 address)

开源地址:https://github.com/masonr/yet-another-bench-script

wget git.io/vpstest && bash vpstest

内容:包含国内测速
来源:SuperBench.sh 一键测试服务器的基本参数

BestTrace:

wget -qO- git.io/besttrace | bash

内容:主要测试大陆网络回程线路

纯国内网络测速

apt-get update -y && apt-get install curl -y

bash <(curl -Lso- https://git.io/superspeed)

未知名英文全面测评

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast
点赞