常用服务器测试脚本

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

0、多功能测试脚本
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
0.9、YABS测试脚本
curl -sL yabs.sh | bash
1、SuperSpeed.sh 全面测速版

选取三大运营商在全国多地的测速节点进行测试

bash <(curl -Lso- https://bench.im/hyperspeed)
bash <(curl -Lso- https://raw.githubusercontent.com/BlueSkyXN/SpeedTestCN/main/superspeed.sh)
bash <(curl -Lso- https://git.io/superspeed_uxh)
2、bench.sh
wget -qO- bench.sh | bash
3、SuperBench.sh
wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash 

或者

curl -Lso- -no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superb
4、UnixBench.sh

wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh 

chmod +x unixbench.sh 

bash ./unixbench.sh
5、LemonBench.sh

速度、回程、性能测试都有

全面测试:

curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s full

快速测试

curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast 
6、Speedtest-Cli

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

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

chmod a+rx speedtest.py 

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

bash ./testrace.sh

留下评论

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