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)

THE END