Linux VPS 常用一键脚本 测试脚本 VPS技术

admin 2019-9-21 438

推荐个BBR脚本吧:

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

Linux VPS综合测试:

SuperBench.sh

GitHub地址:https://github.com/oooldking/script/
作者地址:https://www.oldking.net/350.html

使用:

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/superbench.sh | bash

效果图演示:
SuperBench.sh.png

Bench.sh

GitHub地址:https://github.com/teddysun/across
作者地址:https://teddysun.com/444.html

使用:

wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash

效果图演示:
Bench.sh.png

ZBench.sh

GitHub地址:https://github.com/FunctionClub/ZBench

中文版使用:

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

英文版使用:

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

效果图演示:
ZBench.png

A,I/O bench and system info

GitHub地址:https://github.com/Aniverse/A

使用:

bash -c "$(wget -qO- https://github.com/Aniverse/A/raw/i/a)"bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a)bash <(curl -s https://raw.githubusercontent.com/Aniverse/A/i/a)wget -q https://github.com/Aniverse/A/raw/i/a && bash a
No IP               bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -aNo IPIP             bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -bNo IOtest           bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -cNo IPIP & IOtest    bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -bc

B,sysctl info

bash -c "$(wget -qO- https://github.com/Aniverse/A/raw/i/b)"bash <(curl -s https://raw.githubusercontent.com/Aniverse/A/i/b)wget -q https://github.com/Aniverse/A/raw/i/b && bash b

效果图演示:
A.png

VPS网速测试:

SuperSpeed.sh

GitHub地址:https://github.com/oooldking/script/
作者地址:https://www.oldking.net/305.html

使用:

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

效果图演示:
SuperSpeed.sh.png

speedtest-net测速:

GitHub地址:https://github.com/sivel/speedtest-cli

使用:

wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --no-check-certificatechmod +x speedtest-cli./speedtest-cli

或者

curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --no-check-certificatechmod +x speedtest-cli./speedtest-cli

VPS路由测试:

回程测试

GitHub地址:https://github.com/nanqinlang-script/testrace

使用:

wget https://raw.githubusercontent.com/nanqinlang-script/testrace/master/testrace.sh && bash testrace.sh

效果图演示:
testrace.png

 

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

去程测试请使用:
https://tools.ipip.net/traceroute.php


最新回复 (0)
返回