目 录CONTENT

文章目录

[VPS评测]-VPS主机评测脚本

yyzq
2023-05-06 / 0 评论 / 1 点赞 / 1,149 阅读 / 152 字
广告 广告

引言

新买的VPS一般都要测试下性能,收集了网络上常见测试VPS脚本

一、秋水逸冰VPS性能测试脚本

wget -qO- bench.sh | bash

二、BlueSkyXN综合工具箱

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh

三、SuperSpeed.sh 修复版

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

四、一键检测VPS回程国内三网路由

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

五、流媒体解锁测试一键脚本

bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
1
广告 广告

评论区