常用服务器测试脚本

收集了一些常用的服务器测试脚本。

0、多功能测试脚本
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
1、YABS测试脚本
curl -sL yabs.sh | bash
2、Speedtest-Cli

单纯测试网络上传/下载速率的一款工具

Bash
wget https://raw.github.com/sivel/speedtest-cli/master/speedtest.py

chmod a+rx speedtest.py 

python3 speedtest.py
3、回程路由测试
wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh 

bash ./testrace.sh
4、IP质量检测
bash <(curl -Ls IP.Check.Place)
5、流媒体检测
bash <(curl -L -s https://raw.githubusercontent.com/1-stream/RegionRestrictionCheck/main/check.sh)

留下评论

您的邮箱地址不会被公开。 必填项已用 * 标注