VPS测试相关脚本

发布于 2022-01-23  4 次阅读


VPS性能综合测试

作者:ZBench

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

三网测速

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

代码整合

  • 对VPS的整体性能进行测试,包含VPS的硬件信息,硬盘速率等等
  • 对VPS的网络性能进行测试,包含三网(电信、移动、联通)的下载速度和上传速度等
  • 对VPS的回程路由进行测试,包含四网(电信、移动、联通、教育网)的回程线路。
wget -N --no-check-certificate https://raw.githubusercontent.com/V2RaySSR/vps/master/vpstest.sh && bash vpstest.sh

回程测速脚本

wget -qO- git.io/besttrace | bash

VPS到国内的网速

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.sh

VPS测试脚本

作者:秋水逸冰

bench.sh是秋水逸冰写的一个VPS测试脚本,全面适用于各种 Linux 发行版的网络(下行)和 IO 测试。

主要功能如下:

  • 显示当前测试的各种系统信息;
  • 取自世界多处的知名数据中心的测试点,下载测试比较全面;
  • 支持 IPv6 下载测速;
  • IO 测试三次,并显示平均值。

该脚本同样是开源的,开源地址:https://github.com/teddysun/across

wget -qO- bench.sh | bash curl -Lso- bench.sh | bash wget -qO- 86.re/bench.sh | bash curl -so- 86.re/bench.sh | bash

VPS测速脚本

和上面的Superspeed是同一个作者,整合了bench脚本的一个VPS测速脚本。

开源地址:https://github.com/oooldking/script/blob/master/superbench.sh

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash