VPS一键测速脚本-性能和速度测试

SuperSpeed 全面测速版
GitHub:https://github.com/ernisn/superspeed

使用方法:      bash <(curl -Lso- https://git.io/superspeed)
查看全部节点:  https://git.io/superspeedList
节点更新日期:  2019/07/02

Superspeed.sh

wget https://raw.githubusercontent.com/oooldking/script/master/superspeed.sh
chmod +x superspeed.sh
./superspeed.sh

02.png

小鸡信息检查脚本

wget -q https://github.com/Aniverse/A/raw/i/a && bash a

02.png

superbench

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

20191110190731.png

bench.sh
一键检测VPS的CPU、内存、负载、IO读写、机房带宽等脚本:bench.sh

命令1:

wget -qO- bench.sh | bash

或者

curl -Lso- bench.sh | bash

命令2:

wget -qO- 86.re/bench.sh | bash

或者

curl -so- 86.re/bench.sh | bash

备注:

bench.sh 既是脚本名,同时又是域名。如果以上失效,请使用以下地址下载再执行脚本:

下载地址:

https://github.com/teddysun/across/blob/master/bench.sh

mPing

一键测试回程Ping值工具:mPing

wget https://raw.githubusercontent.com/helloxz/mping/master/mping.sh
bash mping.sh

自建speedtest测试
这个适合VPS主机商,方便给客户测试从服务器到用户本地的下载速度。

项目主页:https://github.com/adolfintel/speedtest

修改版本:speedtest-lite.zip

将程序上传到服务器上,客户打开后点击就可以测试得到服务器的速度了。

20191118175135.jpg

ZBench-CN.sh

wget -N --no-check-certificate https://raw.githubusercontent.com/FunctionClub/ZBench/master/ZBench-CN.sh && bash ZBench-CN.sh

zbench.png

阅读剩余
THE END