服务器测试脚本合集
- 知识积累
- 2022-07-31
- 549
vps 或独服测试脚本,相信大家用得到。
整体测试脚本:
wget -O bench.sh https://bench.sh
sh bench.sh
三网测速:
bash <(curl -Lso- https://git.io/superspeed.sh)
vps查看回程线路脚本:
wget -qO- git.io/besttrace | bash
vps的cpu性能测试脚本:
wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh && chmod +x unixbench.sh && ./unixbench.sh
独服硬盘测试:
wget -q https://github.com/Aniverse/A/raw/i/a && bash a
流媒体解锁测试:
bash <(curl -L -s check.unlock.media)
vps去程测试网址:
https://tools.ipip.net/traceroute.php
本文由JackeyQin于2022-07-31发表在IXM,如有疑问,请联系我们。
本文链接:https://ixm.net/knowledge/17.html