vps常用测试脚本集合
1、性能测试脚本
wget -qO- bench.sh | bash
wget -qO- git.io/superbench.sh | bash
#国外站长常用测试脚本
curl -sL yabs.sh | bash
#LemonBench快速测试命令:
wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast
#LemonBench完整测试命令:
wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full
2、回程路由测试脚本
wget -qO- git.io/besttrace | bash
3、流媒体测试脚本
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
版权声明:
作者:VpsDig
链接:https://www.vpsdig.com/87.html
文章版权归作者所有,未经允许请勿转载。
THE END