Featured image of post Linux下,服务器/VPS一键测试脚本

Linux下,服务器/VPS一键测试脚本

脚本1 纯净,不安装任何东西。均为国内节点。

1
wget -qO- bench.sh | bash

脚本2 有国内节点,可看上行和下行。

1
wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

脚本3

1
(wget -qO- wget.racing/nench.sh | bash; wget -qO- wget.racing/nench.sh | bash) 2>&1 | tee nench.log

脚本4

1
curl -s bench.wget.racing | bash

脚本5 可比较真实的测试服务器带宽

1
curl -s https://raw.githubusercontent.com/masonr/yet-another-bench-script/master/yabs.sh | bash

脚本6 可测试是否支持Netflxi等(不一定准确)

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

脚本7 全能,测速、加速 DD系统等

1
wget -N --no-check-certificate https://raw.githubusercontent.com/veip007/hj/master/hj.sh && chmod +x hj.sh && bash hj.sh

脚本8 服务器延迟监测

1
2
3
screen -S uping
wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/uPing/master/uping.py
python uping.py

脚本9 系统配置、国内速度等

1
wget -qO- --no-check-certificate https://raw.githubusercontent.com/qd201211/Linux-SpeedTest/master/superbench.sh | bash

脚本10 speedtest go版本的一键安装脚本

1
bash <(curl -Lsk https://raw.githubusercontent.com/BigMangos/speedtest-go-script/master/install.sh)

转载需要保留原始链接,未经明确许可,禁止商业使用。CC BY-NC-SA 4.0

最后更新于 2023/12/05 21:31 CST
comments powered by Disqus
本博客已稳定运行
发表了77篇文章 · 总计103.35k字