Linux系统常用测试的一键脚本

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

效果图演示:

1

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

使用:

wget -qO- bench.sh | bash

 

curl -Lso- bench.sh | bash

效果图演示:

2

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

效果图演示:

3

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) -a
No IPIP bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -b
No IOtest bash <(wget -qO- https://github.com/Aniverse/A/raw/i/a) -c
No 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

效果图演示:

4

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

效果图演示:

5

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-certificate
chmod +x speedtest-cli
./speedtest-cli

或者

curl -Lo speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py --no-check-certificate
chmod +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

效果图演示:

6

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

本文标题:Linux系统常用测试的一键脚本
本文链接:https://www.lengxi.net/post/258.html
作者授权:除特别说明外,本文由 冷曦 原创编译并授权 冷曦博客 - 源码之家 刊载发布。
版权声明:本文不使用任何协议授权,您可以任何形式自由转载或使用。

仅有1条留言

  1. 访客的头像 访客说道:

    电商专用快递网站,空包网,单号网www.danhw.com

欢迎留言