服务公告

服务公告 > 服务器资源分享 > 常用的几个VPS测评测试脚本分享

常用的几个VPS测评测试脚本分享

发布时间:2023-11-06 15:05

 

我们拿到服务器后测试商家的标注的是否是真实的,以下就是IUWUO测评为大家整理的几款VPS测评测试工具脚本!

VPS性能测试脚本

wget -qO- bench.sh | bash

Copy

路由测试脚本

回程线路检测脚本,目前共有 8 个测试节点,分别是:广州电信,上海电信,厦门电信,重庆联通,四川联通,上海移动,成都移动,成都教育网

wget -qO- git.io/besttrace | bash

Copy

国外节点测速脚本

curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -Global

Copy

bbr加速脚本

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

Copy

UnixBench跑分测试脚本

wget --no-check-certificate http://tools.laobuluo.com/tools/unixbench.shchmod +x unixbench.sh./unixbe