VPS常用的测试脚本
Bench.sh脚本
特点:
- 显示当前测试的各种系统信息;
- 取自世界多处的知名数据中心的测试点,下载测试比较全面;
- IO 测试三次,并显示平均值。
脚本:
- wget -qO- bench.sh | bash
- curl -Lso- bench.sh | bash
- wget -qO- 86.re/bench.sh | bash
- curl -so- 86.re/bench.sh | bash
效果图:
LemonBench
LemonBench工具(别名LBench、柠檬Bench),是一款针对Linux服务器设计的服务器性能测试工具。通过综合测试,可以快速评估服务器的综合性能,为使用者提供服务器硬件配置信息。
脚本:
快速测试
- wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s fast
- curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s fast
完整测试
- wget -qO- http://ilemonra.in/LemonBenchIntl | bash -s full
- curl -fsSL http://ilemonra.in/LemonBenchIntl | bash -s full
效果图:
SuperBench.sh
Superbench 测试VPS服务器配置信息、IO性能、到国内节点的网速
- 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
效果图:
RegionRestrictionCheck流媒体解锁测试脚本
项目地址:https://github.com/lmc999/RegionRestrictionCheck
- bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
- docker run --rm --net=host lmc999/regioncheck
效果图:
Netflix解锁测试脚本:
用来测试VPS的ip是否直接解锁Netflix
- wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf
效果图:
yabs.sh
YABS - a simple bash script to estimate Linux server performance using fio, iperf3, & Geekbench(YABS - 一个使用 fio、iperf3 和 Geekbench 评估 Linux 服务器性能的简单 bash 脚本)
一般需要10-30分钟来测试,当然你也可以跳过某些测试
项目地址:https://github.com/masonr/yet-another-bench-script
- curl -sL yabs.sh | bash
- wget -qO- yabs.sh | bash
效果图:
叨叨几句... 2 条评论
云图床 博主
欢迎使用云图床https://cloudimge.com/
张安 博主
三网测速:bash <(curl -Lso- https://git.io/superspeed)