跑分测速:一键测试VPS网络性能数据脚本

下面的脚本可以直接测试,I/O,网络.

第一个是通用脚本,主要测试国外网络

wget -qO- bench.sh | bash

第二个测试VPS到中国的网络速度

wget -qO- https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash
wget --no-check-certificate https://raw.githubusercontent.com/zzycwmx/CDN/master/superbench2.sh && bash superbench2.sh #修复版
bash <(curl -Lso- https://git.io/superspeed)  #三网全面测速版
bash <(curl -Lso- https://git.io/superspeed_flyzy2005)  #三网全面测速修复版
bash <(curl -Lso- https://bench.im/hyperspeed)

第三个测试解锁网站

wget -O- https://raw.githubusercontent.com/LemonBench/LemonBench/master/LemonBench.sh| bash -s fast
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf
bash <(curl -sSL "https://github.com/CoiaPrant/MediaUnlock_Test/raw/main/check.sh")

第四个综合测试

wget -q route.f2k.pub -O route && bash route #回程路由线路检测
curl -sL yabs.sh | bash
curl -sL yabs.sh | bash -s -- -ig # 只测试FIO硬盘性能
curl -sL yabs.sh | bash -s -- -fdg # 只测试网速
curl -sL yabs.sh | bash -s -- -fdi # 只测试Geekbench 5

第五个测试查看硬盘通电时间
wget -q https://github.com/Aniverse/A/raw/i/a && bash a

转载自互联网,个人收藏使用

此处评论已关闭